Searched defs:line_bits (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c408 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 <
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c542 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 <
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c408 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 <
[all...]

Completed in 660 milliseconds