Searched refs:SkFDot6Round (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkEdge.cpp60 int top = SkFDot6Round(y0);
61 int bot = SkFDot6Round(y1);
101 int top = SkFDot6Round(y0);
102 int bot = SkFDot6Round(y1);
212 int top = SkFDot6Round(y0);
213 int bot = SkFDot6Round(y2);
386 int top = SkFDot6Round(y0);
387 int bot = SkFDot6Round(y3);
H A DSkEdge.h114 int top = SkFDot6Round(y0);
115 int bot = SkFDot6Round(y1);
H A DSkFDot6.h54 #define SkFDot6Round(x) (((x) + 32) >> 6) macro
H A DSkScan_Hairline.cpp115 int ix0 = SkFDot6Round(x0);
116 int ix1 = SkFDot6Round(x1);
130 int iy0 = SkFDot6Round(y0);
131 int iy1 = SkFDot6Round(y1);

Completed in 423 milliseconds