Searched refs:pNewAry (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 175 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 D | poly2.cxx | 172 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impimage.cxx | 256 …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 41 milliseconds