Lines Matching refs:pptTmp

642         DDXPointPtr pptTmp = ppt;  in damageFillSpans()  local
646 box.x1 = pptTmp->x; in damageFillSpans()
648 box.y2 = box.y1 = pptTmp->y; in damageFillSpans()
651 pptTmp++; in damageFillSpans()
653 if (box.x1 > pptTmp->x) in damageFillSpans()
654 box.x1 = pptTmp->x; in damageFillSpans()
655 if (box.x2 < (pptTmp->x + *pwidthTmp)) in damageFillSpans()
656 box.x2 = pptTmp->x + *pwidthTmp; in damageFillSpans()
657 if (box.y1 > pptTmp->y) in damageFillSpans()
658 box.y1 = pptTmp->y; in damageFillSpans()
659 else if (box.y2 < pptTmp->y) in damageFillSpans()
660 box.y2 = pptTmp->y; in damageFillSpans()
689 DDXPointPtr pptTmp = ppt; in damageSetSpans() local
694 box.x1 = pptTmp->x; in damageSetSpans()
696 box.y2 = box.y1 = pptTmp->y; in damageSetSpans()
699 pptTmp++; in damageSetSpans()
701 if (box.x1 > pptTmp->x) in damageSetSpans()
702 box.x1 = pptTmp->x; in damageSetSpans()
703 if (box.x2 < (pptTmp->x + *pwidthTmp)) in damageSetSpans()
704 box.x2 = pptTmp->x + *pwidthTmp; in damageSetSpans()
705 if (box.y1 > pptTmp->y) in damageSetSpans()
706 box.y1 = pptTmp->y; in damageSetSpans()
707 else if (box.y2 < pptTmp->y) in damageSetSpans()
708 box.y2 = pptTmp->y; in damageSetSpans()
825 xPoint *pptTmp = ppt; in damagePolyPoint() local
827 box.x2 = box.x1 = pptTmp->x; in damagePolyPoint()
828 box.y2 = box.y1 = pptTmp->y; in damagePolyPoint()
837 pptTmp++; in damagePolyPoint()
838 x += pptTmp->x; in damagePolyPoint()
839 y += pptTmp->y; in damagePolyPoint()
852 pptTmp++; in damagePolyPoint()
853 if (box.x1 > pptTmp->x) in damagePolyPoint()
854 box.x1 = pptTmp->x; in damagePolyPoint()
855 else if (box.x2 < pptTmp->x) in damagePolyPoint()
856 box.x2 = pptTmp->x; in damagePolyPoint()
857 if (box.y1 > pptTmp->y) in damagePolyPoint()
858 box.y1 = pptTmp->y; in damagePolyPoint()
859 else if (box.y2 < pptTmp->y) in damagePolyPoint()
860 box.y2 = pptTmp->y; in damagePolyPoint()
884 DDXPointPtr pptTmp = ppt; in damagePolylines() local
888 box.x2 = box.x1 = pptTmp->x; in damagePolylines()
889 box.y2 = box.y1 = pptTmp->y; in damagePolylines()
903 pptTmp++; in damagePolylines()
904 x += pptTmp->x; in damagePolylines()
905 y += pptTmp->y; in damagePolylines()
918 pptTmp++; in damagePolylines()
919 if (box.x1 > pptTmp->x) in damagePolylines()
920 box.x1 = pptTmp->x; in damagePolylines()
921 else if (box.x2 < pptTmp->x) in damagePolylines()
922 box.x2 = pptTmp->x; in damagePolylines()
923 if (box.y1 > pptTmp->y) in damagePolylines()
924 box.y1 = pptTmp->y; in damagePolylines()
925 else if (box.y2 < pptTmp->y) in damagePolylines()
926 box.y2 = pptTmp->y; in damagePolylines()
1141 DDXPointPtr pptTmp = ppt; in damageFillPolygon() local
1145 box.x2 = box.x1 = pptTmp->x; in damageFillPolygon()
1146 box.y2 = box.y1 = pptTmp->y; in damageFillPolygon()
1153 pptTmp++; in damageFillPolygon()
1154 x += pptTmp->x; in damageFillPolygon()
1155 y += pptTmp->y; in damageFillPolygon()
1168 pptTmp++; in damageFillPolygon()
1169 if (box.x1 > pptTmp->x) in damageFillPolygon()
1170 box.x1 = pptTmp->x; in damageFillPolygon()
1171 else if (box.x2 < pptTmp->x) in damageFillPolygon()
1172 box.x2 = pptTmp->x; in damageFillPolygon()
1173 if (box.y1 > pptTmp->y) in damageFillPolygon()
1174 box.y1 = pptTmp->y; in damageFillPolygon()
1175 else if (box.y2 < pptTmp->y) in damageFillPolygon()
1176 box.y2 = pptTmp->y; in damageFillPolygon()