HomeSort by relevance Sort by last modified time
    Searched refs:num_strikes (Results 1 - 7 of 7) 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 96 FT_ULong num_strikes; local
108 num_strikes = FT_NEXT_ULONG( p );
121 if ( num_strikes >= 0x10000UL )
131 count = (FT_UInt)num_strikes;
143 FT_ULong num_strikes; local
152 num_strikes = FT_GET_ULONG();
166 num_strikes >= 0x10000UL )
184 count = (FT_UInt)num_strikes;
    [all...]
  /external/pdfium/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 93 FT_ULong num_strikes; local
105 num_strikes = FT_NEXT_ULONG( p );
113 if ( num_strikes >= 0x10000UL )
123 count = (FT_UInt)num_strikes;
135 FT_ULong num_strikes; local
144 num_strikes = FT_GET_ULONG();
158 num_strikes >= 0x10000UL )
176 count = (FT_UInt)num_strikes;
    [all...]
  /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;
683 phy_font->num_strikes = 0;
  /external/freetype/include/freetype/internal/
tttypes.h 928 FT_UInt num_strikes; member in struct:TT_BDFRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 892 FT_UInt num_strikes; member in struct:TT_BDFRec_
    [all...]

Completed in 529 milliseconds