Searched refs:SkHitTestPath (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/include/utils/ |
H A 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/include/utils/ |
H A D | SkCullPoints.h | 68 bool SkHitTestPath(const SkPath&, SkRect& target, bool hires); 69 bool SkHitTestPath(const SkPath&, SkScalar x, SkScalar y, bool hires);
|
/external/chromium_org/third_party/skia/src/utils/ |
H A D | SkCullPoints.cpp | 154 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);
|
/external/skia/src/utils/ |
H A D | SkCullPoints.cpp | 154 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 227 milliseconds