HomeSort by relevance Sort by last modified time
    Searched refs:CountTextElements (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkFontPriv.h 77 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
SkFont.cpp 181 int count = SkFontPriv::CountTextElements(text, byteLength, encoding);
446 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) {
  /external/skqp/src/core/
SkFontPriv.h 80 static int CountTextElements(const void* text, size_t byteLength, SkTextEncoding);
SkFont.cpp 181 int count = SkFontPriv::CountTextElements(text, byteLength, encoding);
460 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) {

Completed in 190 milliseconds