Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFUtils.h91 inline void WriteUInt16BE(SkDynamicMemoryWStream* wStream, uint16_t value) { in WriteUInt16BE() function
109 SkPDFUtils::WriteUInt16BE(wStream, utf16[0]); in WriteUTF16beHex()
111 SkPDFUtils::WriteUInt16BE(wStream, utf16[1]); in WriteUTF16beHex()
DSkPDFMakeToUnicodeCmap.cpp78 SkPDFUtils::WriteUInt16BE(cmap, gid); in write_glyph()
DSkPDFDevice.cpp710 SkPDFUtils::WriteUInt16BE(fContent, glyph); in writeGlyph()