Searched refs:findHelper (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/android/nav/ |
D | FindCanvas.cpp | 248 findHelper(text, byteLength, paint, &x, y, &FindCanvas::addMatchNormal); in drawText() 256 findHelper(text, byteLength, paint, (const SkScalar*) pos, pos[0].fY, in drawPosText() 263 findHelper(text, byteLength, paint, xpos, constY, in drawPosTextH() 285 void FindCanvas::findHelper(const void* text, size_t byteLength, in findHelper() function in android::FindCanvas
|
D | FindCanvas.h | 173 void findHelper(const void* text, size_t byteLength, const SkPaint& paint,
|