Searched refs:utf16text (Results 1 – 3 of 3) sorted by relevance
107 ParagraphImpl(const std::u16string& utf16text,
85 ParagraphImpl::ParagraphImpl(const std::u16string& utf16text, in ParagraphImpl() argument99 fText = fUnicode->convertUtf16ToUtf8(utf16text); in ParagraphImpl()
1610 auto utf16text = zalgo.zalgo("SkParagraph"); in onDrawContent() local1611 builder.addText(utf16text); in onDrawContent()