Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp73 bool multiByte, in write_glyph() argument
75 if (multiByte) { in write_glyph()
83 bool multiByte, in append_bfchar_section() argument
93 write_glyph(cmap, multiByte, bfchar[i + j].fGlyphId); in append_bfchar_section()
103 bool multiByte, in append_bfrange_section() argument
113 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section()
115 write_glyph(cmap, multiByte, bfrange[i + j].fEnd); in append_bfrange_section()
/external/deqp/modules/internal/
DditBuildInfoTests.cpp154 const deUint16 multiByte = (deUint16)0x0102; in iterate() local
157 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x01; in iterate()
159 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x02; in iterate()