Searched refs:utf8Current (Results 1 – 2 of 2) sorted by relevance
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 613 const char* utf8Current = utf8Start; in shape() local 614 while (utf8Current < utf8End) { in shape() 615 unsigned int cluster = utf8Current - utf8Start; in shape() 616 hb_codepoint_t u = utf8_next(&utf8Current, utf8End); in shape() 621 hb_buffer_add_utf8(buffer, utf8Current, utf8 + utf8Bytes - utf8Current, 0, 0); in shape()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 1322 const char* utf8Current = utf8Start; in shape() local 1323 while (utf8Current < utf8End) { in shape() 1324 unsigned int cluster = utf8Current - utf8; in shape() 1325 hb_codepoint_t u = utf8_next(&utf8Current, utf8End); in shape() 1330 hb_buffer_add_utf8(buffer, utf8Current, utf8 + utf8Bytes - utf8Current, 0, 0); in shape()
|