Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp106 SkPDFUtils::WriteUTF16beHex(cmap, bfchar[i + j].fUnicode); in append_bfchar_section()
148 SkPDFUtils::WriteUTF16beHex(cmap, unichar); in append_bfchar_section_ex()
174 SkPDFUtils::WriteUTF16beHex(cmap, bfrange[i + j].fUnicode); in append_bfrange_section()
H A DSkPDFUtils.h119 inline void WriteUTF16beHex(SkWStream* wStream, SkUnichar utf32) { in WriteUTF16beHex() function
H A DSkPDFTypes.cpp240 SkPDFUtils::WriteUTF16beHex(wStream, unichar); in write_text_string()