Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkFontPriv.h83 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
H A DSkFont.cpp381 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() function in SkFontPriv
H A DSkTypeface.cpp422 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()