HomeSort by: relevance | last modified time | path
    Searched defs:num_tables (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/bdftopcf/dist/
bitmap.h 56 int num_tables; member in struct:_BitmapFont
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bitmap.h 56 int num_tables; member in struct:_BitmapFont
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bitmap.h 56 int num_tables; member in struct:_BitmapFont
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttkern.c 50 FT_UInt nn, num_tables; local
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++ )
sfwoff2.c 353 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
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_loca )
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
wofftypes.h 49 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_
tttypes.h 95 * 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/freetype/dist/src/type42/
t42parse.c 540 FT_Int num_tables = 0; local
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/MesaLib/dist/src/imgui/
imstb_truetype.h 1291 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); local
1294 for (i=0; i < num_tables; ++i) {
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_truetype.h 1291 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); local
1294 for (i=0; i < num_tables; ++i) {

Completed in 21 milliseconds