Home
last modified time | relevance | path

Searched refs:num_strikes (Results 1 – 5 of 5) 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.c424 FT_ULong num_strikes; in tt_face_load_eblc() local
490 num_strikes = FT_GET_ULONG(); in tt_face_load_eblc()
496 num_strikes >= 0x10000L ) in tt_face_load_eblc()
505 if ( FT_NEW_ARRAY( face->sbit_strikes, num_strikes ) ) in tt_face_load_eblc()
508 face->num_sbit_strikes = num_strikes; in tt_face_load_eblc()
513 FT_ULong count = num_strikes; in tt_face_load_eblc()
516 if ( FT_FRAME_ENTER( 48L * num_strikes ) ) in tt_face_load_eblc()
537 FT_ULong count = num_strikes; in tt_face_load_eblc()
Dttsbit0.c48 FT_ULong num_strikes, table_size; in tt_face_load_eblc() local
79 num_strikes = FT_NEXT_ULONG( p ); in tt_face_load_eblc()
81 if ( version != 0x00020000UL || num_strikes >= 0x10000UL ) in tt_face_load_eblc()
92 count = (FT_UInt)num_strikes; in tt_face_load_eblc()
/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()
682 phy_font->num_strikes = 0; in pfr_phy_font_done()
/external/freetype/include/freetype/internal/
Dtttypes.h906 FT_UInt num_strikes; member