OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usr_bit_depth
(Results
1 - 9
of
9
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h
138
png_byte
usr_bit_depth
; /* bit depth of users row: write only */
member in struct:png_struct_def
/external/libpng/
pngwutil.c
504
png_ptr->
usr_bit_depth
= png_ptr->bit_depth;
947
png_ptr->
usr_bit_depth
);
962
if (sbit->gray == 0 || sbit->gray > png_ptr->
usr_bit_depth
)
973
if (sbit->alpha == 0 || sbit->alpha > png_ptr->
usr_bit_depth
)
[
all
...]
pngtrans.c
58
png_ptr->
usr_bit_depth
= 8;
pngwrite.c
907
png_ptr->row_info.bit_depth = png_ptr->
usr_bit_depth
;
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngwutil.c
484
png_ptr->
usr_bit_depth
= png_ptr->bit_depth;
900
png_ptr->
usr_bit_depth
);
915
if (sbit->gray == 0 || sbit->gray > png_ptr->
usr_bit_depth
)
926
if (sbit->alpha == 0 || sbit->alpha > png_ptr->
usr_bit_depth
)
[
all
...]
pngtrans.c
48
png_ptr->
usr_bit_depth
= 8;
pngwrite.c
869
png_ptr->row_info.bit_depth = png_ptr->
usr_bit_depth
;
[
all
...]
png.h
1191
png_byte
usr_bit_depth
; \/* bit depth of users row *\/
member in struct:png_struct_def
[
all
...]
Completed in 48 milliseconds