Searched refs:CountTextElements (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkFontPriv.h | 73 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
|
D | SkFont.cpp | 195 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/ |
D | SkFontPriv.h | 74 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
|
D | SkFont.cpp | 346 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() function in SkFontPriv
|
D | SkTypeface.cpp | 358 int count = SkFontPriv::CountTextElements(text, byteLength, encoding); in textToGlyphs()
|