Searched refs:SkFixedCeil (Results 1 – 3 of 3) sorted by relevance
134 dst->fRight = SkFixedCeil(xr.fRight); in XRect_roundOut()135 dst->fBottom = SkFixedCeil(xr.fBottom); in XRect_roundOut()
110 #define SkFixedCeil(x) SkFixedCeilToInt(x) macro
286 bottom = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()288 bottom = SkFixedCeil(fstart + SK_FixedHalf); in do_anti_hairline()355 right = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()357 right = SkFixedCeil(fstart + SK_FixedHalf); in do_anti_hairline()