Searched refs:FirstWidth (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolycon.c | 94 int *width, *FirstWidth; /* output buffer */ local in function:miFillConvexPoly 109 width = FirstWidth = malloc(sizeof(int) * dy); 110 if(!FirstPoint || !FirstWidth) 112 free(FirstWidth); 178 free(FirstWidth); 211 ptsOut-FirstPoint,FirstPoint,FirstWidth, 213 free(FirstWidth);
|
| H A D | mipolygen.c | 84 int FirstWidth[NUMPTSTOBUFFER]; local in function:miFillGeneralPoly 98 width = FirstWidth; 141 nPts, FirstPoint, FirstWidth, 144 width = FirstWidth; 197 FirstWidth, 1); 199 width = FirstWidth; 226 (*pgc->ops->FillSpans)(dst, pgc, nPts, FirstPoint, FirstWidth, 1);
|
| H A D | mifpolycon.c | 100 *FirstWidth, /* output buffer */ local in function:miFillSppPoly 120 width = FirstWidth = malloc(sizeof(int) * y); 240 ptsOut-FirstPoint, FirstPoint, FirstWidth, 1); 242 free(FirstWidth);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipoly.c | 401 int *width, *FirstWidth; /* output buffer */ local in function:miFillConvexPoly 416 width = FirstWidth = xallocarray(dy, sizeof(int)); 417 if (!FirstPoint || !FirstWidth) { 418 free(FirstWidth); 483 free(FirstWidth); 513 ptsOut - FirstPoint, FirstPoint, FirstWidth, 1); 514 free(FirstWidth); 536 int FirstWidth[NUMPTSTOBUFFER]; local in function:miFillGeneralPoly 550 width = FirstWidth; 587 nPts, FirstPoint, FirstWidth, [all...] |
| H A D | miarc.c | 1180 ymax, *width, *FirstWidth, /* output buffer */ local in function:miFillSppPoly 1197 width = FirstWidth = xallocarray(y, sizeof(int)); 1304 ptsOut - FirstPoint, FirstPoint, FirstWidth, 1); 1306 free(FirstWidth);
|
Completed in 8 milliseconds