Searched defs:glyphIdArray (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh47 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0;
64 BYTE glyphIdArray[256];/* An array that maps character member in struct:OT::CmapSubtableFormat0
81 glyphIdArray = idRangeOffset + segCount;
120 gid = thiz->glyphIdArray[index];
134 const USHORT *glyphIdArray; member in struct:OT::CmapSubtableFormat4::accelerator_t
184 USHORT idRangeOffset[segCount];/* Offsets into glyphIdArray or 0 */
185 USHORT glyphIdArray[VAR]; /* Glyph index array (arbitrary length) */
225 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode];
235 return_trace (c->check_struct (this) && glyphIdArray.sanitize (c));
244 glyphIdArray; /* Arra member in struct:OT::CmapSubtableTrimmed
[all...]

Completed in 75 milliseconds