Home
last modified time | relevance | path

Searched refs:glyphArray (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh692 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 …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]
552 glyphIds, offsets = list(map(list, zip(*glyphArray)))