Searched refs:utf8End (Results 1 – 2 of 2) sorted by relevance
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 845 const char* utf8End, 956 const char* utf8End = utf8; in shapeCorrect() local 958 utf8Start = utf8End; in shapeCorrect() 959 utf8End = runSegmenter.endOfCurrentRun(); in shapeCorrect() 974 while (utf8Start < utf8End) { // While there are still code points left in this item in shapeCorrect() 975 size_t utf8runLength = utf8End - utf8Start; in shapeCorrect() 978 utf8Start, utf8End, in shapeCorrect() 987 … SkASSERT( model.fGlyphs[i].fCluster < (size_t)(utf8End - utf8)); in shapeCorrect() 1084 if (utf8Start != utf8End) { in shapeCorrect() 1134 const char* utf8End = utf8; in shapeOk() local [all …]
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 409 ShapedRun(const char* utf8Start, const char* utf8End, int numGlyphs, const SkFont& font, in ShapedRun() 411 : fUtf8Start(utf8Start), fUtf8End(utf8End), fNumGlyphs(numGlyphs), fFont(font) in ShapedRun() 599 const char* utf8End = utf8; in shape() local 601 utf8Start = utf8End; in shape() 602 utf8End = runSegmenter.endOfCurrentRun(); in shape() 614 while (utf8Current < utf8End) { in shape() 616 hb_codepoint_t u = utf8_next(&utf8Current, utf8End); in shape() 623 size_t utf8runLength = utf8End - utf8Start; in shape() 658 ShapedRun& run = runs.emplace_back(utf8Start, utf8End, len, runFont, bidi->currentLevel(), in shape()
|