/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)) {
|