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

  /external/skia/legacy/include/core/
SkFDot6.h 31 #define SkFDot6Round(x) (((x) + 32) >> 6)
  /external/skia/src/core/
SkFDot6.h 32 #define SkFDot6Round(x) (((x) + 32) >> 6)
SkEdge.cpp 62 int top = SkFDot6Round(y0);
63 int bot = SkFDot6Round(y1);
103 int top = SkFDot6Round(y0);
104 int bot = SkFDot6Round(y1);
210 int top = SkFDot6Round(y0);
211 int bot = SkFDot6Round(y2);
375 int top = SkFDot6Round(y0);
376 int bot = SkFDot6Round(y3);
SkEdge.h 120 int top = SkFDot6Round(y0);
121 int bot = SkFDot6Round(y1);
SkScan_Hairline.cpp 117 int ix0 = SkFDot6Round(x0);
118 int ix1 = SkFDot6Round(x1);
132 int iy0 = SkFDot6Round(y0);
133 int iy1 = SkFDot6Round(y1);
  /external/skia/legacy/src/core/
SkEdge.cpp 56 int top = SkFDot6Round(y0);
57 int bot = SkFDot6Round(y1);
96 int top = SkFDot6Round(y0);
97 int bot = SkFDot6Round(y1);
202 int top = SkFDot6Round(y0);
203 int bot = SkFDot6Round(y2);
348 int top = SkFDot6Round(y0);
349 int bot = SkFDot6Round(y3);
SkScan_Hairline.cpp 92 int ix0 = SkFDot6Round(x0);
93 int ix1 = SkFDot6Round(x1);
107 int iy0 = SkFDot6Round(y0);
108 int iy1 = SkFDot6Round(y1);

Completed in 2894 milliseconds