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

  /external/skia/tests/
PathCoverageTest.cpp 28 static inline int cheap_distance(SkScalar dx, SkScalar dy) { function
40 return cheap_distance(points[1].fX * 2 - points[2].fX - points[0].fX,
  /external/skqp/tests/
PathCoverageTest.cpp 28 static inline int cheap_distance(SkScalar dx, SkScalar dy) { function
40 return cheap_distance(points[1].fX * 2 - points[2].fX - points[0].fX,

Completed in 100 milliseconds