Changes between Version 2 and Version 3 of Ticket #17538, comment 10


Ignore:
Timestamp:
Nov 18, 2022, 4:52:17 PM (2 years ago)
Author:
thebuck

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17538, comment 10

    v2 v3  
    44
    55Thoughts about:
    6 1. User settings dependent results can only cause confusion here, so better go with B_SUBPIXEL_PRECISE (did not know that). But why at all return a different value than the application set? This only prevents usability as storage, ie. set-then-get at diffent places in code.
    7 2. Depends on the underlying renderer only. If it handles 0.x values gracefully in all cases, the exception can be omitted alltogether.
     61. User settings dependent results can only cause confusion here, so better go with B_SUBPIXEL_PRECISE (did not know that). But why at all return a different value than the application set? This only lowers use as storage, ie. set-then-get at diffent places in code.
     72. Depends on the underlying renderer only. If it handles 0.x values gracefully in all cases, the exception can be omitted altogether.