HomeSort by relevance Sort by last modified time
    Searched refs:SkFDot6Round (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkEdge.cpp 60 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);
SkEdge.h 114 int top = SkFDot6Round(y0);
115 int bot = SkFDot6Round(y1);
SkFDot6.h 54 #define SkFDot6Round(x) (((x) + 32) >> 6)
SkScan_Hairline.cpp 115 int ix0 = SkFDot6Round(x0);
116 int ix1 = SkFDot6Round(x1);
130 int iy0 = SkFDot6Round(y0);
131 int iy1 = SkFDot6Round(y1);

Completed in 76 milliseconds