Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/src/
DText.cpp233 SkTArray<size_t, true> UTF8FromUTF16; in shape() local
235 UTF8FromUTF16.push_back_n(text16.size() + 1, utf16Index); in shape()
244 UTF8FromUTF16[utf16Index++] = start; in shape()
248 UTF8FromUTF16[text16.size()] = text8.size(); in shape()
254 formattingMarks.emplace_back(UTF8FromUTF16[i]); in shape()
255 formattingMarks.emplace_back(UTF8FromUTF16[i + 1]); in shape()
264 TextRange text8(UTF8FromUTF16[fb.textRange.fStart], UTF8FromUTF16[fb.textRange.fEnd]); in shape()