Lines Matching defs:pts
1681 \param pts the polyline
1687 PU_POINT pts,
1693 for(i=0; i<count;i++,pts++){
1694 if ( pts->x < rect.left ) rect.left = pts->x;
1695 if ( pts->x > rect.right ) rect.right = pts->x;
1696 if ( pts->y < rect.top ) rect.top = pts->y;
1697 if ( pts->y > rect.bottom ) rect.bottom = pts->y;
1711 \param pts the polyline
1717 PU_POINT16 pts,
1723 for(i=0; i<count;i++,pts++){
1724 if ( pts->x < rect.left ) rect.left = pts->x;
1725 if ( pts->x > rect.right ) rect.right = pts->x;
1726 if ( pts->y < rect.top ) rect.top = pts->y;
1727 if ( pts->y > rect.bottom ) rect.bottom = pts->y;