Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c717 GLfloat *stop_colors, GLfloat *n_stops) in _glamor_gradient_set_stops() argument
723 stop_colors[count * 4] = in _glamor_gradient_set_stops()
725 stop_colors[count * 4 + 1] = in _glamor_gradient_set_stops()
727 stop_colors[count * 4 + 2] = in _glamor_gradient_set_stops()
729 stop_colors[count * 4 + 3] = in _glamor_gradient_set_stops()
742 stop_colors[(m)*4 + 0] = stop_colors[(n)*4 + 0]; \ in _glamor_gradient_set_stops()
743 stop_colors[(m)*4 + 1] = stop_colors[(n)*4 + 1]; \ in _glamor_gradient_set_stops()
744 stop_colors[(m)*4 + 2] = stop_colors[(n)*4 + 2]; \ in _glamor_gradient_set_stops()
745 stop_colors[(m)*4 + 3] = stop_colors[(n)*4 + 3]; in _glamor_gradient_set_stops()
749 stop_colors[0] = 0.0; //R in _glamor_gradient_set_stops()
[all …]