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

  /external/skia/tests/
PathCoverageTest.cpp 24 static inline int diff_to_shift(SkScalar dx, SkScalar dy) { function
30 int shift = diff_to_shift(points[1].fX * 2 - points[2].fX - points[0].fX,
  /external/skia/src/core/
SkEdge.cpp 161 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy) function
220 shift = diff_to_shift(dx, dy);
374 shift = diff_to_shift(dx, dy) + 1;

Completed in 825 milliseconds