Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp75 bool multiByte, in write_glyph() argument
77 if (multiByte) { in write_glyph()
85 bool multiByte, in append_bfchar_section() argument
95 write_glyph(cmap, multiByte, bfchar[i + j].fGlyphId); in append_bfchar_section()
105 bool multiByte, in append_bfrange_section() argument
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()
/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp75 bool multiByte, in write_glyph() argument
77 if (multiByte) { in write_glyph()
85 bool multiByte, in append_bfchar_section() argument
95 write_glyph(cmap, multiByte, bfchar[i + j].fGlyphId); in append_bfchar_section()
105 bool multiByte, in append_bfrange_section() argument
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()
/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()