OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIXMAN_STOP
(Results
1 - 2
of
2
) sorted by null
/external/pixman/demos/
conical-test.c
14
#define
PIXMAN_STOP
(offset,r,g,b,a) \
26
PIXMAN_STOP
(0.25, 1, 0, 0, 0.7),
27
PIXMAN_STOP
(0.5, 1, 1, 0, 0.7),
28
PIXMAN_STOP
(0.75, 0, 1, 0, 0.7),
29
PIXMAN_STOP
(1.0, 0, 0, 1, 0.7)
radial-test.c
75
#define
PIXMAN_STOP
(offset,r,g,b,a) \
86
PIXMAN_STOP
(0.0, 1, 0, 0, 0.75),
87
PIXMAN_STOP
(0.70710678, 0, 1, 0, 0),
88
PIXMAN_STOP
(1.0, 0, 0, 1, 1)
Completed in 501 milliseconds