Home
last modified time | relevance | path

Searched refs:mpDitherHigh (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/win/
H A Dsaldata.hxx99 BYTE* mpDitherHigh; // Dither mapping table member in SalData
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx396 mpDitherHigh = 0; // Dither mapping table in SalData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx213 pSalData->mpDitherHigh = new BYTE[ 256 ]; in ImplInitSalGDI()
232 pSalData->mpDitherHigh[ n ] = (BYTE) Min( pSalData->mpDitherLow[ n ] + 8L, 255L ); in ImplInitSalGDI()
287 pSalData->mpDitherHigh = new BYTE[ 256 ]; in ImplInitSalGDI()
310 pSalData->mpDitherHigh[ n ] = (BYTE)Min( pSalData->mpDitherLow[ n ] + 1, 5 ); in ImplInitSalGDI()
365 delete[] pSalData->mpDitherHigh; in ImplFreeSalGDI()
1227 BYTE* pDitherHigh = pSalData->mpDitherHigh; in SetFillColor()
1254 BYTE* pDitherHigh = pSalData->mpDitherHigh; in SetFillColor()

Completed in 29 milliseconds