Home
last modified time | relevance | path

Searched refs:findRec (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DTouchGesture.cpp151 int index = this->findRec(owner); in touchBegin()
179 int TouchGesture::findRec(void* owner) const { in findRec() function in TouchGesture
215 int index = this->findRec(owner); in touchMoved()
264 int index = this->findRec(owner); in touchEnd()
DTouchGesture.h89 int findRec(void* owner) const;
/external/skqp/tools/viewer/
DTouchGesture.cpp151 int index = this->findRec(owner); in touchBegin()
179 int TouchGesture::findRec(void* owner) const { in findRec() function in TouchGesture
214 int index = this->findRec(owner); in touchMoved()
265 int index = this->findRec(owner); in touchEnd()
DTouchGesture.h85 int findRec(void* owner) const;