Searched refs:countText (Results 1 – 3 of 3) sorted by relevance
337 size_t points = paint.countText(text, byteLength); in drawPosText()403 size_t points = paint.countText(text, byteLength); in drawPosTextH()
1184 return this->countText(textData, byteLength); in getTextWidths()
777 int countText(const void* text, size_t byteLength) const { in countText() function