Home
last modified time | relevance | path

Searched refs:pBmpParam (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx85 typedef BitmapEx (*BmpExchangeFnc)( const BitmapEx& rBmpEx, const void* pBmpParam );
110 SAL_DLLPRIVATE static BitmapEx ImplBmpAdjustFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
113 SAL_DLLPRIVATE static BitmapEx ImplBmpConvertFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
116 SAL_DLLPRIVATE static BitmapEx ImplBmpMonoFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
119 SAL_DLLPRIVATE static BitmapEx ImplBmpReplaceFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
122 … BmpExchangeFnc pFncBmp, const void* pBmpParam );
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1945 const ImplBmpAdjustParam* p = (const ImplBmpAdjustParam*) pBmpParam; in ImplBmpAdjustFnc()
1993 aPal[ 2 ] = ( (const ImplBmpMonoParam*) pBmpParam )->aColor; in ImplBmpMonoFnc()
1996 aBmp.Erase( ( (const ImplBmpMonoParam*) pBmpParam )->aColor ); in ImplBmpMonoFnc()
2032 const ImplBmpReplaceParam* p = (const ImplBmpReplaceParam*) pBmpParam; in ImplBmpReplaceFnc()
2043 BmpExchangeFnc pFncBmp, const void* pBmpParam ) in ImplExchangeColors() argument
2155 aWall.SetBitmap( pFncBmp( aWall.GetBitmap(), pBmpParam ) ); in ImplExchangeColors()
2182 pFncBmp( pAct->GetBitmap(), pBmpParam ).GetBitmap() ), in ImplExchangeColors()
2192 pFncBmp( pAct->GetBitmap(), pBmpParam ).GetBitmap() ), in ImplExchangeColors()
2201 pFncBmp( pAct->GetBitmapEx(), pBmpParam ) ), in ImplExchangeColors()
2211 pFncBmp( pAct->GetBitmapEx(), pBmpParam ) ), in ImplExchangeColors()
[all …]

Completed in 24 milliseconds