Searched refs:glyphArray (Results 1 – 2 of 2) sorted by relevance
692 int i = glyphArray.bsearch (glyph_id); in get_coverage()703 glyphArray.len.set (num_glyphs); in serialize()704 if (unlikely (!c->extend (glyphArray))) return_trace (false); in serialize()706 glyphArray[i] = glyphs[i]; in serialize()714 return_trace (glyphArray.sanitize (c)); in sanitize()718 return glyphs->has (glyphArray[index]); in intersects_coverage()723 unsigned int count = glyphArray.len; in add_coverage()725 glyphs->add (glyphArray[i]); in add_coverage()732 inline bool more (void) { return i < c->glyphArray.len; } in more()734 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph()[all …]
551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]552 glyphIds, offsets = list(map(list, zip(*glyphArray)))