Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkFontPriv.h73 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
DSkFont.cpp195 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()
402 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() function in SkFontPriv
/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.cpp358 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()