Lines Matching refs:m_pGraphics
507 m_pGraphics = NULL; in PspSalInfoPrinter()
515 if( m_pGraphics ) in ~PspSalInfoPrinter()
517 delete m_pGraphics; in ~PspSalInfoPrinter()
518 m_pGraphics = NULL; in ~PspSalInfoPrinter()
563 if( ! m_pGraphics ) in GetGraphics()
565 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics()
566 m_pGraphics->SetLayout( 0 ); in GetGraphics()
567 pRet = m_pGraphics; in GetGraphics()
576 if( pGraphics == m_pGraphics ) in ReleaseGraphics()
579 m_pGraphics = NULL; in ReleaseGraphics()
929 m_pGraphics( NULL ), in PspSalPrinter()
1082 …m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, m_bFax ? &m_aFaxNr : NULL, m_bSwallowF… in StartPage()
1083 m_pGraphics->SetLayout( 0 ); in StartPage()
1095 return m_pGraphics; in StartPage()