OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:red_fixed
(Results
1 - 3
of
3
) sorted by null
/external/libpng/
pngrtran.c
679
int
red_fixed
, green_fixed;
local
686
red_fixed
= -1;
691
red_fixed
= (int)((float)red*100000.0 + 0.5);
694
png_set_rgb_to_gray_fixed(png_ptr, error_action,
red_fixed
, green_fixed);
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrtran.c
646
int
red_fixed
= (int)((float)red*100000.0 + 0.5);
local
649
png_set_rgb_to_gray_fixed(png_ptr, error_action,
red_fixed
, green_fixed);
[
all
...]
/prebuilt/sdk/tools/linux/
aapt
Completed in 106 milliseconds