Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dshade.c74 short shade_processed,shade_processed_old; in Shade_draw_grad_ranges() local
112 shade_processed=((y_pos-start_y)*nb_shades)/y_size; in Shade_draw_grad_ranges()
114 if (shade_processed>shade_processed_old) in Shade_draw_grad_ranges()
124 shade_processed_old=shade_processed; in Shade_draw_grad_ranges()