Searched refs:glyph_size (Results 1 – 5 of 5) sorted by relevance
698 FT_ULong glyph_size, in tt_sbit_decoder_load_bitmap() argument710 if ( glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()717 FT_FRAME_EXTRACT( glyph_size, data ) ) in tt_sbit_decoder_load_bitmap()721 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
1182 FT_Int glyph_size; in Load_SBit_Single() local1211 glyph_size = glyph_height * line_length; in Load_SBit_Single()1220 glyph_size = ( glyph_height * line_bits + 7 ) >> 3; in Load_SBit_Single()1228 if ( FT_FRAME_ENTER( glyph_size ) ) in Load_SBit_Single()
76 FT_Long glyph_size; member
290 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in FT_DEFINE_GLYPH()
1082 clazz->glyph_size = size_; \