Home
last modified time | relevance | path

Searched refs:PIXMAN_STOP (Results 1 – 2 of 2) sorted by relevance

/external/pixman/demos/
Dconical-test.c14 #define PIXMAN_STOP(offset,r,g,b,a) \ macro
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)
Dradial-test.c75 #define PIXMAN_STOP(offset,r,g,b,a) \ macro
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)