Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontPriv.h81 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
DSkFont.cpp350 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() function in SkFontPriv
DSkTypeface.cpp370 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()