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

  /external/harfbuzz_ng/src/
main.cc 97 int num_tables = font.get_table_count (); local
98 printf (" %d table(s) found in font\n", num_tables);
99 for (int n_table = 0; n_table < num_tables; n_table++) {
101 printf (" Table %2d of %2d: %.4s (0x%08x+0x%08x)\n", n_table, num_tables,
  /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 124 *length = face->num_tables;
127 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 125 TT_Table limit = entry + face->num_tables;
ttobjs.c 336 for ( i = 0; i < face->num_tables; i++ )
    [all...]

Completed in 130 milliseconds