HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt16BE (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pdf/
SkPDFUtils.h 89 inline void WriteUInt16BE(SkDynamicMemoryWStream* wStream, uint16_t value) {
108 SkPDFUtils::WriteUInt16BE(wStream, utf16[0]);
110 SkPDFUtils::WriteUInt16BE(wStream, utf16[1]);
SkPDFMakeToUnicodeCmap.cpp 76 SkPDFUtils::WriteUInt16BE(cmap, gid);
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFUtils.h 89 inline void WriteUInt16BE(SkDynamicMemoryWStream* wStream, uint16_t value) {
108 SkPDFUtils::WriteUInt16BE(wStream, utf16[0]);
110 SkPDFUtils::WriteUInt16BE(wStream, utf16[1]);
SkPDFMakeToUnicodeCmap.cpp 76 SkPDFUtils::WriteUInt16BE(cmap, gid);
SkPDFDevice.cpp     [all...]

Completed in 116 milliseconds