Searched refs:bit_height (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttsbit0.c | 378 FT_Int bit_height, bit_width, pitch, width, height, h; in tt_sbit_decoder_load_byte_aligned() local 392 bit_height = bitmap->rows; in tt_sbit_decoder_load_byte_aligned() 400 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_byte_aligned() 516 FT_Int bit_height, bit_width, pitch, width, height, h, nbits; in tt_sbit_decoder_load_bit_aligned() local 531 bit_height = bitmap->rows; in tt_sbit_decoder_load_bit_aligned() 539 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_bit_aligned()
|
D | ttsbit.c | 408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; in tt_sbit_decoder_load_byte_aligned() local 417 bit_height = bitmap->rows; in tt_sbit_decoder_load_byte_aligned() 427 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_byte_aligned() 549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; in tt_sbit_decoder_load_bit_aligned() local 559 bit_height = bitmap->rows; in tt_sbit_decoder_load_bit_aligned() 569 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_bit_aligned()
|
/external/freetype/src/sfnt/ |
D | ttsbit.c | 408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; in tt_sbit_decoder_load_byte_aligned() local 417 bit_height = bitmap->rows; in tt_sbit_decoder_load_byte_aligned() 427 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_byte_aligned() 549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; in tt_sbit_decoder_load_bit_aligned() local 559 bit_height = bitmap->rows; in tt_sbit_decoder_load_bit_aligned() 569 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_bit_aligned()
|