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;
63 BYTE glyphIdArray[256];/* An array that maps character member in struct:OT::CmapSubtableFormat0
78 const USHORT *glyphIdArray; local
86 glyphIdArray = idRangeOffset + segCount;
118 gid = glyphIdArray[index];
166 USHORT idRangeOffset[segCount];/* Offsets into glyphIdArray or 0 */
167 USHORT glyphIdArray[VAR]; /* Glyph index array (arbitrary length) */
206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode];
215 return TRACE_RETURN (c->check_struct (this) && glyphIdArray.sanitize (c));
224 glyphIdArray; /* Arra member in struct:OT::CmapSubtableTrimmed
[all...]

Completed in 73 milliseconds