Home
last modified time | relevance | path

Searched refs:hittest (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DPerlinPatch.cpp173 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()
DSamplePatch.cpp308 static bool hittest(const SkPoint& pt, SkScalar x, SkScalar y) { in hittest() function in PatchView
316 if (hittest(fPts[i], x, y)) { in onFindClickHandler()
DSampleQuadStroker.cpp20 static bool hittest(const SkPoint& target, SkScalar x, SkScalar y) { in hittest() function
711 if (hittest(fPts[i], x, y)) { in onFindClickHandler()