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


Ignore:
Timestamp:
Nov 18, 2022, 5:30:57 PM (18 months ago)
Author:
thebuck

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17538, comment 10

    v3 v4  
    1 There are actually two values to decide on:
    2 1. what to report back to the application
    3 2. what to pass to the renderer
     1There are actually two values to decide on:\\
     21.1. what to report back to the application\\
     31.2. what to pass to the renderer
    44
    5 Thoughts 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 lowers use 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 altogether.
     5Thoughts about:\\
     61.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 lowers use as storage, ie. set-then-get at diffent places in code.\\
     71.2. Depends on the underlying renderer only. If it handles 0.x values gracefully in all cases, the exception can be omitted altogether.