Lines Matching refs:mpGraphics
1070 ImplSalDeInitGraphics( pPrinter->mpGraphics); in ImplSalDestroyInfoPrn()
1128 pPrinter->mpGraphics = pGraphics; in CreateInfoPrinter()
1163 mpGraphics = NULL; in Os2SalInfoPrinter()
1177 if ( mpGraphics ) in ~Os2SalInfoPrinter()
1180 delete mpGraphics; in ~Os2SalInfoPrinter()
1229 if ( mpGraphics ) in GetGraphics()
1232 return mpGraphics; in GetGraphics()
1271 mpGraphics->mhDC = mhDC; in Setup()
1272 mpGraphics->mhPS = mhPS; in Setup()
1273 ImplSalInitGraphics( mpGraphics ); in Setup()
1319 mpGraphics->mhDC = mhDC; in SetPrinterData()
1320 mpGraphics->mhPS = mhPS; in SetPrinterData()
1321 ImplSalInitGraphics( mpGraphics ); in SetPrinterData()
1455 mpGraphics->mhDC = mhDC; in SetData()
1456 mpGraphics->mhPS = mhPS; in SetData()
1457 ImplSalInitGraphics( mpGraphics ); in SetData()
1628 mpGraphics = NULL; in Os2SalPrinter()
1790 if ( mpGraphics ) in AbortJob()
1792 ImplSalDeInitGraphics( mpGraphics ); in AbortJob()
1793 delete mpGraphics; in AbortJob()
1794 mpGraphics = NULL; in AbortJob()
1878 mpGraphics = pGraphics; in StartPage()
1891 if ( mpGraphics ) in EndPage()
1894 ImplSalDeInitGraphics( mpGraphics ); in EndPage()
1895 delete mpGraphics; in EndPage()
1896 mpGraphics = NULL; in EndPage()