Searched refs:hittest (Results 1 – 3 of 3) sorted by relevance
/external/skia/samplecode/ |
D | PerlinPatch.cpp | 173 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { in hittest() function in PerlinPatchView 189 if (hittest(fPts[i], clickPoint.fX, clickPoint.fY)) { in onFindClickHandler()
|
D | SamplePatch.cpp | 308 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { in hittest() function in PatchView 316 if (hittest(fPts[i], x, y)) { in onFindClickHandler()
|
D | SampleQuadStroker.cpp | 20 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { in hittest() function 711 if (hittest(fPts[i], x, y)) { in onFindClickHandler()
|