OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:line_bits
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/sfnt/
ttsbit.c
703
FT_Int pitch, width, height,
line_bits
, h;
local
720
line_bits
= width * decoder->bit_depth;
731
if ( p + ( (
line_bits
+ 7 ) >> 3 ) * height > limit )
750
for ( w =
line_bits
; w >= 8; w -= 8 )
769
for ( w =
line_bits
; w >= 8; w -= 8 )
845
FT_Int pitch, width, height,
line_bits
, h, nbits;
local
863
line_bits
= width * decoder->bit_depth;
874
if ( p + ( (
line_bits
* height + 7 ) >> 3 ) > limit )
881
if ( !
line_bits
|| !height )
900
FT_Int w =
line_bits
;
[
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
...]
Completed in 6924 milliseconds