Home
last modified time | relevance | path

Searched refs:mpDitherLow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx212 pSalData->mpDitherLow = new BYTE[ 256 ]; in ImplInitSalGDI()
229 pSalData->mpDitherLow[ n ] = (BYTE) ( n & 248 ); in ImplInitSalGDI()
232 pSalData->mpDitherHigh[ n ] = (BYTE) Min( pSalData->mpDitherLow[ n ] + 8L, 255L ); in ImplInitSalGDI()
286 pSalData->mpDitherLow = new BYTE[ 256 ]; in ImplInitSalGDI()
307 pSalData->mpDitherLow[ n ] = (BYTE) ( n / 51L ); in ImplInitSalGDI()
310 pSalData->mpDitherHigh[ n ] = (BYTE)Min( pSalData->mpDitherLow[ n ] + 1, 5 ); in ImplInitSalGDI()
364 delete[] pSalData->mpDitherLow; in ImplFreeSalGDI()
1226 BYTE* pDitherLow = pSalData->mpDitherLow; in SetFillColor()
1253 BYTE* pDitherLow = pSalData->mpDitherLow; in SetFillColor()
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx98 BYTE* mpDitherLow; // Dither mapping table member in SalData
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx395 mpDitherLow = 0; // Dither mapping table in SalData()

Completed in 22 milliseconds