OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_GRADIENTS
(Results
1 - 2
of
2
) sorted by null
/external/pixman/demos/
conical-test.c
6
#define NUM_ROWS ((
NUM_GRADIENTS
+ GRADIENTS_PER_ROW - 1) / GRADIENTS_PER_ROW)
9
#define
NUM_GRADIENTS
35
43
angle = (0.5 /
NUM_GRADIENTS
+ index / (double)
NUM_GRADIENTS
) * 720 - 180;
77
for (i = 0; i <
NUM_GRADIENTS
; i++)
radial-test.c
4
#define
NUM_GRADIENTS
9
8
#define WIDTH (SIZE *
NUM_GRADIENTS
)
60
const static double radiuses[
NUM_GRADIENTS
] = {
101
radius1 = radiuses[
NUM_GRADIENTS
- index - 1];
180
for (i = 0; i <
NUM_GRADIENTS
; i++)
Completed in 311 milliseconds