Searched refs:nStops (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 1880 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateLinearGradient() 1882 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateLinearGradient() 1886 colors = (xRenderColor *) (stops + stuff->nStops); in ProcRenderCreateLinearGradient() 1889 stuff->nStops, stops, colors, in ProcRenderCreateLinearGradient() 1919 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateRadialGradient() 1921 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateRadialGradient() 1925 colors = (xRenderColor *) (stops + stuff->nStops); in ProcRenderCreateRadialGradient() 1930 stuff->nStops, stops, colors, &error); in ProcRenderCreateRadialGradient() 1959 if (stuff->nStops > UINT32_MAX / (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateConicalGradient() 1961 if (len != stuff->nStops * (sizeof(xFixed) + sizeof(xRenderColor))) in ProcRenderCreateConicalGradient() [all …]
|
| H A D | picture.c | 884 int nStops, xFixed * stops, xRenderColor * colors, in CreateLinearGradientPicture() argument 889 if (nStops < 1) { in CreateLinearGradientPicture() 912 initGradient(pPicture->pSourcePict, nStops, stops, colors, error); in CreateLinearGradientPicture() 923 xFixed outerRadius, int nStops, xFixed * stops, in CreateRadialGradientPicture() argument 929 if (nStops < 1) { in CreateRadialGradientPicture() 957 initGradient(pPicture->pSourcePict, nStops, stops, colors, error); in CreateRadialGradientPicture() 967 int nStops, xFixed * stops, xRenderColor * colors, in CreateConicalGradientPicture() argument 972 if (nStops < 1) { in CreateConicalGradientPicture() 995 initGradient(pPicture->pSourcePict, nStops, stops, colors, error); in CreateConicalGradientPicture()
|
| H A D | picturestr.h | 529 int nStops, 538 int nStops, 545 int nStops,
|