Home
last modified time | relevance | path

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

/external/pixman/demos/
Dradial-test.c5 #define NUM_STOPS 3 macro
85 static const pixman_gradient_stop_t stops[NUM_STOPS] = {
127 stops, NUM_STOPS); in create_radial()
Dconical-test.c32 #define NUM_STOPS (sizeof (stops) / sizeof (stops[0])) macro
46 &c, pixman_double_to_fixed (angle), stops, NUM_STOPS); in create_conical()