Searched refs:touchBegin (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/views/
H A DSkTouchGesture.h35 void touchBegin(void* owner, float x, float y);
/external/skia/src/gpu/
H A Dapp-android.cpp226 fGesture.touchBegin(owner, x, y);
/external/skia/src/views/
H A DSkTouchGesture.cpp144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { function in class:SkTouchGesture
145 // GrPrintf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y);
/external/skia/samplecode/
H A DSampleApp.cpp1707 fGesture.touchBegin(click->fOwner, x, y);

Completed in 121 milliseconds