Home
last modified time | relevance | path

Searched refs:STATIC_POINTS (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx59 #define STATIC_POINTS 64 macro
63 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