Searched refs:PolySegmentThinDashed (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGCmisc.c | 363 if(infoRec->PolySegmentThinDashed && 372 pGC->ops->PolySegment = infoRec->PolySegmentThinDashed; 392 if(infoRec->PolySegmentThinDashed && 399 pGC->ops->PolySegment = infoRec->PolySegmentThinDashed;
|
| H A D | xaaOverlayDF.c | 140 void (*PolySegmentThinDashed)(DrawablePtr, GCPtr, int, xSegment*); member in struct:__anoncd26d3de0108 231 pOverPriv->PolySegmentThinDashed = infoRec->PolySegmentThinDashed; 296 if(infoRec->PolySegmentThinDashed) 297 infoRec->PolySegmentThinDashed = XAAOverPolySegmentThinDashed; 947 (*pOverPriv->PolySegmentThinDashed)(pDraw, pGC, nseg, pSeg);
|
| H A D | xaaInitAccel.c | 1256 if(!infoRec->PolySegmentThinDashed) { 1257 infoRec->PolySegmentThinDashed = XAAPolySegmentDashed; 1262 if(infoRec->PolylinesThinDashed || infoRec->PolySegmentThinDashed) { 1417 if(infoRec->PolySegmentThinDashed || infoRec->PolylinesThinDashed)
|
| H A D | xaaStateChange.c | 201 void (*PolySegmentThinDashed)(DrawablePtr pDrawable, GCPtr pGC, int nseg, member in struct:_XAAStateWrapRec 1021 (*pStatePriv->PolySegmentThinDashed)(pDrawable, pGC, nseg, 1579 XAA_STATE_WRAP(PolySegmentThinDashed);
|
| H A D | xaa.h | 1020 void (*PolySegmentThinDashed)( member in struct:_XAAInfoRec
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_accel.c | 177 TGA_AccelInfoRec->PolySegmentThinDashed = TGAPolySegmentDashed;
|
Completed in 15 milliseconds