Lines Matching refs:m_aGraphics

412     for( unsigned int i = 0; i < sizeof(m_aGraphics)/sizeof(m_aGraphics[0]); ++i )  in ~GtkSalFrame()
414 if( !m_aGraphics[i].pGraphics ) in ~GtkSalFrame()
416 m_aGraphics[i].pGraphics->SetDrawable( None, m_nScreen ); in ~GtkSalFrame()
417 m_aGraphics[i].bInUse = false; in ~GtkSalFrame()
999 if( ! m_aGraphics[i].bInUse ) in GetGraphics()
1001 m_aGraphics[i].bInUse = true; in GetGraphics()
1002 if( ! m_aGraphics[i].pGraphics ) in GetGraphics()
1004 m_aGraphics[i].pGraphics = new GtkSalGraphics( m_pWindow ); in GetGraphics()
1005m_aGraphics[i].pGraphics->Init( this, GDK_WINDOW_XWINDOW(m_pWindow->window), m_nScreen ); in GetGraphics()
1007 return m_aGraphics[i].pGraphics; in GetGraphics()
1019 if( m_aGraphics[i].pGraphics == pGraphics ) in ReleaseGraphics()
1021 m_aGraphics[i].bInUse = false; in ReleaseGraphics()
1751 for( unsigned int i = 0; i < sizeof(m_aGraphics)/sizeof(m_aGraphics[0]); i++ ) in moveToScreen()
1753 if( m_aGraphics[i].bInUse ) in moveToScreen()
1754m_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()
2402 for( unsigned int i = 0; i < sizeof(m_aGraphics)/sizeof(m_aGraphics[0]); i++ ) in createNewWindow()
2403 if( m_aGraphics[i].bInUse ) in createNewWindow()
2404 m_aGraphics[i].pGraphics->SetDrawable( None, m_nScreen ); in createNewWindow()
2437 for( unsigned int i = 0; i < sizeof(m_aGraphics)/sizeof(m_aGraphics[0]); i++ ) in createNewWindow()
2439 if( m_aGraphics[i].bInUse ) in createNewWindow()
2441m_aGraphics[i].pGraphics->SetDrawable( GDK_WINDOW_XWINDOW(m_pWindow->window), m_nScreen ); in createNewWindow()
2442 m_aGraphics[i].pGraphics->SetWindow( m_pWindow ); in createNewWindow()