Searched refs:CountUTF8 (Results 1 – 16 of 16) sorted by relevance
/external/skqp/tests/ |
D | SkUTFTest.cpp | 45 int n = SkUTF::CountUTF8(p, strlen(p)); in DEF_TEST() 92 REPORTER_ASSERT(r, testCase.expectedCount == SkUTF::CountUTF8(str, strlen(str))); in DEF_TEST()
|
/external/skia/tests/ |
D | SkUTFTest.cpp | 45 int n = SkUTF::CountUTF8(p, strlen(p)); in DEF_TEST() 92 REPORTER_ASSERT(r, testCase.expectedCount == SkUTF::CountUTF8(str, strlen(str))); in DEF_TEST()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 176 int numGlyphs = SkUTF::CountUTF8(utf8text, bytesVisible); in shape() 203 glyphOffset += SkUTF::CountUTF8(utf8text, bytesConsumed); in shape()
|
/external/skia/src/utils/ |
D | SkUTF.h | 16 int CountUTF8(const char* utf8, size_t byteLength);
|
D | SkUTF.cpp | 47 int SkUTF::CountUTF8(const char* utf8, size_t byteLength) { in CountUTF8() function in SkUTF
|
/external/skqp/src/utils/ |
D | SkUTF.h | 16 int CountUTF8(const char* utf8, size_t byteLength);
|
D | SkUTF.cpp | 47 int SkUTF::CountUTF8(const char* utf8, size_t byteLength) { in CountUTF8() function in SkUTF
|
/external/skqp/src/core/ |
D | SkUtils.h | 47 case SkTypeface::kUTF8_Encoding: return SkUTF::CountUTF8((const char*)utfN, bytes); in SkUTFN_CountUnichars()
|
D | SkFont.cpp | 418 case kUTF8_SkTextEncoding: return SkUTF::CountUTF8((const char*)text, length); in ValidCountText() 463 return SkUTF::CountUTF8(reinterpret_cast<const char*>(text), byteLength); in CountTextElements()
|
/external/skia/src/core/ |
D | SkUtils.h | 47 case SkTypeface::kUTF8_Encoding: return SkUTF::CountUTF8((const char*)utfN, bytes); in SkUTFN_CountUnichars()
|
D | SkFont.cpp | 449 return SkUTF::CountUTF8(reinterpret_cast<const char*>(text), byteLength); in CountTextElements()
|
/external/skia/bench/ |
D | TypefaceBench.cpp | 263 result->glyphCount = SkUTF::CountUTF8(cursor, len); in convertLine()
|
/external/skia/gm/ |
D | atlastext.cpp | 34 int cnt = SkUTF::CountUTF8(text.c_str(), text.size()); in draw_string()
|
/external/skqp/gm/ |
D | atlastext.cpp | 34 int cnt = SkUTF::CountUTF8(text.c_str(), text.size()); in draw_string()
|
/external/skia/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 194 if (!jfamily || !jstyle || (SkUTF::CountUTF8(ch_ptr, ch_len) != 1)) { in parseFonts()
|
/external/skqp/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 194 if (!jfamily || !jstyle || (SkUTF::CountUTF8(ch_ptr, ch_len) != 1)) { in parseFonts()
|