Lines Matching defs:stops
177 XFixed stops[2] = {0, 0xffff};
180 return XRenderCreateLinearGradient(t->dpy, &gradient, stops, colors, 2);
186 XFixed stops[2] = {0, 0xffff};
189 return XRenderCreateLinearGradient(t->dpy, &gradient, stops, colors, 2);
195 XFixed stops[2] = {0, 0xffff};
198 return XRenderCreateLinearGradient(t->dpy, &gradient, stops, colors, 2);
204 XFixed stops[2] = {0, 0xffff};
218 return XRenderCreateRadialGradient(t->dpy, &gradient, stops, colors, 2);
224 XFixed stops[2] = {0, 0xffff};
230 return XRenderCreateRadialGradient(t->dpy, &gradient, stops, colors, 2);