Searched refs:SkFDot6Round (Results 1 – 4 of 4) sorted by relevance
61 int top = SkFDot6Round(y0); in setLine()62 int bot = SkFDot6Round(y1); in setLine()102 int top = SkFDot6Round(y0); in updateLine()103 int bot = SkFDot6Round(y1); in updateLine()208 int top = SkFDot6Round(y0); in setQuadratic()209 int bot = SkFDot6Round(y2); in setQuadratic()371 int top = SkFDot6Round(y0); in setCubic()372 int bot = SkFDot6Round(y3); in setCubic()
113 int top = SkFDot6Round(y0); in setLine()114 int bot = SkFDot6Round(y1); in setLine()
54 #define SkFDot6Round(x) (((x) + 32) >> 6) macro
114 int ix0 = SkFDot6Round(x0); in HairLineRgn()115 int ix1 = SkFDot6Round(x1); in HairLineRgn()129 int iy0 = SkFDot6Round(y0); in HairLineRgn()130 int iy1 = SkFDot6Round(y1); in HairLineRgn()