Home
last modified time | relevance | path

Searched refs:num_strikes (Results 1 – 4 of 4) 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.c423 FT_ULong num_strikes; in tt_face_load_eblc() local
489 num_strikes = FT_GET_ULONG(); in tt_face_load_eblc()
495 num_strikes >= 0x10000L ) in tt_face_load_eblc()
504 if ( FT_NEW_ARRAY( face->sbit_strikes, num_strikes ) ) in tt_face_load_eblc()
507 face->num_sbit_strikes = num_strikes; in tt_face_load_eblc()
512 FT_ULong count = num_strikes; in tt_face_load_eblc()
515 if ( FT_FRAME_ENTER( 48L * num_strikes ) ) in tt_face_load_eblc()
536 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/include/freetype/internal/
Dtttypes.h906 FT_UInt num_strikes; member