Searched refs:pSeg (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaDashLine.c27 xSegment *pSeg
65 xSegment *s = pSeg;
101 XAAFallbackOps.PolySegment(pDrawable, pGC, nseg, pSeg);
131 x1 = pSeg->x1 + xorg;
132 y1 = pSeg->y1 + yorg;
133 x2 = pSeg->x2 + xorg;
134 y2 = pSeg->y2 + yorg;
135 pSeg++;
23 XAAPolySegmentDashed(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
H A DxaaLine.c27 xSegment *pSeg
60 xSegment *s = pSeg;
96 XAAFallbackOps.PolySegment(pDrawable, pGC, nseg, pSeg);
121 x1 = pSeg->x1 + xorg;
122 y1 = pSeg->y1 + yorg;
123 x2 = pSeg->x2 + xorg;
124 y2 = pSeg->y2 + yorg;
125 pSeg++;
23 XAAPolySegment(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
H A DxaaFallback.c148 xSegment *pSeg )
152 (*pGC->ops->PolySegment)(pDraw, pGC, nseg, pSeg);
144 XAAPolySegmentFallback(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
H A DxaaOverlayDF.c912 xSegment *pSeg
918 (*pOverPriv->PolySegmentThinSolid)(pDraw, pGC, nseg, pSeg);
941 xSegment *pSeg
947 (*pOverPriv->PolySegmentThinDashed)(pDraw, pGC, nseg, pSeg);
908 XAAOverPolySegmentThinSolid(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
937 XAAOverPolySegmentThinDashed(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
H A DxaaStateChange.c198 xSegment *pSeg);
202 xSegment *pSeg);
996 xSegment *pSeg)
1002 pSeg);
1016 xSegment *pSeg)
1022 pSeg);
995 XAAStateWrapPolySegmentThinSolid(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
1015 XAAStateWrapPolySegmentThinDashed(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
H A DxaaGC.c466 xSegment *pSeg
469 (*pGC->ops->PolySegment)(pDraw, pGC, nseg, pSeg);
462 XAAPolySegmentPixmap(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_line.c85 xSegment *pSeg);
89 xSegment *pSeg);
100 xSegment *pSeg
150 x1 = pSeg->x1 + xorg;
151 y1 = pSeg->y1 + yorg;
152 x2 = pSeg->x2 + xorg;
153 y2 = pSeg->y2 + yorg;
154 pSeg++;
407 xSegment *pSeg
468 x1 = pSeg
96 TGAPolySegment(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
403 TGAPolySegmentDashed(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
[all...]
H A Dtga.h192 xSegment *pSeg);
196 xSegment *pSeg);
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c98 int nseg, xSegment *pSeg);
799 int nseg, xSegment *pSeg)
805 pGC->ops->PolySegment(dst, pGC, nseg, pSeg);
814 if (pSeg->x2 > pSeg->x1) {
815 box.x1 = pSeg->x1;
816 box.x2 = pSeg->x2;
818 box.x2 = pSeg->x1;
819 box.x1 = pSeg->x2;
822 if (pSeg
798 RootlessPolySegment(DrawablePtr dst,GCPtr pGC,int nseg,xSegment * pSeg) argument
[all...]
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessGC.c95 int nseg, xSegment * pSeg);
800 RootlessPolySegment(DrawablePtr dst, GCPtr pGC, int nseg, xSegment * pSeg) argument
806 pGC->ops->PolySegment(dst, pGC, nseg, pSeg);
815 if (pSeg->x2 > pSeg->x1) {
816 box.x1 = pSeg->x1;
817 box.x2 = pSeg->x2;
820 box.x2 = pSeg->x1;
821 box.x1 = pSeg->x2;
824 if (pSeg
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-accel.c610 xSegment *pSeg)
619 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
625 if (pSeg[i].x1 != pSeg[i].x2 && pSeg[i].y1 != pSeg[i].y2) {
626 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
635 if (pSeg[i].x1 < pSeg[i].x2) {
636 prect[i].x = pSeg[
609 uxa_poly_segment(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c718 xSegment *pSeg)
728 ExaCheckPolySegment(pDrawable, pGC, nseg, pSeg);
734 if (pSeg[i].x1 != pSeg[i].x2 && pSeg[i].y1 != pSeg[i].y2) {
735 ExaCheckPolySegment(pDrawable, pGC, nseg, pSeg);
742 if (pSeg[i].x1 < pSeg[i].x2) {
743 prect[i].x = pSeg[
717 exaPolySegment(DrawablePtr pDrawable,GCPtr pGC,int nseg,xSegment * pSeg) argument
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c720 exaPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSeg) argument
729 ExaCheckPolySegment(pDrawable, pGC, nseg, pSeg);
735 if (pSeg[i].x1 != pSeg[i].x2 && pSeg[i].y1 != pSeg[i].y2) {
736 ExaCheckPolySegment(pDrawable, pGC, nseg, pSeg);
743 if (pSeg[i].x1 < pSeg[i].x2) {
744 prect[i].x = pSeg[
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
H A Dshadow.c845 xSegment *pSeg = pSegInit; local in function:ShadowPolySegment
851 if(pSeg->x2 > pSeg->x1) {
852 box.x1 = pSeg->x1;
853 box.x2 = pSeg->x2;
855 box.x2 = pSeg->x1;
856 box.x1 = pSeg->x2;
859 if(pSeg->y2 > pSeg->y1) {
860 box.y1 = pSeg
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c748 uxa_poly_segment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSeg) argument
756 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
762 if (pSeg[i].x1 != pSeg[i].x2 && pSeg[i].y1 != pSeg[i].y2) {
763 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
772 if (pSeg[i].x1 < pSeg[i].x2) {
773 prect[i].x = pSeg[
[all...]
H A Duxa-damage.h112 xSegment *pSeg);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c641 uxa_poly_segment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSeg) argument
649 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
655 if (pSeg[i].x1 != pSeg[i].x2 && pSeg[i].y1 != pSeg[i].y2) {
656 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
665 BoxRec b = box_from_seg(&pSeg[i], pGC);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c641 uxa_poly_segment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSeg) argument
649 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
655 if (pSeg[i].x1 != pSeg[i].x2 && pSeg[i].y1 != pSeg[i].y2) {
656 uxa_check_poly_segment(pDrawable, pGC, nseg, pSeg);
665 BoxRec b = box_from_seg(&pSeg[i], pGC);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DdriWrap.c257 int nseg, xSegment *pSeg) {
264 pGC->ops->PolySegment(dst, pGC, nseg, pSeg);
256 DRIPolySegment(DrawablePtr dst,GCPtr pGC,int nseg,xSegment * pSeg) argument
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DdriWrap.c274 int nseg, xSegment *pSeg)
282 pGC->ops->PolySegment(dst, pGC, nseg, pSeg);
273 DRIPolySegment(DrawablePtr dst,GCPtr pGC,int nseg,xSegment * pSeg) argument
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dsx_accel.c98 int nseg, xSegment *pSeg);
805 xSegment *pSeg
812 XAAPolySegment(pDraw, pGC, nseg, pSeg);
801 SXPolySegmentThinSolidWrapper(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
H A Dtx_accel.c97 int nseg, xSegment *pSeg);
879 xSegment *pSeg
886 XAAPolySegment(pDraw, pGC, nseg, pSeg);
875 TXPolySegmentThinSolidWrapper(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_accel.c98 int nseg, xSegment *pSeg);
722 xSegment *pSeg
729 XAAPolySegment(pDraw, pGC, nseg, pSeg);
718 SXPolySegmentThinSolidWrapper(DrawablePtr pDraw,GCPtr pGC,int nseg,xSegment * pSeg) argument
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c1269 sunGXPolySeg1Rect(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment *pSeg) argument
1290 gx->aliney = pSeg->y1;
1291 gx->alinex = pSeg->x1;
1292 y = pSeg->y2;
1293 x = pSeg->x2;
1307 pSeg++;
1314 gx->aliney = pSeg->y1;
1315 gx->alinex = pSeg->x1;
1316 gx->aliney = pSeg->y2;
1317 gx->alinex = pSeg
[all...]
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c1269 sunGXPolySeg1Rect(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment *pSeg) argument
1290 gx->aliney = pSeg->y1;
1291 gx->alinex = pSeg->x1;
1292 y = pSeg->y2;
1293 x = pSeg->x2;
1307 pSeg++;
1314 gx->aliney = pSeg->y1;
1315 gx->alinex = pSeg->x1;
1316 gx->aliney = pSeg->y2;
1317 gx->alinex = pSeg
[all...]

Completed in 32 milliseconds

12