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

  /external/skia/samplecode/
PerlinPatch.cpp 166 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PerlinPatchView
182 if (hittest(fPts[i], clickPoint.fX, clickPoint.fY)) {
SamplePatch.cpp 333 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { function in class:PatchView
341 if (hittest(fPts[i], x, y)) {
SampleQuadStroker.cpp 20 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { function
712 if (hittest(fPts[i], x, y)) {

Completed in 72 milliseconds