Searched refs:PolySegmentThinDashed (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGCmisc.c363 if(infoRec->PolySegmentThinDashed &&
372 pGC->ops->PolySegment = infoRec->PolySegmentThinDashed;
392 if(infoRec->PolySegmentThinDashed &&
399 pGC->ops->PolySegment = infoRec->PolySegmentThinDashed;
H A DxaaOverlayDF.c140 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 DxaaInitAccel.c1256 if(!infoRec->PolySegmentThinDashed) {
1257 infoRec->PolySegmentThinDashed = XAAPolySegmentDashed;
1262 if(infoRec->PolylinesThinDashed || infoRec->PolySegmentThinDashed) {
1417 if(infoRec->PolySegmentThinDashed || infoRec->PolylinesThinDashed)
H A DxaaStateChange.c201 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 Dxaa.h1020 void (*PolySegmentThinDashed)( member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_accel.c177 TGA_AccelInfoRec->PolySegmentThinDashed = TGAPolySegmentDashed;

Completed in 15 milliseconds