Searched refs:SkHitTestPath (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/utils/ |
D | SkCullPoints.h | 68 bool SkHitTestPath(const SkPath&, SkRect& target, bool hires); 69 bool SkHitTestPath(const SkPath&, SkScalar x, SkScalar y, bool hires);
|
/external/skia/src/utils/ |
D | SkCullPoints.cpp | 146 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { in SkHitTestPath() function 206 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { in SkHitTestPath() function 210 return SkHitTestPath(path, r, hires); in SkHitTestPath()
|