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