Searched refs:PolySegmentThinSolid (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlayDF.c | 138 void (*PolySegmentThinSolid)(DrawablePtr, GCPtr, int, xSegment*); member in struct:__anoncd26d3de0108 229 pOverPriv->PolySegmentThinSolid = infoRec->PolySegmentThinSolid; 292 if(infoRec->PolySegmentThinSolid) 293 infoRec->PolySegmentThinSolid = XAAOverPolySegmentThinSolid; 918 (*pOverPriv->PolySegmentThinSolid)(pDraw, pGC, nseg, pSeg);
|
| H A D | xaaGCmisc.c | 344 if(infoRec->PolySegmentThinSolid && 350 pGC->ops->PolySegment = infoRec->PolySegmentThinSolid;
|
| H A D | xaaStateChange.c | 197 void (*PolySegmentThinSolid)(DrawablePtr pDrawable, GCPtr pGC, int nseg, member in struct:_XAAStateWrapRec 1001 (*pStatePriv->PolySegmentThinSolid)(pDrawable, pGC, nseg, 1577 XAA_STATE_WRAP(PolySegmentThinSolid);
|
| H A D | xaaInitAccel.c | 1244 if(!infoRec->PolySegmentThinSolid) { 1245 infoRec->PolySegmentThinSolid = XAAPolySegment;
|
| H A D | xaa.h | 1003 void (*PolySegmentThinSolid)( member in struct:_XAAInfoRec
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_accel.c | 198 infoPtr->PolySegmentThinSolid = S3VPolySegmentThinSolidWrapper;
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | sx_accel.c | 203 infoPtr->PolySegmentThinSolid = SXPolySegmentThinSolidWrapper;
|
| H A D | tx_accel.c | 237 infoPtr->PolySegmentThinSolid = TXPolySegmentThinSolidWrapper;
|
| H A D | pm2_accel.c | 188 infoPtr->PolySegmentThinSolid = Permedia2PolySegmentThinSolidWrapper;
|
| H A D | pm_accel.c | 219 infoPtr->PolySegmentThinSolid = PermediaPolySegmentThinSolidWrapper;
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_accel.c | 243 infoPtr->PolySegmentThinSolid = SXPolySegmentThinSolidWrapper;
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_accel.c | 171 TGA_AccelInfoRec->PolySegmentThinSolid = TGAPolySegment;
|
Completed in 22 milliseconds