Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c38 #define RADIAL_SMALL_STOPS (6 + 2) macro
817 GLfloat stop_colors_st[RADIAL_SMALL_STOPS * 4]; in glamor_generate_radial_gradient_picture()
818 GLfloat n_stops_st[RADIAL_SMALL_STOPS]; in glamor_generate_radial_gradient_picture()
878 if (stops_count <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
903 if (src_picture->pSourcePict->radial.nstops + 2 <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
968 if (stops_count > RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
991 if (src_picture->pSourcePict->linear.nstops + 2 <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
1074 if (stops_count > RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
1091 if (stops_count > RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()