OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_blue
(Results
1 - 9
of
9
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h
200
png_fixed_point
y_blue
;
member in struct:png_info_def
/external/libpng/
pngset.c
57
info_ptr->
y_blue
= (float)blue_y;
105
info_ptr->
y_blue
= (float)( blue_y/100000.);
[
all
...]
pngget.c
432
*blue_y = (double)info_ptr->
y_blue
;
pngwrite.c
93
info_ptr->x_blue, info_ptr->
y_blue
);
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngset.c
71
info_ptr->
y_blue
= (float)blue_y;
145
info_ptr->
y_blue
= (float)( blue_y/100000.);
[
all
...]
pngget.c
401
*blue_y = (double)info_ptr->
y_blue
;
pngwrite.c
85
info_ptr->x_blue, info_ptr->
y_blue
);
[
all
...]
png.h
841
float
y_blue
;
member in struct:png_info_struct
[
all
...]
Completed in 47 milliseconds