Searched refs:nStops (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXrender/dist/src/
H A DPicture.c277 int nStops)
296 req->nStops = (CARD32) nStops;
297 len = (long) nStops * 3;
299 DataInt32(dpy, stops, nStops * 4);
300 Data16(dpy, colors, nStops * 8);
311 int nStops)
332 req->nStops = (CARD32) nStops;
333 len = (long) nStops *
273 XRenderCreateLinearGradient(Display * dpy,const XLinearGradient * gradient,const XFixed * stops,const XRenderColor * colors,int nStops) argument
307 XRenderCreateRadialGradient(Display * dpy,const XRadialGradient * gradient,const XFixed * stops,const XRenderColor * colors,int nStops) argument
343 XRenderCreateConicalGradient(Display * dpy,const XConicalGradient * gradient,const XFixed * stops,const XRenderColor * colors,int nStops) argument
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h612 CARD32 nStops; member in struct:__anonb7d133213108
626 CARD32 nStops; member in struct:__anonb7d133213208
638 CARD32 nStops; member in struct:__anonb7d133213308
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c1889 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor)))
1891 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor)))
1895 colors = (xRenderColor *) (stops + stuff->nStops);
1898 stuff->nStops, stops, colors,
1928 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor)))
1930 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor)))
1934 colors = (xRenderColor *) (stops + stuff->nStops);
1939 stuff->nStops, stops, colors, &error);
1968 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor)))
1970 if (len != stuff->nStops * (sizeo
[all...]
H A Dpicture.c885 int nStops, xFixed * stops, xRenderColor * colors,
890 if (nStops < 1) {
913 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
924 xFixed outerRadius, int nStops, xFixed * stops,
930 if (nStops < 1) {
958 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
968 int nStops, xFixed * stops, xRenderColor * colors,
973 if (nStops < 1) {
996 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
884 CreateLinearGradientPicture(Picture pid,xPointFixed * p1,xPointFixed * p2,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument
922 CreateRadialGradientPicture(Picture pid,xPointFixed * inner,xPointFixed * outer,xFixed innerRadius,xFixed outerRadius,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument
967 CreateConicalGradientPicture(Picture pid,xPointFixed * center,xFixed angle,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument
H A Dpicturestr.h529 int nStops,
538 int nStops,
545 int nStops,
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c1962 if (stuff->nStops > UINT32_MAX/(sizeof(xFixed) + sizeof(xRenderColor)))
1964 if (len != stuff->nStops*(sizeof(xFixed) + sizeof(xRenderColor)))
1968 colors = (xRenderColor *)(stops + stuff->nStops);
1971 stuff->nStops, stops, colors, &error);
1998 if (len != stuff->nStops*(sizeof(xFixed) + sizeof(xRenderColor)))
2002 colors = (xRenderColor *)(stops + stuff->nStops);
2006 stuff->nStops, stops, colors, &error);
2033 if (len != stuff->nStops*(sizeof(xFixed) + sizeof(xRenderColor)))
2037 colors = (xRenderColor *)(stops + stuff->nStops);
2040 stuff->nStops, stop
[all...]
H A Dpicture.c935 int nStops, xFixed *stops, xRenderColor *colors, int *error)
939 if (nStops < 2) {
962 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
975 int nStops, xFixed *stops, xRenderColor *colors, int *error)
980 if (nStops < 2) {
1014 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
1024 int nStops, xFixed *stops, xRenderColor *colors, int *error)
1028 if (nStops < 2) {
1051 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
934 CreateLinearGradientPicture(Picture pid,xPointFixed * p1,xPointFixed * p2,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument
973 CreateRadialGradientPicture(Picture pid,xPointFixed * inner,xPointFixed * outer,xFixed innerRadius,xFixed outerRadius,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument
1023 CreateConicalGradientPicture(Picture pid,xPointFixed * center,xFixed angle,int nStops,xFixed * stops,xRenderColor * colors,int * error) argument
H A Dpicturestr.h648 int nStops,
659 int nStops,
668 int nStops,

Completed in 15 milliseconds