Home
last modified time | relevance | path

Searched refs:pWAcc (Results 1 – 3 of 3) sorted by path

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1029 BitmapWriteAccess* pWAcc; in ImplCreateScaled() local
1046 if( pWAcc ) in ImplCreateScaled()
1213 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateScaled()
1239 if( pWAcc ) in ImplCreateScaled()
1328 if( pWAcc ) in ImplCreateScaled()
1430 BitmapWriteAccess* pWAcc; in ImplCreateRotatedScaled() local
1466 if( pWAcc ) in ImplCreateRotatedScaled()
1549 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateRotatedScaled()
1573 if( pWAcc ) in ImplCreateRotatedScaled()
1664 if( pWAcc ) in ImplCreateRotatedScaled()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1402 if( pAcc && pWAcc ) in ImplScaleSuper()
2164 aOutBmp.ReleaseAccess( pWAcc ); in ImplScaleSuper()
2903 BitmapWriteAccess* pWAcc; in ImplReduceSimple() local
2908 if( pWAcc ) in ImplReduceSimple()
2926 aNewBmp.ReleaseAccess( pWAcc ); in ImplReduceSimple()
3056 if( pWAcc ) in ImplReducePopular()
3096 aNewBmp.ReleaseAccess( pWAcc ); in ImplReducePopular()
3141 if( pWAcc ) in ImplReduceMedian()
3145 const long nWidth = pWAcc->Width(); in ImplReduceMedian()
3182 pWAcc->SetPalette( aPal ); in ImplReduceMedian()
[all …]
/trunk/main/vcl/source/window/
H A Ddecoview.cxx304 BitmapWriteAccess* pWAcc = aBmp.AcquireWriteAccess(); in ImplDrawSymbol() local
306 if( pWAcc ) in ImplDrawSymbol()
311 pWAcc->Erase( aWhite ); in ImplDrawSymbol()
312 pWAcc->SetLineColor( aBlack ); in ImplDrawSymbol()
313 pWAcc->SetFillColor( aBlack ); in ImplDrawSymbol()
314 pWAcc->DrawPolygon( Polygon( Point( n2, n2 ), n2, n2 ) ); in ImplDrawSymbol()
315 aBmp.ReleaseAccess( pWAcc ); in ImplDrawSymbol()

Completed in 34 milliseconds