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

  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 692 int i = glyphArray.bsearch (glyph_id);
703 glyphArray.len.set (num_glyphs);
704 if (unlikely (!c->extend (glyphArray))) return_trace (false);
706 glyphArray[i] = glyphs[i];
714 return_trace (glyphArray.sanitize (c));
718 return glyphs->has (glyphArray[index]);
723 unsigned int count = glyphArray.len;
725 glyphs->add (glyphArray[i]);
732 inline bool more (void) { return i < c->glyphArray.len; }
734 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i];
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]
552 glyphIds, offsets = list(map(list, zip(*glyphArray)))

Completed in 3680 milliseconds