Searched refs:pWriteAcc (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 117 if( pWriteAcc ) in ImplConvolute3() 264 if( pWriteAcc ) in ImplMedianFilter() 400 if( pWriteAcc ) in ImplSobelGrey() 528 if( pWriteAcc ) in ImplEmbossGrey() 632 if( pWriteAcc ) in ImplSolarize() 637 if( pWriteAcc->HasPalette() ) in ImplSolarize() 668 ReleaseAccess( pWriteAcc ); in ImplSolarize() 704 if( pWriteAcc ) in ImplSepia() 796 if( pReadAcc && pWriteAcc ) in ImplMosaic() 957 if( pWriteAcc ) in ImplPopArt() [all …]
|
H A D | bitmap.cxx | 539 if( pWriteAcc ) in Erase() 776 if( pWriteAcc ) in Rotate() 815 if( pWriteAcc ) in Rotate() 912 if( pWriteAcc ) in Crop() 1024 if( pWriteAcc ) in CopyPixel() 1078 if( pWriteAcc ) in CopyPixel() 1095 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() 1101 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() 1107 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() 1146 if( pWriteAcc ) in Expand() [all …]
|
H A D | bitmap3.cxx | 374 if( pWriteAcc ) in ImplMakeMono() 448 if( pWriteAcc ) in ImplMakeMonoDither() 536 if( pWriteAcc ) in ImplMakeGreyscales() 642 if( pWriteAcc ) in ImplConvertUp() 718 if( pWriteAcc ) in ImplConvertDown() 1123 if( pWriteAcc ) in ImplScaleFast() 1201 if( pReadAcc && pWriteAcc ) in ImplScaleInterpolate() 2357 if(pWriteAcc) in ImplScaleConvolutionVer() 2566 if( pReadAcc && pWriteAcc ) in ImplDitherMatrix() 2640 if( pReadAcc && pWriteAcc ) in ImplDitherFloyd() [all …]
|
H A D | alpha.cxx | 153 BitmapWriteAccess* pWriteAcc = AcquireWriteAccess(); in CopyPixel() local 155 if( pWriteAcc ) in CopyPixel() 165 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel() 167 ReleaseAccess( pWriteAcc ); in CopyPixel() 183 BitmapWriteAccess* pWriteAcc = AcquireWriteAccess(); in CopyPixel() local 185 if( pWriteAcc ) in CopyPixel() 202 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() 208 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() 214 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() 220 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel() [all …]
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 394 BitmapWriteAccess* pWriteAcc = aDstBmp.AcquireWriteAccess(); in DetectEdges() local 396 if( pReadAcc && pWriteAcc ) in DetectEdges() 403 …const sal_uInt8 nWhitePalIdx(static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(Color(COL_WHI… in DetectEdges() 410 pWriteAcc->SetLineColor( Color( COL_WHITE) ); in DetectEdges() 411 pWriteAcc->DrawLine( Point(), Point( nWidth - 1L, 0L ) ); in DetectEdges() 412 pWriteAcc->DrawLine( Point( nWidth - 1L, 0L ), Point( nWidth - 1L, nHeight - 1L ) ); in DetectEdges() 413 pWriteAcc->DrawLine( Point( nWidth - 1L, nHeight - 1L ), Point( 0L, nHeight - 1L ) ); in DetectEdges() 414 pWriteAcc->DrawLine( Point( 0, nHeight - 1L ), Point() ); in DetectEdges() 437 pWriteAcc->SetPixelIndex( nY1, nXDst, nWhitePalIdx ); in DetectEdges() 439 pWriteAcc->SetPixelIndex( nY1, nXDst, nBlackPalIdx ); in DetectEdges() [all …]
|
Completed in 70 milliseconds