Lines Matching refs:pGraphics
387 delete pGraphics; in ~GraphicsHolder()
414 if( !m_aGraphics[i].pGraphics ) in ~GtkSalFrame()
416 m_aGraphics[i].pGraphics->SetDrawable( None, m_nScreen ); in ~GtkSalFrame()
1002 if( ! m_aGraphics[i].pGraphics ) in GetGraphics()
1004 m_aGraphics[i].pGraphics = new GtkSalGraphics( m_pWindow ); in GetGraphics()
1005 … m_aGraphics[i].pGraphics->Init( this, GDK_WINDOW_XWINDOW(m_pWindow->window), m_nScreen ); in GetGraphics()
1007 return m_aGraphics[i].pGraphics; in GetGraphics()
1015 void GtkSalFrame::ReleaseGraphics( SalGraphics* pGraphics ) in ReleaseGraphics() argument
1019 if( m_aGraphics[i].pGraphics == pGraphics ) in ReleaseGraphics()
1754 … m_aGraphics[i].pGraphics->SetDrawable( GDK_WINDOW_XWINDOW(m_pWindow->window), m_nScreen ); in moveToScreen()
2321 GtkSalGraphics* pGraphics = static_cast<GtkSalGraphics*>(m_aGraphics[0].pGraphics); in UpdateSettings() local
2323 if( ! pGraphics ) in UpdateSettings()
2325 pGraphics = static_cast<GtkSalGraphics*>(GetGraphics()); in UpdateSettings()
2329 pGraphics->updateSettings( rSettings ); in UpdateSettings()
2332 ReleaseGraphics( pGraphics ); in UpdateSettings()
2404 m_aGraphics[i].pGraphics->SetDrawable( None, m_nScreen ); in createNewWindow()
2441 … m_aGraphics[i].pGraphics->SetDrawable( GDK_WINDOW_XWINDOW(m_pWindow->window), m_nScreen ); in createNewWindow()
2442 m_aGraphics[i].pGraphics->SetWindow( m_pWindow ); in createNewWindow()