Home
last modified time | relevance | path

Searched refs:utf8_next (Results 1 – 6 of 6) sorted by relevance

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp112 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/
DSkShaper.cpp63 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()
DSkShaper_harfbuzz.cpp324 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/
DOneLineShaper.cpp14 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()
DRun.cpp11 SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function
309 auto unichar = utf8_next(&ch, span.end()); in setIsWhiteSpaces()
DParagraphImpl.cpp30 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function
1265 SkUnichar u = utf8_next(&start8, end8); in calculateBidiRegions()