Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttsbit.c715 FT_Int pitch, width, height, line_bits, h; in tt_sbit_decoder_load_byte_aligned() local
732 line_bits = width * decoder->bit_depth; in tt_sbit_decoder_load_byte_aligned()
743 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) in tt_sbit_decoder_load_byte_aligned()
762 for ( w = line_bits; w >= 8; w -= 8 ) in tt_sbit_decoder_load_byte_aligned()
781 for ( w = line_bits; w >= 8; w -= 8 ) in tt_sbit_decoder_load_byte_aligned()
857 FT_Int pitch, width, height, line_bits, h, nbits; in tt_sbit_decoder_load_bit_aligned() local
875 line_bits = width * decoder->bit_depth; in tt_sbit_decoder_load_bit_aligned()
886 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) in tt_sbit_decoder_load_bit_aligned()
893 if ( !line_bits || !height ) in tt_sbit_decoder_load_bit_aligned()
912 FT_Int w = line_bits; in tt_sbit_decoder_load_bit_aligned()
[all …]