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

  /external/skia/src/core/
SkEdge.cpp 77 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2
117 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2
235 SkFixed A = SkFDot6ToFixed(x0 - x1 - x1 + x2);
236 SkFixed B = SkFDot6ToFixed(x1 - x0 + x1 - x0);
238 fQx = SkFDot6ToFixed(x0);
242 A = SkFDot6ToFixed(y0 - y1 - y1 + y2);
243 B = SkFDot6ToFixed(y1 - y0 + y1 - y0);
245 fQy = SkFDot6ToFixed(y0);
249 fQLastX = SkFDot6ToFixed(x2);
250 fQLastY = SkFDot6ToFixed(y2)
    [all...]
SkScan_Hairline.cpp 107 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6);
122 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
SkScan_Antihair.cpp 252 fstart = SkFDot6ToFixed(y0);
318 fstart = SkFDot6ToFixed(x0);
  /external/skia/include/core/
SkFDot6.h 42 inline SkFixed SkFDot6ToFixed(SkFDot6 x) {
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 195 milliseconds