Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx55 … VirtualDevice* alloc(OutputDevice& rOutDev, const Size& rSizePixel, bool bClear, bool bMono);
88 …alDevice* VDevBuffer::alloc(OutputDevice& rOutDev, const Size& rSizePixel, bool bClear, bool bMono) in alloc() argument
102 if((bMono && 1 == (*a)->GetBitCount()) || (!bMono && (*a)->GetBitCount() > 1)) in alloc()
168 pRetval = (bMono) ? new VirtualDevice(rOutDev, 1) : new VirtualDevice(rOutDev); in alloc()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx387 sal_Bool bMono = ( rSalBitmap.GetBitCount() == 1 ); in ImplDrawBitmap() local
389 if( bMono ) in ImplDrawBitmap()
420 if( bMono ) in ImplDrawBitmap()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1652 void setCheckBoxStyle( Window* _pWindow, bool bMono ) in setCheckBoxStyle() argument
1656 if( bMono ) in setCheckBoxStyle()

Completed in 48 milliseconds