Searched refs:SkFDot6Round (Results 1 – 3 of 3) sorted by relevance
56 int top = SkFDot6Round(y0); in setLine()57 int bot = SkFDot6Round(y1); in setLine()96 int top = SkFDot6Round(y0); in updateLine()97 int bot = SkFDot6Round(y1); in updateLine()202 int top = SkFDot6Round(y0); in setQuadratic()203 int bot = SkFDot6Round(y2); in setQuadratic()348 int top = SkFDot6Round(y0); in setCubic()349 int bot = SkFDot6Round(y3); in setCubic()
92 int ix0 = SkFDot6Round(x0); in HairLineRgn()93 int ix1 = SkFDot6Round(x1); in HairLineRgn()107 int iy0 = SkFDot6Round(y0); in HairLineRgn()108 int iy1 = SkFDot6Round(y1); in HairLineRgn()
31 #define SkFDot6Round(x) (((x) + 32) >> 6) macro