Home | History | Annotate | Download | only in mac

Lines Matching full:rounding

2048         Convert the line box tree to floating point and eliminate font rounding hacks.  This patch removes all of the rounding
2056 Background and border painting is using a rounding model, so borders and backgrounds will round to the nearest pixel when painting.
2058 Replaced elements still snap to integer positions on lines, and they use a rounding model as well, although their underlying line boxes
2062 be rounding justification spacing in their font code.
2064 Many layout test results change on Mac, since rounding hacks were used there and are now gone.