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

  /external/freetype/src/sfnt/
ttload.c 75 limit = entry + face->num_tables;
155 /* - check that `num_tables' is valid (and adjust it if necessary) */
195 for ( nn = 0; nn < sfnt->num_tables; nn++ )
205 nn, nn == 1 ? "" : "s", sfnt->num_tables ));
206 sfnt->num_tables = nn;
266 sfnt->num_tables = valid_entries;
268 if ( sfnt->num_tables == 0 )
335 FT_FRAME_USHORT( num_tables ),
356 sfnt.search_range + sfnt.range_shift != sfnt.num_tables << 4 )
362 FT_TRACE2(( "-- Number of tables: %10u\n", sfnt.num_tables ));
    [all...]
ttkern.c 51 FT_UInt nn, num_tables; local
81 num_tables = FT_NEXT_USHORT( p );
83 if ( num_tables > 32 ) /* we only support up to 32 sub-tables */
84 num_tables = 32;
86 for ( nn = 0; nn < num_tables; nn++ )
sfdriver.c 123 if ( idx >= face->num_tables )
sfobjs.c     [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 91 /* num_tables :: The number of tables in file. */
93 /* search_range :: Must be `16 * (max power of 2 <= num_tables)'. */
97 /* range_shift :: Must be `num_tables * 16 - search_range'. */
102 FT_UShort num_tables; member in struct:SFNT_HeaderRec_
1265 FT_UShort num_tables; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/src/truetype/
ttpload.c 124 TT_Table limit = entry + face->num_tables;

Completed in 35 milliseconds