Searched refs:appendNewRec (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) { in appendNewRec() function in SkTouchGesture 161 this->appendNewRec(owner, x, y); in touchBegin() 212 this->appendNewRec(owner, x, y); in touchMoved()
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkTouchGesture.cpp | 136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) { in appendNewRec() function in SkTouchGesture 161 this->appendNewRec(owner, x, y); in touchBegin() 212 this->appendNewRec(owner, x, y); in touchMoved()
|
/external/chromium_org/third_party/skia/include/views/ |
D | SkTouchGesture.h | 71 void appendNewRec(void* owner, float x, float y);
|
/external/skia/include/views/ |
D | SkTouchGesture.h | 71 void appendNewRec(void* owner, float x, float y);
|