OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_linear
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/tools/
cvtcolor.c
52
int
to_linear
= 0, to_gray = 0, to_color = 0;
local
69
to_linear
= 0;
72
to_linear
= 1;
91
c[3] = component(prog, argv[3],
to_linear
);
94
c[2] = component(prog, argv[2],
to_linear
);
97
c[1] = component(prog, argv[1],
to_linear
);
100
c[0] = component(prog, argv[0],
to_linear
);
105
if (
to_linear
)
160
if (
to_linear
)
/external/pixman/pixman/
pixman-access.c
561
static const float * const
to_linear
= (const float *)to_linear_u;
variable
573
if (
to_linear
[mid] > f)
579
if (
to_linear
[high] - f < f -
to_linear
[low])
605
argb->r =
to_linear
[(p >> 16) & 0xff];
606
argb->g =
to_linear
[(p >> 8) & 0xff];
607
argb->b =
to_linear
[(p >> 0) & 0xff];
901
argb.r =
to_linear
[(p >> 16) & 0xff];
902
argb.g =
to_linear
[(p >> 8) & 0xff];
903
argb.b =
to_linear
[(p >> 0) & 0xff]
[
all
...]
Completed in 229 milliseconds