Searched refs:SkFixedRoundToInt (Results 1 – 6 of 6) sorted by relevance
109 dst->fLeft = SkFixedRoundToInt(xr.fLeft); in XRect_round()110 dst->fTop = SkFixedRoundToInt(xr.fTop); in XRect_round()111 dst->fRight = SkFixedRoundToInt(xr.fRight); in XRect_round()112 dst->fBottom = SkFixedRoundToInt(xr.fBottom); in XRect_round()
156 int x = SkFixedRoundToInt(currE->fX); in walk_edges()283 int L = SkFixedRoundToInt(left); in walk_convex_edges()284 int R = SkFixedRoundToInt(rite); in walk_convex_edges()292 int L = SkFixedRoundToInt(left); in walk_convex_edges()293 int R = SkFixedRoundToInt(rite); in walk_convex_edges()
168 x = SkFixedRoundToInt(frac * 10000); in SkStrAppendFixed()
73 #define SkFixedRoundToInt(x) (((x) + SK_FixedHalf) >> 16) macro
112 int value = SkFixedRoundToInt(scale * (i - min)); in MakeClipTable()
300 return SkFixedRoundToInt(map_ranges_fixed(SkIntToFixed(val), ranges, rangesCount)); in map_ranges()