Searched refs:num_strikes (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttbdf.c86 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;
H A Dttsbit.c50 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;
H A Dttsbit0.c48 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/
H A Dttbdf.c86 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;
H A Dttsbit.c93 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();
153 if ( flags != 0x0001 || num_strikes >= 0x10000UL )
163 count = (FT_UInt)num_strikes;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttbdf.c86 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;
H A Dttsbit.c50 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;
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c366 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/
H A Dpfrload.c366 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/
H A Dtttypes.h825 FT_UInt num_strikes; member in struct:TT_BDFRec_
/external/freetype/include/internal/
H A Dtttypes.h894 FT_UInt num_strikes; member in struct:TT_BDFRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h825 FT_UInt num_strikes; member in struct:TT_BDFRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h825 FT_UInt num_strikes; member in struct:TT_BDFRec_

Completed in 230 milliseconds