Searched refs:SkFixedRoundToInt (Results 1 – 6 of 6) sorted by relevance
105 dst->fLeft = SkFixedRoundToInt(xr.fLeft); in XRect_round()106 dst->fTop = SkFixedRoundToInt(xr.fTop); in XRect_round()107 dst->fRight = SkFixedRoundToInt(xr.fRight); in XRect_round()108 dst->fBottom = SkFixedRoundToInt(xr.fBottom); in XRect_round()
124 int x = SkFixedRoundToInt(currE->fX); in walk_edges()251 int L = SkFixedRoundToInt(left); in walk_convex_edges()252 int R = SkFixedRoundToInt(rite); in walk_convex_edges()260 int L = SkFixedRoundToInt(left); in walk_convex_edges()261 int R = SkFixedRoundToInt(rite); in walk_convex_edges()
168 x = SkFixedRoundToInt(frac * 10000); in SkStrAppendFixed()
70 #define SkFixedRoundToInt(x) (((x) + SK_FixedHalf) >> 16) macro
112 int value = SkFixedRoundToInt(scale * (i - min)); in MakeClipTable()
292 return SkFixedRoundToInt(map_ranges_fixed(SkIntToFixed(val), ranges, rangesCount)); in map_ranges()