Searched refs:nstops (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_gradient.c42 for (n = 0; n < gradient->nstops; n++) {
56 for (n = 1; n < gradient->nstops; n++) {
105 if (cache->nstops != pattern->nstops)
110 sizeof(PictGradientStop)*cache->nstops) == 0;
125 pattern->nstops,
131 pattern->stops[pattern->nstops/2].x / 65536.,
132 pattern->stops[pattern->nstops/2].color.alpha >> 8 << 24 |
133 pattern->stops[pattern->nstops/2].color.red >> 8 << 16 |
134 pattern->stops[pattern->nstops/
[all...]
H A Dsna_render.h324 int nstops; member in struct:sna_render::__anon7bfac9800d08::sna_gradient_cache
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_gradient.c42 for (n = 0; n < gradient->nstops; n++) {
56 for (n = 1; n < gradient->nstops; n++) {
105 if (cache->nstops != pattern->nstops)
110 sizeof(PictGradientStop)*cache->nstops) == 0;
125 pattern->nstops,
131 pattern->stops[pattern->nstops/2].x / 65536.,
132 pattern->stops[pattern->nstops/2].color.alpha >> 8 << 24 |
133 pattern->stops[pattern->nstops/2].color.red >> 8 << 16 |
134 pattern->stops[pattern->nstops/
[all...]
H A Dsna_render.h316 int nstops; member in struct:sna_render::__anon9bb814340c08::sna_gradient_cache
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbpict.c122 gradient->nstops);
141 gradient->nstops);
156 gradient->nstops);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpict.c122 gradient->nstops);
141 gradient->nstops);
156 gradient->nstops);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpict.c112 &p1, &p2, (pixman_gradient_stop_t *)gradient->stops, gradient->nstops);
130 (pixman_gradient_stop_t *)gradient->stops, gradient->nstops);
144 gradient->nstops);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_gradient.c722 for (i = 0; i < pgradient->nstops; i++) {
874 stops_count = src_picture->pSourcePict->radial.nstops + 2;
876 /* Because the max value of nstops is unknown, so create a program
877 when nstops > LINEAR_LARGE_STOPS. */
887 nstops + 2, 1);
903 if (src_picture->pSourcePict->radial.nstops + 2 <= RADIAL_SMALL_STOPS) {
991 if (src_picture->pSourcePict->linear.nstops + 2 <= RADIAL_SMALL_STOPS) {
1183 stops_count = src_picture->pSourcePict->linear.nstops + 2;
1185 /* Because the max value of nstops is unknown, so create a program
1186 when nstops > LINEAR_LARGE_STOP
[all...]
/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h1018 * @param[in] nstops Stops count.
1024 const XRenderColor *colors, int nstops);
1033 * @param[in] nstops Stops count.
1039 const XRenderColor *colors, int nstops);
1048 * @param[in] nstops Stops count.
1054 const XRenderColor *colors, int nstops);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpict.c244 gradient->nstops);
263 gradient->nstops);
278 gradient->nstops);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicturestr.h86 int nstops; member in struct:_PictGradient
96 int nstops; member in struct:_PictLinearGradient
114 int nstops; member in struct:_PictRadialGradient
130 int nstops; member in struct:_PictConicalGradient
H A Dpicture.c885 pGradient->gradient.nstops = stopCount;
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicturestr.h81 int nstops; member in struct:_PictGradient
87 int nstops; member in struct:_PictLinearGradient
101 int nstops; member in struct:_PictRadialGradient
109 int nstops; member in struct:_PictConicalGradient
H A Dpicture.c832 pGradient->gradient.nstops = stopCount;

Completed in 18 milliseconds