Searched refs:GtkSalGraphics (Results 1 – 4 of 4) sorted by relevance
47 sal_Bool GtkSalGraphics::bThemeChanged = sal_True;48 sal_Bool GtkSalGraphics::bNeedPixmapPaint = sal_False;49 sal_Bool GtkSalGraphics::bGlobalNeedPixmapPaint = sal_False;50 sal_Bool GtkSalGraphics::bToolbarGripWorkaround = sal_False;51 sal_Bool GtkSalGraphics::bNeedButtonStyleAsEditBackgroundWorkaround = sal_False;53 GtkSalGraphics::~GtkSalGraphics() in ~GtkSalGraphics()428 GtkSalGraphics::bNeedPixmapPaint = GtkSalGraphics::bGlobalNeedPixmapPaint = true; in initNWF()433 GtkSalGraphics::bNeedPixmapPaint = GtkSalGraphics::bGlobalNeedPixmapPaint = true; in initNWF()437 GtkSalGraphics::bNeedPixmapPaint ? "offscreen" : "direct" ); in initNWF()472 void GtkSalGraphics::ResetClipRegion() in ResetClipRegion()[all …]
35 class GtkSalGraphics : public X11SalGraphics class41 GtkSalGraphics( GtkWidget *window ) in GtkSalGraphics() function in GtkSalGraphics45 virtual ~GtkSalGraphics();
42 class GtkSalGraphics;51 GtkSalGraphics* pGraphics;
1004 m_aGraphics[i].pGraphics = new GtkSalGraphics( m_pWindow ); in GetGraphics()2321 GtkSalGraphics* pGraphics = static_cast<GtkSalGraphics*>(m_aGraphics[0].pGraphics); in UpdateSettings()2325 pGraphics = static_cast<GtkSalGraphics*>(GetGraphics()); in UpdateSettings()3225 GtkSalGraphics::bThemeChanged = sal_True; in signalStyleSet()