Searched defs:SkHitTestPath (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkCullPoints.cpp154 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { function
214 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { function
218 return SkHitTestPath(path, r, hires);

Completed in 49 milliseconds