OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touchBegin
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrTouchGesture.cpp
58
void GrTouchGesture::
touchBegin
(void* owner, float x, float y) {
59
// GrPrintf("--- %d
touchBegin
%p %g %g\n", fTouches.count(), owner, x, y);
/external/skia/src/views/
SkTouchGesture.cpp
151
void SkTouchGesture::
touchBegin
(void* owner, float x, float y) {
152
// GrPrintf("--- %d
touchBegin
%p %g %g\n", fTouches.count(), owner, x, y);
Completed in 15 milliseconds