HomeSort by relevance Sort by last modified time
    Searched refs:SkHitTestPath (Results 1 - 2 of 2) sorted by null

  /external/skia/include/utils/
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/
SkCullPoints.cpp 146 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) {
206 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) {
210 return SkHitTestPath(path, r, hires);

Completed in 69 milliseconds