Searched refs:pExtColor (Results 1 – 2 of 2) sorted by relevance
414 …SAL_DLLPRIVATE sal_Bool ImplConvertUp( sal_uInt16 nBitCount, Color* pExtColor = NU…415 …SAL_DLLPRIVATE sal_Bool ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor = …
629 sal_Bool Bitmap::ImplConvertUp( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertUp() argument657 if( pExtColor ) in ImplConvertUp()658 aPal[ aPal.GetEntryCount() - 1 ] = *pExtColor; in ImplConvertUp()705 sal_Bool Bitmap::ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertDown() argument724 Octree aOctree( *pReadAcc, pExtColor ? ( nCount - 1 ) : nCount ); in ImplConvertDown()737 if( pExtColor ) in ImplConvertDown()740 aPal[ aPal.GetEntryCount() - 1 ] = *pExtColor; in ImplConvertDown()
Completed in 55 milliseconds