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

  /external/chromium_org/third_party/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 50 FT_ULong num_strikes, table_size; local
83 num_strikes = FT_NEXT_ULONG( p );
85 if ( version != 0x00020000UL || num_strikes >= 0x10000UL )
96 count = (FT_UInt)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/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 50 FT_ULong num_strikes, table_size; local
83 num_strikes = FT_NEXT_ULONG( p );
85 if ( version != 0x00020000UL || num_strikes >= 0x10000UL )
96 count = (FT_UInt)num_strikes;
    [all...]
  /external/chromium_org/third_party/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/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/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 825 FT_UInt num_strikes; member in struct:TT_BDFRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 825 FT_UInt num_strikes; member in struct:TT_BDFRec_
    [all...]

Completed in 559 milliseconds