Searched refs:multiByte (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFMakeToUnicodeCmap.cpp | 75 bool multiByte, in write_glyph() 77 if (multiByte) { in write_glyph() 85 bool multiByte, in append_bfchar_section() 95 write_glyph(cmap, multiByte, bfchar[i + j].fGlyphId); in append_bfchar_section() 105 bool multiByte, in append_bfrange_section() 115 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section() 117 write_glyph(cmap, multiByte, bfrange[i + j].fEnd); in append_bfrange_section() 74 write_glyph(SkDynamicMemoryWStream* cmap, bool multiByte, SkGlyphID gid) write_glyph() argument 84 append_bfchar_section(const std::vector<BFChar>& bfchar, bool multiByte, SkDynamicMemoryWStream* cmap) append_bfchar_section() argument 104 append_bfrange_section(const std::vector<BFRange>& bfrange, bool multiByte, SkDynamicMemoryWStream* cmap) append_bfrange_section() argument
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditBuildInfoTests.cpp | 156 const deUint16 multiByte = (deUint16)0x0102; in iterate() local 159 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x01; in iterate() 161 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x02; in iterate()
|
Completed in 2 milliseconds