Searched refs:pReadAcc (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 112 if( pReadAcc ) in ImplConvolute3() 235 ReleaseAccess( pReadAcc ); in ImplConvolute3() 259 if( pReadAcc ) in ImplMedianFilter() 366 ReleaseAccess( pReadAcc ); in ImplMedianFilter() 395 if( pReadAcc ) in ImplSobelGrey() 493 ReleaseAccess( pReadAcc ); in ImplSobelGrey() 523 if( pReadAcc ) in ImplEmbossGrey() 607 ReleaseAccess( pReadAcc ); in ImplEmbossGrey() 682 if( pReadAcc ) in ImplSepia() 745 ReleaseAccess( pReadAcc ); in ImplSepia() [all …]
|
H A D | bitmap3.cxx | 369 if( pReadAcc ) in ImplMakeMono() 443 if( pReadAcc ) in ImplMakeMonoDither() 522 if( pReadAcc ) in ImplMakeGreyscales() 636 if( pReadAcc ) in ImplConvertUp() 712 if( pReadAcc ) in ImplConvertDown() 1117 if ( !pReadAcc ) in ImplScaleFast() 1224 aCol0 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, 0 ) ); in ImplScaleInterpolate() 2253 if(pReadAcc) in ImplScaleConvolutionHor() 2344 if(pReadAcc) in ImplScaleConvolutionVer() 2666 aColor = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( 0, nZ ) ); in ImplDitherFloyd() [all …]
|
H A D | bitmap.cxx | 766 if( pReadAcc ) in Rotate() 881 ReleaseAccess( pReadAcc ); in Rotate() 905 if( pReadAcc ) in Crop() 927 ReleaseAccess( pReadAcc ); in Crop() 1020 if( pReadAcc ) in CopyPixel() 1140 if( pReadAcc ) in Expand() 1177 ReleaseAccess( pReadAcc ); in Expand() 1199 if( pReadAcc ) in CreateMask() 1313 if( pReadAcc->HasPalette() ) in CreateMask() 1319 aCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in CreateMask() [all …]
|
H A D | alpha.cxx | 149 BitmapReadAccess* pReadAcc = pSrc->AcquireReadAccess(); in CopyPixel() local 151 if( pReadAcc ) in CopyPixel() 165 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel() 171 pSrc->ReleaseAccess( pReadAcc ); in CopyPixel()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 393 BitmapReadAccess* pReadAcc = aWorkBmp.AcquireReadAccess(); in DetectEdges() local 396 if( pReadAcc && pWriteAcc ) in DetectEdges() 422 nSum1 = -( nSum2 = lGray = pReadAcc->GetPixelIndex( nY, nXTmp++ ) ); in DetectEdges() 423 nSum2 += ( (long) pReadAcc->GetPixelIndex( nY, nXTmp++ ) ) << 1; in DetectEdges() 424 nSum1 += ( lGray = pReadAcc->GetPixelIndex( nY, nXTmp ) ); in DetectEdges() 427 nSum1 += ( (long) pReadAcc->GetPixelIndex( nY1, nXTmp ) ) << 1; in DetectEdges() 428 nSum1 -= ( (long) pReadAcc->GetPixelIndex( nY1, nXTmp -= 2 ) ) << 1; in DetectEdges() 430 nSum1 += ( lGray = -(long) pReadAcc->GetPixelIndex( nY2, nXTmp++ ) ); in DetectEdges() 432 nSum2 -= ( (long) pReadAcc->GetPixelIndex( nY2, nXTmp++ ) ) << 1; in DetectEdges() 433 nSum1 += ( lGray = (long) pReadAcc->GetPixelIndex( nY2, nXTmp ) ); in DetectEdges() [all …]
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_vcltools.cxx | 120 BitmapReadAccess* pReadAcc = rBmp.AcquireReadAccess(); in drawVCLBitmap() local 126 if( pReadAcc ) in drawVCLBitmap() 137 rBmp.ReleaseAccess( pReadAcc ); in drawVCLBitmap()
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 304 if ( pReadAcc ) \ 305 aBitmap.ReleaseAccess( pReadAcc ); \ 712 BitmapReadAccess* pReadAcc = NULL; in ReadPixMapEtc() local 980 if ( ( pReadAcc = aBitmap.AcquireReadAccess() ) == NULL ) in ReadPixMapEtc() 1070 if ( pReadAcc ) in ReadPixMapEtc() 1071 aBitmap.ReleaseAccess( pReadAcc ); in ReadPixMapEtc()
|
Completed in 52 milliseconds