Searched refs:GetCopyGC (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 70 XCopyArea( pXDisp, _def_drawable, aDrawable, GetCopyGC(), \ 158 inline GC X11SalGraphics::GetCopyGC() in GetCopyGC() function in X11SalGraphics 525 pCopyGC = GetDisplay()->GetCopyGC( m_nScreen ); in copyBits() 550 pCopyGC = GetCopyGC(); in copyBits() 634 GC aGC( GetCopyGC() ); in drawBitmap() 750 XCopyArea( pXDisp, aBG, aDrawable, GetCopyGC(), in drawMaskedBitmap()
|
H A D | salgdi.cxx | 492 GetDisplay()->GetCopyGC( m_nScreen ), in GetDitherPixmap()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 461 GC GetCopyGC( int nScreen ) const { return getDataForScreen(nScreen).m_aCopyGC; } in GetCopyGC() function in SalDisplay 516 ? GetCopyGC( nScreen ) in GetGC()
|
H A D | salgdi.h | 154 inline GC GetCopyGC();
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2608 getDisplay()->GetCopyGC(m_nScreen) ); in SetBackgroundBitmap()
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 889 aTwoRect, GetDisplay()->GetCopyGC( m_nScreen ) ); in SetBackgroundBitmap()
|
Completed in 73 milliseconds