/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttsbit.c | 634 FT_Int pitch, width, height, line_bits, h; local 651 line_bits = width * decoder->bit_depth; 662 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) 681 for ( w = line_bits; w >= 8; w -= 8 ) 700 for ( w = line_bits; w >= 8; w -= 8 ) 776 FT_Int pitch, width, height, line_bits, h, nbits; local 794 line_bits = width * decoder->bit_depth; 805 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) 812 if ( !line_bits || !height ) 831 FT_Int w = line_bits; [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 568 FT_Int pitch, width, height, line_bits, h; local 583 line_bits = width * decoder->bit_depth; 594 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) 613 for ( w = line_bits; w >= 8; w -= 8 ) 632 for ( w = line_bits; w >= 8; w -= 8 ) 707 FT_Int pitch, width, height, line_bits, h, nbits; local 723 line_bits = width * decoder->bit_depth; 734 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) 754 FT_Int w = line_bits; 760 w = ( line_bits < 8 - x_pos ) ? line_bits : 8 - x_pos [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttsbit.c | 568 FT_Int pitch, width, height, line_bits, h; local 583 line_bits = width * decoder->bit_depth; 594 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) 613 for ( w = line_bits; w >= 8; w -= 8 ) 632 for ( w = line_bits; w >= 8; w -= 8 ) 707 FT_Int pitch, width, height, line_bits, h, nbits; local 723 line_bits = width * decoder->bit_depth; 734 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) 754 FT_Int w = line_bits; 760 w = ( line_bits < 8 - x_pos ) ? line_bits : 8 - x_pos [all...] |