Home
last modified time | relevance | path

Searched refs:pExtColor (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx414 …SAL_DLLPRIVATE sal_Bool ImplConvertUp( sal_uInt16 nBitCount, Color* pExtColor = NU…
415 …SAL_DLLPRIVATE sal_Bool ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor = …
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx629 sal_Bool Bitmap::ImplConvertUp( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertUp() argument
657 if( pExtColor ) in ImplConvertUp()
658 aPal[ aPal.GetEntryCount() - 1 ] = *pExtColor; in ImplConvertUp()
705 sal_Bool Bitmap::ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertDown() argument
724 Octree aOctree( *pReadAcc, pExtColor ? ( nCount - 1 ) : nCount ); in ImplConvertDown()
737 if( pExtColor ) in ImplConvertDown()
740 aPal[ aPal.GetEntryCount() - 1 ] = *pExtColor; in ImplConvertDown()

Completed in 41 milliseconds