Searched refs:ptsOut (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mifpolycon.c | 105 DDXPointPtr ptsOut, local in function:miFillSppPoly 119 ptsOut = FirstPoint = malloc(sizeof(DDXPointRec) * y); 123 if(!ptsOut || !width || !Marked) 127 free(ptsOut); 214 ptsOut->y = (y) + yTrans; 222 (ptsOut++)->x = cxl + xTrans; 227 (ptsOut++)->x = cxr + xTrans; 240 ptsOut-FirstPoint, FirstPoint, FirstWidth, 1);
|
| H A D | mipolygen.c | 81 DDXPointPtr ptsOut; /* ptr to output buffers */ local in function:miFillGeneralPoly 97 ptsOut = FirstPoint; 130 ptsOut->x = pAET->bres.minor; 131 ptsOut++->y = y; 143 ptsOut = FirstPoint; 186 ptsOut->x = pAET->bres.minor; 187 ptsOut++->y = y; 198 ptsOut = FirstPoint;
|
| H A D | mipolycon.c | 93 DDXPointPtr ptsOut, FirstPoint; /* output buffer */ local in function:miFillConvexPoly 108 ptsOut = FirstPoint = malloc(sizeof(DDXPointRec)*dy); 184 ptsOut->y = y; 192 (ptsOut++)->x = xl; 197 (ptsOut++)->x = xr; 211 ptsOut-FirstPoint,FirstPoint,FirstWidth,
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipoly.c | 400 DDXPointPtr ptsOut, FirstPoint; /* output buffer */ local in function:miFillConvexPoly 415 ptsOut = FirstPoint = xallocarray(dy, sizeof(DDXPointRec)); 488 ptsOut->y = y; 495 (ptsOut++)->x = xl; 499 (ptsOut++)->x = xr; 513 ptsOut - FirstPoint, FirstPoint, FirstWidth, 1); 533 DDXPointPtr ptsOut; /* ptr to output buffers */ local in function:miFillGeneralPoly 549 ptsOut = FirstPoint; 577 ptsOut->x = pAET->bres.minor; 578 ptsOut [all...] |
| H A D | miarc.c | 1184 DDXPointPtr ptsOut, FirstPoint; /* output buffer */ local in function:miFillSppPoly 1196 ptsOut = FirstPoint = xallocarray(y, sizeof(DDXPointRec)); 1200 if (!ptsOut || !width || !Marked) { 1203 free(ptsOut); 1280 ptsOut->y = (y) + yTrans; 1287 (ptsOut++)->x = cxl + xTrans; 1291 (ptsOut++)->x = cxr + xTrans; 1304 ptsOut - FirstPoint, FirstPoint, FirstWidth, 1);
|
Completed in 8 milliseconds