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

  /external/skia/src/core/
SkUtils.h 44 int SkUTF8_CountUnichars(const char utf8[]);
47 int SkUTF8_CountUnichars(const void* utf8, size_t byteLength);
SkPaintPriv.cpp 98 case SkPaint::kUTF8_TextEncoding: return SkUTF8_CountUnichars(text, length);
SkFont.cpp 69 count = SkUTF8_CountUnichars((const char*)text, byteLength);
SkUtils.cpp 68 int SkUTF8_CountUnichars(const char utf8[]) {
85 int SkUTF8_CountUnichars(const void* text, size_t byteLength) {
SkPaint.cpp 411 return SkUTF8_CountUnichars(textData, byteLength);
    [all...]
  /external/skqp/src/core/
SkUtils.h 44 int SkUTF8_CountUnichars(const char utf8[]);
47 int SkUTF8_CountUnichars(const void* utf8, size_t byteLength);
SkPaintPriv.cpp 94 case SkPaint::kUTF8_TextEncoding: return SkUTF8_CountUnichars(text, length);
SkFont.cpp 69 count = SkUTF8_CountUnichars((const char*)text, byteLength);
SkUtils.cpp 68 int SkUTF8_CountUnichars(const char utf8[]) {
85 int SkUTF8_CountUnichars(const void* text, size_t byteLength) {
SkPaint.cpp 411 return SkUTF8_CountUnichars(textData, byteLength);
    [all...]
  /external/skqp/gm/
atlastext.cpp 32 int cnt = SkUTF8_CountUnichars(text.c_str());
  /external/skia/tests/
UtilsTest.cpp 206 int n = SkUTF8_CountUnichars(p);
230 return SkUTF8_CountUnichars(p, l) >= 0;
  /external/skqp/tests/
UtilsTest.cpp 206 int n = SkUTF8_CountUnichars(p);
230 return SkUTF8_CountUnichars(p, l) >= 0;
  /external/skia/gm/
atlastext.cpp 32 int cnt = SkUTF8_CountUnichars(text.c_str());
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 447 milliseconds