Lines Matching refs:pptTmp

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