HomeSort by relevance Sort by last modified time
    Searched refs:glyphIdArray (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 47 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0;
63 BYTE glyphIdArray[256];/* An array that maps character
78 const USHORT *glyphIdArray;
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; /* Array of glyph index values for characte
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 186 glyphIdArray = array.array("B")
187 glyphIdArray.fromstring(self.data)
189 lenArray = len(glyphIdArray)
191 names = map(self.ttFont.getGlyphName, glyphIdArray)
205 glyphIdArray = array.array("B", valueList)
206 data = struct.pack(">HHH", 0, 262, self.language) + glyphIdArray.tostring()
494 idRangeOffset = (len(subHeaderList)-1)*8 + 2 # offset to beginning of glyphIDArray from first subheader idRangeOffset.
    [all...]

Completed in 56 milliseconds