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

  /external/freetype/src/pfr/
pfrgload.c 69 glyph->max_subs = 0;
599 if ( org_count + count > glyph->max_subs )
614 if ( FT_RENEW_ARRAY( glyph->subs, glyph->max_subs, new_max ) )
617 glyph->max_subs = new_max;
pfrtypes.h 318 FT_UInt max_subs; member in struct:PFR_GlyphRec_
  /external/freetype/src/sfnt/
ttcmap.c 302 FT_UInt n, max_subs; local
321 max_subs = 0;
333 if ( idx > max_subs )
334 max_subs = idx;
340 glyph_ids = subs + ( max_subs + 1 ) * 8;
345 for ( n = 0; n <= max_subs; n++ )
    [all...]

Completed in 91 milliseconds