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

/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGCOps.h44 void xnestPolyArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc * pArcs);
49 void xnestPolyFillArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs,
H A DGCOps.c235 xnestPolyArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc * pArcs) argument
238 (XArc *) pArcs, nArcs);
258 xnestPolyFillArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc * pArcs) argument
261 (XArc *) pArcs, nArcs);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGCOps.h45 void xnestPolyArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc *pArcs);
50 void xnestPolyFillArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc *pArcs);
H A DGCOps.c222 xnestPolyArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc *pArcs) argument
225 (XArc *)pArcs, nArcs);
245 xnestPolyFillArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc *pArcs) argument
248 (XArc *)pArcs, nArcs);
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.h123 int nArcs,
144 int nArcs,
H A Duxa-damage.c770 int nArcs,
773 if (nArcs && checkGCDamage (pGC))
777 int nArcsTmp = nArcs;
903 int nArcs,
906 if (nArcs && checkGCDamage (pGC))
909 int nArcsTmp = nArcs;
767 uxa_damage_poly_arc(RegionPtr region,DrawablePtr pDrawable,GCPtr pGC,int nArcs,xArc * pArcs) argument
900 uxa_damage_poly_fill_arc(RegionPtr region,DrawablePtr pDrawable,GCPtr pGC,int nArcs,xArc * pArcs) argument
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c1214 int nArcs,
1219 if (nArcs && checkGCDamage (pDrawable, pGC))
1223 int nArcsTmp = nArcs;
1259 (*pGC->ops->PolyArc)(pDrawable, pGC, nArcs, pArcs);
1366 int nArcs,
1371 if (nArcs && checkGCDamage (pDrawable, pGC))
1374 int nArcsTmp = nArcs;
1399 (*pGC->ops->PolyFillArc)(pDrawable, pGC, nArcs, pArcs);
1212 damagePolyArc(DrawablePtr pDrawable,GCPtr pGC,int nArcs,xArc * pArcs) argument
1364 damagePolyFillArc(DrawablePtr pDrawable,GCPtr pGC,int nArcs,xArc * pArcs) argument
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.c1088 damagePolyArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc * pArcs) argument
1092 if (nArcs && checkGCDamage(pDrawable, pGC)) {
1095 int nArcsTmp = nArcs;
1129 (*pGC->ops->PolyArc) (pDrawable, pGC, nArcs, pArcs);
1230 damagePolyFillArc(DrawablePtr pDrawable, GCPtr pGC, int nArcs, xArc * pArcs) argument
1234 if (nArcs && checkGCDamage(pDrawable, pGC)) {
1236 int nArcsTmp = nArcs;
1260 (*pGC->ops->PolyFillArc) (pDrawable, pGC, nArcs, pArcs);

Completed in 13 milliseconds