Searched refs:MAX_POLYGONS (Results 1 – 2 of 2) sorted by relevance
98 if ( nInitSize > MAX_POLYGONS ) in PolyPolygon()99 nInitSize = MAX_POLYGONS; in PolyPolygon()102 if ( nResize > MAX_POLYGONS ) in PolyPolygon()103 nResize = MAX_POLYGONS; in PolyPolygon()154 if ( mpImplPolyPolygon->mnCount >= MAX_POLYGONS ) in Insert()174 if ( nNewSize >= MAX_POLYGONS ) in Insert()175 nNewSize = MAX_POLYGONS; in Insert()
66 #define MAX_POLYGONS ((sal_uInt16)0x3FF0) macro
Completed in 13 milliseconds