Searched refs:FillPolygonSolid (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlayDF.c | 141 void (*FillPolygonSolid)(DrawablePtr, GCPtr, int, int, int, DDXPointPtr); member in struct:__anoncd26d3de0108 232 pOverPriv->FillPolygonSolid = infoRec->FillPolygonSolid; 298 if(infoRec->FillPolygonSolid) 299 infoRec->FillPolygonSolid = XAAOverFillPolygonSolid; 964 (*pOverPriv->FillPolygonSolid)(pDraw, pGC, shape, mode, count, ptsIn);
|
| H A D | xaaStateChange.c | 203 void (*FillPolygonSolid)(DrawablePtr pDrawable, GCPtr pGC, int shape, member in struct:_XAAStateWrapRec 1031 (*pStatePriv->FillPolygonSolid)(pDrawable, pGC, shape, 1580 XAA_STATE_WRAP(FillPolygonSolid);
|
| H A D | xaaGCmisc.c | 138 pGC->ops->FillPolygon = infoRec->FillPolygonSolid;
|
| H A D | xaaInitAccel.c | 1192 if(!infoRec->FillPolygonSolid && HaveSolidFillRect) { 1193 infoRec->FillPolygonSolid = XAAFillPolygonSolid;
|
| H A D | xaa.h | 1028 void (*FillPolygonSolid)( member in struct:_XAAInfoRec
|
Completed in 67 milliseconds