Searched refs:fixed_shade (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/screen_savers/nebula/
H A DDraw.h12 void memshset(char* dstParam, int center_shade, int fixed_shade, int half_length);
H A DDraw.c15 /* memshset (char *dst, int center_shade,int fixed_shade, int length_2) */
18 /* fixed_shade is the fixed point increment (8:8) */
22 void memshset(char* dstParam, int center_shade, int fixed_shade, int half_length) argument
43 center_shade += fixed_shade; // Increment color.

Completed in 32 milliseconds