Searched refs:pWAcc (Results 1 – 3 of 3) sorted by relevance
1029 BitmapWriteAccess* pWAcc; in ImplCreateScaled() local1046 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() local1466 if( pWAcc ) in ImplCreateRotatedScaled()1549 aOutBmp.ReleaseAccess( pWAcc ); in ImplCreateRotatedScaled()1573 if( pWAcc ) in ImplCreateRotatedScaled()1664 if( pWAcc ) in ImplCreateRotatedScaled()[all …]
1402 if( pAcc && pWAcc ) in ImplScaleSuper()2164 aOutBmp.ReleaseAccess( pWAcc ); in ImplScaleSuper()2903 BitmapWriteAccess* pWAcc; in ImplReduceSimple() local2908 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 …]
304 BitmapWriteAccess* pWAcc = aBmp.AcquireWriteAccess(); in ImplDrawSymbol() local306 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 78 milliseconds