Searched refs:CountTextElements (Results 1 – 3 of 3) sorted by relevance
74 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
346 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() function in SkFontPriv
439 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()