Home
last modified time | relevance | path

Searched refs:mbWindow (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx50 mbWindow = true; in SetWindowGraphics()
57 mbWindow = false; in SetPrinterGraphics()
85 mbWindow = false; in SetVirDevGraphics()
178 if( mbWindow && mpFrame && mpFrame->getNSWindow() ) in CheckContext()
239 if( ! mbWindow ) // view only on Window graphics in RefreshRect()
H A Dsalgdi.cxx284 , mbWindow( false ) in AquaSalGraphics()
300 else if( mrContext && mbWindow ) in ~AquaSalGraphics()
329 DBG_ASSERT( mbWindow, "updateResolution on inappropriate graphics" ); in updateResolution()
331 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in updateResolution()
426 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in GetResolution()
434 if( !rGraphics.mnRealDPIY && rGraphics.mbWindow && rGraphics.mpFrame ) in copyResolution()
1106 …const bool bSameGraphics = (this == pSrc) || (mbWindow && mpFrame && pSrc->mbWindow && (mpFrame ==… in copyBits()
1302 if( !pBitmap->Create( mxLayer, mnBitmapDepth, nX, nY, nDX, nDY, !mbWindow ) ) in getBitmap()
1763 if( mrContext && (mbWindow || mbVirDev) ) in GetGraphicsWidth()
1770 if( mbWindow && mpFrame ) in GetGraphicsWidth()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h190 bool mbWindow; member in AquaSalGraphics
207 bool IsWindowGraphics() const { return mbWindow; } in IsWindowGraphics()
411 bool IsFlipped() const { return mbWindow; } in IsFlipped()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx48 bRet = mbVirDev || mbWindow; in supportsOperation()
157 if ( (nFlags & SAL_COPYAREA_WINDOWINVALIDATE) && mbWindow ) in copyArea()
H A Dsalvd.cxx124 pVirGraphics->mbWindow = FALSE; in CreateVirtualDevice()
H A Dsalprn.cxx1451 pGraphics->mbWindow = FALSE; in ImplCreateSalPrnGraphics()
/trunk/main/vcl/os2/source/gdi/
H A Dsalvd.cxx124 pVirGraphics->mbWindow = FALSE; in CreateVirtualDevice()
H A Dsalprn.cxx1124 pGraphics->mbWindow = FALSE; in CreateInfoPrinter()
1859 pGraphics->mbWindow = FALSE; in StartPage()
H A Dsalgdi2.cxx122 if ( (nFlags & SAL_COPYAREA_WINDOWINVALIDATE) && mbWindow ) in copyArea()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h140 sal_Bool mbWindow; // is Window member in Os2SalGraphics
/trunk/main/vcl/inc/win/
H A Dsalgdi.h172 bool mbWindow : 1; // is Window member in WinSalGraphics
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1127 mpGraphics2->mbWindow = TRUE; in GetGraphics()
1163 mpGraphics->mbWindow = TRUE; in GetGraphics()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx895 mpGraphics->mbWindow = TRUE; in GetGraphics()

Completed in 106 milliseconds