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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 154 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) {
214 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) {
218 return SkHitTestPath(path, r, hires);
  /external/skia/src/utils/
SkCullPoints.cpp 154 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) {
214 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) {
218 return SkHitTestPath(path, r, hires);

Completed in 39 milliseconds