Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkFontPriv.h74 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
DSkFont.cpp346 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() function in SkFontPriv
DSkTypeface.cpp439 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()