Home
last modified time | relevance | path

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

/trunk/main/tools/inc/
H A Dpoly.h52 … ImplPolygon( sal_uInt16 nPoints, const Point* pPtAry, const sal_uInt8* pInitFlags = NULL );
/trunk/main/tools/source/generic/
H A Dpoly.cxx130 ImplPolygon::ImplPolygon( sal_uInt16 nInitSize, const Point* pInitAry, const sal_uInt8* pInitFlags ) in ImplPolygon() argument
137 if( pInitFlags ) in ImplPolygon()
140 memcpy( mpFlagAry, pInitFlags, nInitSize ); in ImplPolygon()

Completed in 24 milliseconds