Home
last modified time | relevance | path

Searched refs:countText (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPictureRecord.cpp270 size_t points = paint.countText(text, byteLength); in drawPosText()
322 size_t points = paint.countText(text, byteLength); in drawPosTextH()
DSkPaint.cpp1045 return this->countText(textData, byteLength); in getTextWidths()
/external/skia/include/core/
DSkPaint.h732 int countText(const void* text, size_t byteLength) const in countText() function