Searched refs:STATIC_POINTS (Results 1 – 1 of 1) sorted by relevance
59 #define STATIC_POINTS 64 macro63 XPoint Points_[STATIC_POINTS];74 : pFirst_( nPoints+1 > STATIC_POINTS ? new XPoint[nPoints+1] : Points_ ) in SalPolyLine()78 : pFirst_( nPoints+1 > STATIC_POINTS ? new XPoint[nPoints+1] : Points_ ) in SalPolyLine()91 #undef STATIC_POINTS
Completed in 16 milliseconds