OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_linear
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/pixman/dist/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];
631
argb->r =
to_linear
[(p >> 16) & 0xff];
632
argb->g =
to_linear
[(p >> 8) & 0xff];
633
argb->b =
to_linear
[(p >> 0) & 0xff]
[
all
...]
Completed in 5 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026