Home
last modified time | relevance | path

Searched refs:SkHitTestPath (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/utils/
DSkCullPoints.h68 bool SkHitTestPath(const SkPath&, SkRect& target, bool hires);
69 bool SkHitTestPath(const SkPath&, SkScalar x, SkScalar y, bool hires);
/external/skia/src/utils/
DSkCullPoints.cpp146 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()