Searched refs:num_tables (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff.c123 FT_FRAME_USHORT( num_tables ),
149 woff.num_tables == 0 ||
150 44 + woff.num_tables * 20UL >= woff.length ||
151 12 + woff.num_tables * 16UL >= woff.totalSfntSize ||
163 if ( FT_ALLOC( sfnt, 12 + woff.num_tables * 16UL ) ||
174 x = woff.num_tables;
184 rangeShift = woff.num_tables * 16 - searchRange;
187 WRITE_USHORT( sfnt_header, woff.num_tables );
197 if ( FT_NEW_ARRAY( tables, woff.num_tables ) ||
198 FT_NEW_ARRAY( indices, woff.num_tables ) )
[all...]
H A Dsfwoff2.c353 FT_UShort num_tables,
359 for ( i = 0; i < num_tables; i++ )
1260 FT_UShort num_tables,
1274 const WOFF2_Table maxp_table = find_table( tables, num_tables,
1276 const WOFF2_Table head_table = find_table( tables, num_tables,
1523 FT_UShort num_tables = woff2->num_tables; local in function:reconstruct_font
1524 FT_ULong dest_offset = 12 + num_tables * 16UL;
1538 info->glyf_table = find_table( indices, num_tables, TTAG_glyf );
1539 info->loca_table = find_table( indices, num_tables, TTAG_loc
352 find_table(WOFF2_Table * tables,FT_UShort num_tables,FT_ULong tag) argument
1258 get_x_mins(FT_Stream stream,WOFF2_Table * tables,FT_UShort num_tables,WOFF2_Info info,FT_Memory memory) argument
[all...]
H A Dttkern.c50 FT_UInt nn, num_tables; local in function:tt_face_load_kern
80 num_tables = FT_NEXT_USHORT( p );
82 if ( num_tables > 32 ) /* we only support up to 32 sub-tables */
83 num_tables = 32;
85 for ( nn = 0; nn < num_tables; nn++ )
H A Dttload.c75 limit = entry + face->num_tables;
159 /* - check that `num_tables' is valid (and adjust it if necessary); */
201 for ( nn = 0; nn < sfnt->num_tables; nn++ )
211 nn, nn == 1 ? "" : "s", sfnt->num_tables ));
212 sfnt->num_tables = nn;
357 FT_FRAME_USHORT( num_tables ),
378 sfnt.search_range + sfnt.range_shift != sfnt.num_tables << 4 )
384 FT_TRACE2(( "-- Number of tables: %10u\n", sfnt.num_tables ));
400 valid_entries = sfnt.num_tables;
409 face->num_tables
[all...]
H A Dsfdriver.c134 *length = face->num_tables;
137 if ( idx >= face->num_tables )
H A Dsfobjs.c1420 face->num_tables = 0;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dwofftypes.h49 FT_UShort num_tables; member in struct:WOFF_HeaderRec_
118 * num_tables ::
128 FT_UShort num_tables; member in struct:WOFF2_TtcFontRec_
158 FT_UShort num_tables; member in struct:WOFF2_HeaderRec_
H A Dtttypes.h95 * num_tables ::
99 * Must be '16 * (max power of 2 <= num_tables)'.
105 * Must be 'num_tables * 16 - search_range'.
110 FT_UShort num_tables; member in struct:SFNT_HeaderRec_
1172 * num_tables ::
1469 FT_UShort num_tables; member in struct:TT_FaceRec_
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmap.h56 int num_tables; member in struct:_BitmapFont
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbitmap.h56 int num_tables; member in struct:_BitmapFont
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbitmap.h56 int num_tables; member in struct:_BitmapFont
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42parse.c540 FT_Int num_tables = 0; local in function:t42_parse_sfnts
701 num_tables = 16 * face->ttf_data[4] + face->ttf_data[5];
703 face->ttf_size = 12 + 16 * num_tables;
730 for ( i = 0; i < num_tables; i++ )
751 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables,
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttpload.c136 TT_Table limit = entry + face->num_tables;
H A Dttobjs.c449 for ( i = 0; i < face->num_tables; i++ )
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c857 bitmapFont->num_tables = obitmapFont->num_tables;
H A Dpcfread.c651 bitmapFont->num_tables = ntables;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c854 bitmapFont->num_tables = obitmapFont->num_tables;
H A Dpcfread.c653 bitmapFont->num_tables = ntables;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h1291 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); local in function:stbtt__find_table
1294 for (i=0; i < num_tables; ++i) {
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h1291 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); local in function:stbtt__find_table
1294 for (i=0; i < num_tables; ++i) {

Completed in 37 milliseconds