Searched refs:glyphArray (Results 1 – 2 of 2) sorted by relevance
825 glyphArray.bfind (glyph_id, &i, HB_BFIND_NOT_FOUND_STORE, NOT_COVERED); in get_coverage()833 return_trace (glyphArray.serialize (c, glyphs)); in serialize()839 return_trace (glyphArray.sanitize (c)); in sanitize()845 unsigned int count = glyphArray.len; in intersects()847 if (glyphs->has (glyphArray[i])) in intersects()852 { return glyphs->has (glyphArray[index]); } in intersects_coverage()857 return glyphs->add_sorted_array (glyphArray.arrayZ, glyphArray.len); in add_coverage()865 bool more () { return i < c->glyphArray.len; } in more()867 hb_codepoint_t get_glyph () { return c->glyphArray[i]; } in get_glyph()879 glyphArray; /* Array of GlyphIDs--in numerical order */ member[all …]
559 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]560 glyphIds, offsets = list(map(list, zip(*glyphArray)))