Home
last modified time | relevance | path

Searched refs:utf16text (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skparagraph/src/
DParagraphImpl.h107 ParagraphImpl(const std::u16string& utf16text,
DParagraphImpl.cpp85 ParagraphImpl::ParagraphImpl(const std::u16string& utf16text, in ParagraphImpl() argument
99 fText = fUnicode->convertUtf16ToUtf8(utf16text); in ParagraphImpl()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1610 auto utf16text = zalgo.zalgo("SkParagraph"); in onDrawContent() local
1611 builder.addText(utf16text); in onDrawContent()