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

/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp146 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { function
206 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { function
210 return SkHitTestPath(path, r, hires);
/external/skia/src/utils/
H A DSkCullPoints.cpp146 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { function
206 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { function
210 return SkHitTestPath(path, r, hires);

Completed in 783 milliseconds