Searched refs:cheap_dist_exceeds_limit (Results 1 – 3 of 3) sorted by relevance
/external/skqp/include/core/ |
D | SkPathMeasure.h | 122 bool cheap_dist_exceeds_limit(const SkPoint& pt, SkScalar x, SkScalar y);
|
/external/skia/src/core/ |
D | SkContourMeasure.cpp | 158 static bool cheap_dist_exceeds_limit(const SkPoint& pt, SkScalar x, SkScalar y, in cheap_dist_exceeds_limit() function 166 return cheap_dist_exceeds_limit(pts[1], in cubic_too_curvy() 170 cheap_dist_exceeds_limit(pts[2], in cubic_too_curvy()
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 163 bool SkPathMeasure::cheap_dist_exceeds_limit(const SkPoint& pt, in cheap_dist_exceeds_limit() function in SkPathMeasure 171 return cheap_dist_exceeds_limit(pts[1], in cubic_too_curvy() 175 cheap_dist_exceeds_limit(pts[2], in cubic_too_curvy()
|