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

  /external/freetype/src/sfnt/
ttbdf.c 86 FT_UInt num_strikes = FT_NEXT_USHORT( p ); local
94 ( strings - 8 ) / 4 < num_strikes ||
100 bdf->num_strikes = num_strikes;
104 count = bdf->num_strikes;
162 count = bdf->num_strikes;
ttsbit.c 424 FT_ULong num_strikes; local
490 num_strikes = FT_GET_ULONG();
496 num_strikes >= 0x10000L )
505 if ( FT_NEW_ARRAY( face->sbit_strikes, num_strikes ) )
508 face->num_sbit_strikes = num_strikes;
513 FT_ULong count = num_strikes;
516 if ( FT_FRAME_ENTER( 48L * num_strikes ) )
537 FT_ULong count = num_strikes;
    [all...]
ttsbit0.c 48 FT_ULong num_strikes, table_size; local
79 num_strikes = FT_NEXT_ULONG( p );
81 if ( version != 0x00020000UL || num_strikes >= 0x10000UL )
92 count = (FT_UInt)num_strikes;
  /external/freetype/src/pfr/
pfrload.c 366 if ( phy_font->num_strikes + count > phy_font->max_strikes )
368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 );
372 phy_font->num_strikes,
395 strike = phy_font->strikes + phy_font->num_strikes;
424 phy_font->num_strikes += count;
682 phy_font->num_strikes = 0;
  /external/freetype/include/freetype/internal/
tttypes.h 906 FT_UInt num_strikes; member in struct:TT_BDFRec_
    [all...]

Completed in 412 milliseconds