Home
last modified time | relevance | path

Searched refs:hitTest (Results 1 – 6 of 6) sorted by relevance

/external/skqp/samplecode/
DSampleXfer.cpp62 bool hitTest(SkScalar x, SkScalar y) { in hitTest() function
74 bool hitTest(SkScalar x, SkScalar y) { in hitTest() function in ModeDrawable
174 if (fModeButtons[i].hitTest(x, y)) { in onFindClickHandler()
182 if (fDrs[i]->hitTest(x, y)) { in onFindClickHandler()
DSampleHT.cpp80 bool hitTest(SkScalar x, SkScalar y) { in hitTest() function in HTDrawable
168 if (fArray[i].fDrawable->hitTest(x, y)) { in onFindClickHandler()
/external/skia/samplecode/
DSampleXfer.cpp62 bool hitTest(SkScalar x, SkScalar y) { in hitTest() function
74 bool hitTest(SkScalar x, SkScalar y) { in hitTest() function in ModeDrawable
174 if (fModeButtons[i].hitTest(x, y)) { in onFindClickHandler()
182 if (fDrs[i]->hitTest(x, y)) { in onFindClickHandler()
DSampleHT.cpp80 bool hitTest(SkScalar x, SkScalar y) { in hitTest() function in HTDrawable
168 if (fArray[i].fDrawable->hitTest(x, y)) { in onFindClickHandler()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java413 for (HitResult hit : frame.hitTest(tap)) { in handleSingleTaps()
445 for (HitResult hit : frame.hitTest(holdTap.event)) { in handleHoldTaps()
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java413 for (HitResult hit : frame.hitTest(tap)) { in handleSingleTaps()
445 for (HitResult hit : frame.hitTest(holdTap.event)) { in handleHoldTaps()