Searched refs:pFirst_ (Results 1 – 1 of 1) sorted by relevance
64 XPoint *pFirst_; member in SalPolyLine70 { return pFirst_[n]; } in operator []()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()82 pFirst_[i].x = (short)p[i].mnX; in SalPolyLine()83 pFirst_[i].y = (short)p[i].mnY; in SalPolyLine()85 pFirst_[nPoints] = pFirst_[0]; // close polyline in SalPolyLine()89 { if( pFirst_ != Points_ ) delete [] pFirst_; } in ~SalPolyLine()
Completed in 22 milliseconds