Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c741 #define REPEAT_FILL_STOPS(m, n) \ in _glamor_gradient_set_stops() macro
762 REPEAT_FILL_STOPS(0, count - 2); in _glamor_gradient_set_stops()
765 REPEAT_FILL_STOPS(count - 1, 1); in _glamor_gradient_set_stops()
769 REPEAT_FILL_STOPS(0, 1); in _glamor_gradient_set_stops()
772 REPEAT_FILL_STOPS(count - 1, count - 2); in _glamor_gradient_set_stops()
776 REPEAT_FILL_STOPS(0, 1); in _glamor_gradient_set_stops()
779 REPEAT_FILL_STOPS(count - 1, count - 2); in _glamor_gradient_set_stops()
782 #undef REPEAT_FILL_STOPS in _glamor_gradient_set_stops()