Home
last modified time | relevance | path

Searched refs:num_strikes (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/sfnt/
Dttbdf.c86 FT_UInt num_strikes = FT_NEXT_USHORT( p ); in tt_face_load_bdf_props() local
94 ( strings - 8 ) / 4 < num_strikes || in tt_face_load_bdf_props()
100 bdf->num_strikes = num_strikes; in tt_face_load_bdf_props()
104 count = bdf->num_strikes; in tt_face_load_bdf_props()
162 count = bdf->num_strikes; in tt_face_find_bdf_prop()
Dttsbit.c96 FT_ULong num_strikes; in tt_face_load_sbit() local
108 num_strikes = FT_NEXT_ULONG( p ); in tt_face_load_sbit()
121 if ( num_strikes >= 0x10000UL ) in tt_face_load_sbit()
131 count = (FT_UInt)num_strikes; in tt_face_load_sbit()
143 FT_ULong num_strikes; in tt_face_load_sbit() local
152 num_strikes = FT_GET_ULONG(); in tt_face_load_sbit()
166 num_strikes >= 0x10000UL ) in tt_face_load_sbit()
184 count = (FT_UInt)num_strikes; in tt_face_load_sbit()
/external/pdfium/third_party/freetype/src/sfnt/
Dttbdf.c86 FT_UInt num_strikes = FT_NEXT_USHORT( p ); in tt_face_load_bdf_props() local
94 ( strings - 8 ) / 4 < num_strikes || in tt_face_load_bdf_props()
100 bdf->num_strikes = num_strikes; in tt_face_load_bdf_props()
104 count = bdf->num_strikes; in tt_face_load_bdf_props()
162 count = bdf->num_strikes; in tt_face_find_bdf_prop()
Dttsbit.c93 FT_ULong num_strikes; in tt_face_load_sbit() local
105 num_strikes = FT_NEXT_ULONG( p ); in tt_face_load_sbit()
113 if ( num_strikes >= 0x10000UL ) in tt_face_load_sbit()
123 count = (FT_UInt)num_strikes; in tt_face_load_sbit()
135 FT_ULong num_strikes; in tt_face_load_sbit() local
144 num_strikes = FT_GET_ULONG(); in tt_face_load_sbit()
158 num_strikes >= 0x10000UL ) in tt_face_load_sbit()
176 count = (FT_UInt)num_strikes; in tt_face_load_sbit()
/external/freetype/src/pfr/
Dpfrload.c366 if ( phy_font->num_strikes + count > phy_font->max_strikes ) in pfr_extra_item_load_bitmap_info()
368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); in pfr_extra_item_load_bitmap_info()
372 phy_font->num_strikes, in pfr_extra_item_load_bitmap_info()
395 strike = phy_font->strikes + phy_font->num_strikes; in pfr_extra_item_load_bitmap_info()
424 phy_font->num_strikes += count; in pfr_extra_item_load_bitmap_info()
683 phy_font->num_strikes = 0; in pfr_phy_font_done()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h892 FT_UInt num_strikes; member
/external/freetype/include/freetype/internal/
Dtttypes.h928 FT_UInt num_strikes; member