Lines Matching refs:pSeg
610 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[i].x1;
637 prect[i].width = pSeg[i].x2 - pSeg[i].x1 + 1;
639 prect[i].x = pSeg[i].x2;
640 prect[i].width = pSeg[i].x1 - pSeg[i].x2 + 1;
642 if (pSeg[i].y1 < pSeg[i].y2) {
643 prect[i].y = pSeg[i].y1;
644 prect[i].height = pSeg[i].y2 - pSeg[i].y1 + 1;
646 prect[i].y = pSeg[i].y2;
647 prect[i].height = pSeg[i].y1 - pSeg[i].y2 + 1;