equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
3132 SOFTWARE. |
3132 SOFTWARE. |
3133 |
3133 |
3134 ************************************************************************/ |
3134 ************************************************************************/ |
3135 /* $XFree86: xc/lib/X11/PolyReg.c,v 1.1.1.2.8.2 1998/10/04 15:22:49 hohndel Exp $ */ |
3135 /* $XFree86: xc/lib/X11/PolyReg.c,v 1.1.1.2.8.2 1998/10/04 15:22:49 hohndel Exp $ */ |
3136 |
3136 |
3137 #define LARGE_COORDINATE 1000000 |
3137 #define LARGE_COORDINATE INT_MAX |
3138 #define SMALL_COORDINATE -LARGE_COORDINATE |
3138 #define SMALL_COORDINATE INT_MIN |
3139 |
3139 |
3140 /* |
3140 /* |
3141 * InsertEdgeInET |
3141 * InsertEdgeInET |
3142 * |
3142 * |
3143 * Insert the given edge into the edge table. |
3143 * Insert the given edge into the edge table. |