HomeSort by relevance Sort by last modified time
    Searched full:findhelper (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/android/nav/
FindCanvas.h 155 // These calls are made by findHelper to store information about each match
173 void findHelper(const void* text, size_t byteLength, const SkPaint& paint,
FindCanvas.cpp 248 findHelper(text, byteLength, paint, &x, y, &FindCanvas::addMatchNormal);
256 findHelper(text, byteLength, paint, (const SkScalar*) pos, pos[0].fY,
263 findHelper(text, byteLength, paint, xpos, constY,
285 void FindCanvas::findHelper(const void* text, size_t byteLength,

Completed in 43 milliseconds