Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Dpoly.cxx175 Point* pNewAry; in ImplSetSize() local
179 pNewAry = (Point*)new char[(sal_uIntPtr)nNewSize*sizeof(Point)]; in ImplSetSize()
189 memcpy( pNewAry, mpPointAry, mnPoints*sizeof(Point) ); in ImplSetSize()
199 pNewAry = NULL; in ImplSetSize()
233 mpPointAry = pNewAry; in ImplSetSize()
271 memcpy( pNewAry, mpPointAry, nPos * sizeof( Point ) ); in ImplSplit()
274 memcpy( pNewAry + nPos, pInitPoly->mpPointAry, nSpaceSize ); in ImplSplit()
276 memset( pNewAry + nPos, 0, nSpaceSize ); in ImplSplit()
298 mpPointAry = pNewAry; in ImplSplit()
317 memcpy( pNewAry, mpPointAry, nPos * sizeof( Point ) ); in ImplRemove()
[all …]
H A Dpoly2.cxx172 SVPPOLYGON* pNewAry; in Insert() local
176 pNewAry = new SVPPOLYGON[nNewSize]; in Insert()
177 memcpy( pNewAry, mpImplPolyPolygon->mpPolyAry, nPos*sizeof(SVPPOLYGON) ); in Insert()
178 memcpy( pNewAry+nPos+1, mpImplPolyPolygon->mpPolyAry+nPos, in Insert()
181 mpImplPolyPolygon->mpPolyAry = pNewAry; in Insert()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx256 …sal_uInt8* pNewAry = new sal_uInt8[ mnSize = sal::static_int_cast<sal_uInt16>(mnSize+nGrowSize) … in Expand() local
266 memset( pNewAry, 0, mnSize ); in Expand()
267 memcpy( pNewAry, mpInfoAry, nOldSize ); in Expand()
269 mpInfoAry = pNewAry; in Expand()

Completed in 30 milliseconds