/external/chromium_org/third_party/freetype/src/sfnt/ |
ttsbit.c | 408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local 424 line_bits = width * decoder->bit_depth; 435 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) 454 for ( w = line_bits; w >= 8; w -= 8 ) 473 for ( w = line_bits; w >= 8; w -= 8 ) 549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local 566 line_bits = width * decoder->bit_depth; 577 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) 597 FT_Int w = line_bits; 603 w = ( line_bits < 8 - x_pos ) ? line_bits : 8 - x_pos [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 542 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local 556 line_bits = width * decoder->bit_depth; 567 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) 586 for ( w = line_bits; w >= 8; w -= 8 ) 605 for ( w = line_bits; w >= 8; w -= 8 ) 680 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local 695 line_bits = width * decoder->bit_depth; 706 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) 726 FT_Int w = line_bits; 732 w = ( line_bits < 8 - x_pos ) ? line_bits : 8 - x_pos [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
ttsbit.c | 408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local 424 line_bits = width * decoder->bit_depth; 435 if ( p + ( ( line_bits + 7 ) >> 3 ) * height > limit ) 454 for ( w = line_bits; w >= 8; w -= 8 ) 473 for ( w = line_bits; w >= 8; w -= 8 ) 549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local 566 line_bits = width * decoder->bit_depth; 577 if ( p + ( ( line_bits * height + 7 ) >> 3 ) > limit ) 597 FT_Int w = line_bits; 603 w = ( line_bits < 8 - x_pos ) ? line_bits : 8 - x_pos [all...] |