Home
last modified time | relevance | path

Searched refs:mhDitherPal (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/vcl/win/source/gdi/
H A Dsalgdi.cxx274 pSalData->mhDitherPal = CreatePalette( pLogPal ); in ImplInitSalGDI()
277 if( pSalData->mhDitherPal ) in ImplInitSalGDI()
351 if ( pSalData->mhDitherPal ) in ImplFreeSalGDI()
353 DeleteObject( pSalData->mhDitherPal ); in ImplFreeSalGDI()
354 pSalData->mhDitherPal = 0; in ImplFreeSalGDI()
566 if( pSalData->mhDitherPal ) in ImplGetCachedDC()
568 pC->mhDefPal = SelectPalette( pC->mhDC, pSalData->mhDitherPal, TRUE ); in ImplGetCachedDC()
1137 if ( GetSalData()->mhDitherPal && ImplIsSysColorEntry( nSalColor ) ) in SetLineColor()
1339 GetSalData()->mhDitherPal && in drawPixel()
H A Dsalvd.cxx126 if ( pSalData->mhDitherPal && pVirGraphics->mbScreen ) in CreateVirtualDevice()
128 pVirGraphics->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in CreateVirtualDevice()
H A Dsalbmp.cxx694 if ( pSalData->mhDitherPal ) in Create()
696 hOldPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in Create()
H A Dsalgdi3.cxx1336 GetSalData()->mhDitherPal && in SetTextColor()
/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx1133 if ( pSalData->mhDitherPal ) in GetGraphics()
1135 mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in GetGraphics()
1161 if ( pSalData->mhDitherPal ) in GetGraphics()
1163 mpGraphics->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in GetGraphics()
1736 if ( pSalData->mhDitherPal ) in ImplSetParentFrame()
1738 … pThis->mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in ImplSetParentFrame()
1765 if ( GetSalData()->mhDitherPal ) in ImplSetParentFrame()
1767 …Graphics->mhDefPal = SelectPalette( pThis->mpGraphics->getHDC(), GetSalData()->mhDitherPal, TRUE ); in ImplSetParentFrame()
4468 if ( WM_SYSCOLORCHANGE == nMsg && GetSalData()->mhDitherPal ) in ImplHandleSettingsChangeMsg()
4506 HPALETTE hPal = pSalData->mhDitherPal; in ImplHandleForcePalette()
[all …]
/AOO42X/main/vcl/inc/win/
H A Dsaldata.hxx93 HPALETTE mhDitherPal; // dither palette member in SalData
/AOO42X/main/vcl/win/source/app/
H A Dsalinst.cxx390 mhDitherPal = 0; // dither palette in SalData()