Home
last modified time | relevance | path

Searched refs:utf8UText (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1007 UText utf8UText = UTEXT_INITIALIZER; in shapeCorrect() local
1008 utext_openUTF8(&utf8UText, utf8Start, utf8runLength, &status); in shapeCorrect()
1009 … std::unique_ptr<UText, SkFunctionWrapper<UText*, UText, utext_close>> autoClose(&utf8UText); in shapeCorrect()
1014 ubrk_setUText(&breakIterator, &utf8UText, &status); in shapeCorrect()
1113 UText utf8UText = UTEXT_INITIALIZER; in shapeOk() local
1114 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status); in shapeOk()
1115 std::unique_ptr<UText, SkFunctionWrapper<UText*, UText, utext_close>> autoClose(&utf8UText); in shapeOk()
1121 ubrk_setUText(&lineBreakIterator, &utf8UText, &status); in shapeOk()
1126 ubrk_setUText(&graphemeBreakIterator, &utf8UText, &status); in shapeOk()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp583 UText utf8UText = UTEXT_INITIALIZER; in shape() local
584 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status); in shape()
585 std::unique_ptr<UText, SkFunctionWrapper<UText*, UText, utext_close>> autoClose(&utf8UText); in shape()
590 ubrk_setUText(&breakIterator, &utf8UText, &status); in shape()