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

  /external/skia/include/core/
SkPathMeasure.h 119 bool cheap_dist_exceeds_limit(const SkPoint& pt, SkScalar x, SkScalar y);
  /external/skia/src/core/
SkPathMeasure.cpp 162 bool SkPathMeasure::cheap_dist_exceeds_limit(const SkPoint& pt, function in class:SkPathMeasure
170 return cheap_dist_exceeds_limit(pts[1],
174 cheap_dist_exceeds_limit(pts[2],

Completed in 45 milliseconds