Searched refs:cpt (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c236 static int miGetArcPts(SppArcPtr parc, int cpt, SppPointPtr *ppPts);
1220 int cpt; local in function:miArcJoin
1276 if( (cpt = miGetArcPts(&arc, 3, &pArcPts)) )
1281 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans, yFtrans);
1387 int cpt; local in function:miRoundCap
1407 if( (cpt = miGetArcPts(&arc, 0, &pArcPts)) )
1412 miFillSppPoly(pDraw, pGC, cpt, pArcPts, -xOrg, -yOrg, xFtrans, yFtrans);
1508 * to a pointer to where it should put the points and an index (cpt).
1520 int cpt, /* number of points already in arc list */
1563 (cpt
1518 miGetArcPts(SppArcPtr parc,int cpt,SppPointPtr * ppPts) argument
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c249 static int miGetArcPts(SppArcPtr parc, int cpt, SppPointPtr * ppPts);
1351 int cpt; local in function:miArcJoin
1407 if ((cpt = miGetArcPts(&arc, 3, &pArcPts))) {
1411 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans,
1502 int cpt; local in function:miRoundCap
1524 if ((cpt = miGetArcPts(&arc, 0, &pArcPts))) {
1528 miFillSppPoly(pDraw, pGC, cpt, pArcPts, -xOrg, -yOrg, xFtrans, yFtrans);
1636 * to a pointer to where it should put the points and an index (cpt).
1647 int cpt, /* number of points already in arc list */
1688 if (!(poly = reallocarray(*ppPts, cpt
1646 miGetArcPts(SppArcPtr parc,int cpt,SppPointPtr * ppPts) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.c600 static const GLCLTPROCTABLE cpt = variable in typeref:typename:const GLCLTPROCTABLE
947 PGLCLTPROCTABLE r = (PGLCLTPROCTABLE)&cpt;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.c647 static const GLCLTPROCTABLE cpt = variable in typeref:typename:const GLCLTPROCTABLE
994 PGLCLTPROCTABLE r = (PGLCLTPROCTABLE)&cpt;

Completed in 12 milliseconds