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

  /external/skia/include/core/
SkFDot6.h 49 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64)
51 #define SkScalarToFDot6(x) ((x) >> 10)
  /external/skia/src/core/
SkScan_Hairline.cpp 60 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
61 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
62 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
63 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
SkScan_Antihair.cpp 431 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
432 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
433 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
434 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);

Completed in 22 milliseconds