Searched refs:line_bits (Results 1 – 1 of 1) sorted by relevance
716 FT_Int pitch, width, height, line_bits, h; in tt_sbit_decoder_load_byte_aligned() local733 line_bits = width * decoder->bit_depth; in tt_sbit_decoder_load_byte_aligned()744 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) in tt_sbit_decoder_load_byte_aligned()763 for ( w = line_bits; w >= 8; w -= 8 ) in tt_sbit_decoder_load_byte_aligned()782 for ( w = line_bits; w >= 8; w -= 8 ) in tt_sbit_decoder_load_byte_aligned()858 FT_Int pitch, width, height, line_bits, h, nbits; in tt_sbit_decoder_load_bit_aligned() local876 line_bits = width * decoder->bit_depth; in tt_sbit_decoder_load_bit_aligned()887 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) in tt_sbit_decoder_load_bit_aligned()894 if ( !line_bits || !height ) in tt_sbit_decoder_load_bit_aligned()913 FT_Int w = line_bits; in tt_sbit_decoder_load_bit_aligned()[all …]