Searched refs:SkFixedCeil (Results 1 – 4 of 4) sorted by relevance
119 dst->fRight = SkFixedCeil(xr.fRight); in XRect_roundOut()120 dst->fBottom = SkFixedCeil(xr.fBottom); in XRect_roundOut()
101 #define SkFixedCeil(x) (((x) + SK_Fixed1 - 1) >> 16) macro
189 #define SkScalarCeil(x) SkFixedCeil(x)
301 bottom = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()305 bottom = SkFixedCeil(fstart + SK_FixedHalf); in do_anti_hairline()378 right = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()382 right = SkFixedCeil(fstart + SK_FixedHalf); in do_anti_hairline()