Searched refs:hires (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/utils/
H A 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/
H A DSkCullPoints.cpp146 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { argument
176 if (hires) {
206 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { argument
210 return SkHitTestPath(path, r, hires);

Completed in 500 milliseconds