HomeSort by: relevance | last modified time | path
    Searched refs:PolyRectangleThinSolid (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOverlayDF.c 134 void (*PolyRectangleThinSolid)(DrawablePtr, GCPtr, int, xRectangle*);
226 pOverPriv->PolyRectangleThinSolid = infoRec->PolyRectangleThinSolid;
286 if(infoRec->PolyRectangleThinSolid)
287 infoRec->PolyRectangleThinSolid = XAAOverPolyRectangleThinSolid;
871 (*pOverPriv->PolyRectangleThinSolid)(pDraw, pGC, nRectsInit, pRectsInit);
xaaGCmisc.c 335 if(infoRec->PolyRectangleThinSolid &&
341 pGC->ops->PolyRectangle = infoRec->PolyRectangleThinSolid;
xaaStateChange.c 191 void (*PolyRectangleThinSolid)(DrawablePtr pDrawable,GCPtr pGC,
971 (*pStatePriv->PolyRectangleThinSolid)(pDrawable, pGC,
1574 XAA_STATE_WRAP(PolyRectangleThinSolid);
xaaInitAccel.c 1187 if(!infoRec->PolyRectangleThinSolid && HaveSolidHorVertLine) {
1188 infoRec->PolyRectangleThinSolid = XAAPolyRectangleThinSolid;
xaa.h 977 void (*PolyRectangleThinSolid)(

Completed in 7 milliseconds