Lines Matching refs:m_pGraphics
439 m_pGraphics = NULL; in PspSalInfoPrinter()
447 if( m_pGraphics ) in ~PspSalInfoPrinter()
449 delete m_pGraphics; in ~PspSalInfoPrinter()
450 m_pGraphics = NULL; in ~PspSalInfoPrinter()
495 if( ! m_pGraphics ) in GetGraphics()
497 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics()
498 m_pGraphics->SetLayout( 0 ); in GetGraphics()
499 pRet = m_pGraphics; in GetGraphics()
508 if( pGraphics == m_pGraphics ) in ReleaseGraphics()
511 m_pGraphics = NULL; in ReleaseGraphics()
817 m_pGraphics( NULL ), in PspSalPrinter()
963 …m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, m_bFax ? &m_aFaxNr : NULL, m_bSwallowF… in StartPage()
964 m_pGraphics->SetLayout( 0 ); in StartPage()
976 return m_pGraphics; in StartPage()