Searched refs:utf8_next (Results 1 – 6 of 6) sorted by relevance
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 112 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function 186 SkUnichar u = utf8_next(&fEndOfCurrentRun, fEndOfAllRuns); in consume() 194 u = utf8_next(&fEndOfCurrentRun, fEndOfAllRuns); in consume() 232 SkUnichar u = utf8_next(&fCurrent, fEnd); in consume() 236 u = utf8_next(&fCurrent, fEnd); in consume() 291 SkUnichar u = utf8_next(&fCurrent, fEnd); in consume() 313 u = utf8_next(&fCurrent, fEnd); in consume() 616 hb_codepoint_t u = utf8_next(&utf8Current, utf8End); in shape()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper.cpp | 63 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function 95 SkUnichar u = utf8_next(&fCurrent, fEnd); in consume() 118 u = utf8_next(&fCurrent, fEnd); in consume()
|
D | SkShaper_harfbuzz.cpp | 324 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function 343 SkUnichar u = utf8_next(&fEndOfCurrentRun, fEnd); in consume() 351 u = utf8_next(&fEndOfCurrentRun, fEnd); in consume() 393 SkUnichar u = utf8_next(&fCurrent, fEnd); in consume() 397 u = utf8_next(&fCurrent, fEnd); in consume() 1308 hb_codepoint_t u = utf8_next(&utf8Current, utf8End); in shape()
|
/external/skia/modules/skparagraph/src/ |
D | OneLineShaper.cpp | 14 SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function 236 utf8_next(&cluster, text.end()); in increment() 307 SkUnichar codepoint = utf8_next(&cluster, text.end()); in sortOutGlyphs() 410 SkUnichar unicode = utf8_next(&ch, unresolvedText.end()); in matchResolvedFonts()
|
D | Run.cpp | 11 SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function 309 auto unichar = utf8_next(&ch, span.end()); in setIsWhiteSpaces()
|
D | ParagraphImpl.cpp | 30 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function 1265 SkUnichar u = utf8_next(&start8, end8); in calculateBidiRegions()
|