Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx209 pSalData->mhDitherDIB = GlobalAlloc( GMEM_FIXED, sizeof( BITMAPINFOHEADER ) + 192 ); in ImplInitSalGDI()
210 pSalData->mpDitherDIB = (BYTE*) GlobalLock( pSalData->mhDitherDIB ); in ImplInitSalGDI()
283 pSalData->mhDitherDIB = GlobalAlloc( GMEM_FIXED, nSize ); in ImplInitSalGDI()
284 pSalData->mpDitherDIB = (BYTE*) GlobalLock( pSalData->mhDitherDIB ); in ImplInitSalGDI()
358 if ( pSalData->mhDitherDIB ) in ImplFreeSalGDI()
360 GlobalUnlock( pSalData->mhDitherDIB ); in ImplFreeSalGDI()
361 GlobalFree( pSalData->mhDitherDIB ); in ImplFreeSalGDI()
362 pSalData->mhDitherDIB = 0; in ImplFreeSalGDI()
1218 if ( mbPrinter || !pSalData->mhDitherDIB ) in SetFillColor()
1240 hNewBrush = CreateDIBPatternBrush( pSalData->mhDitherDIB, DIB_RGB_COLORS ); in SetFillColor()
[all …]
/aoo41x/main/vcl/inc/win/
H A Dsaldata.hxx94 HGLOBAL mhDitherDIB; // dither memory handle member in SalData
/aoo41x/main/vcl/win/source/app/
H A Dsalinst.cxx391 mhDitherDIB = 0; // dither memory handle in SalData()

Completed in 31 milliseconds