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

  /external/harfbuzz/src/
harfbuzz-open.h 174 HB_UShort* GlyphArray; /* array of glyph IDs */
175 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */
harfbuzz-open.c 687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
711 FREE( cf1->GlyphArray );
818 HB_UShort* array = cf1->GlyphArray;
harfbuzz-dump.c 200 Coverage->cf.cf1.GlyphArray[i], i);

Completed in 777 milliseconds