Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx415 …SAL_DLLPRIVATE sal_Bool ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor = …
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx298 bRet = ImplConvertDown( 4, NULL ); in Convert()
311 bRet = ImplConvertDown( 4, &aTrans ); in Convert()
324 bRet = ImplConvertDown( 8 ); in Convert()
337 bRet = ImplConvertDown( 8, &aTrans ); in Convert()
705 sal_Bool Bitmap::ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertDown() function in Bitmap

Completed in 30 milliseconds