Lines Matching refs:mpGraphics

1465 	if ( pPrinter->mpGraphics )  in ImplUpdateSalPrnIC()
1467 ImplSalDeInitGraphics( pPrinter->mpGraphics ); in ImplUpdateSalPrnIC()
1468 DeleteDC( pPrinter->mpGraphics->getHDC() ); in ImplUpdateSalPrnIC()
1469 delete pPrinter->mpGraphics; in ImplUpdateSalPrnIC()
1472 pPrinter->mpGraphics = ImplCreateSalPrnGraphics( hNewDC ); in ImplUpdateSalPrnIC()
1502 pPrinter->mpGraphics = ImplCreateSalPrnGraphics( hDC ); in CreateInfoPrinter()
1522 mpGraphics( NULL ), in WinSalInfoPrinter()
1533 if ( mpGraphics ) in ~WinSalInfoPrinter()
1535 ImplSalDeInitGraphics( mpGraphics ); in ~WinSalInfoPrinter()
1536 DeleteDC( mpGraphics->getHDC() ); in ~WinSalInfoPrinter()
1537 delete mpGraphics; in ~WinSalInfoPrinter()
1604 if ( mpGraphics ) in GetGraphics()
1607 return mpGraphics; in GetGraphics()
1880 mpGraphics( NULL ), in WinSalPrinter()
1906 if ( mpGraphics ) in ~WinSalPrinter()
1908 ImplSalDeInitGraphics( mpGraphics ); in ~WinSalPrinter()
1909 delete mpGraphics; in ~WinSalPrinter()
2189 if ( mpGraphics ) in EndJob()
2191 ImplSalDeInitGraphics( mpGraphics ); in EndJob()
2192 delete mpGraphics; in EndJob()
2193 mpGraphics = NULL; in EndJob()
2257 if ( pPrinter->mpGraphics ) in ImplSalPrinterAbortJobAsync()
2259 ImplSalDeInitGraphics( pPrinter->mpGraphics ); in ImplSalPrinterAbortJobAsync()
2260 delete pPrinter->mpGraphics; in ImplSalPrinterAbortJobAsync()
2261 pPrinter->mpGraphics = NULL; in ImplSalPrinterAbortJobAsync()
2325 mpGraphics = ImplCreateSalPrnGraphics( hDC ); in StartPage()
2326 return mpGraphics; in StartPage()
2334 if ( hDC && mpGraphics ) in EndPage()
2336 ImplSalDeInitGraphics( mpGraphics ); in EndPage()
2337 delete mpGraphics; in EndPage()
2338 mpGraphics = NULL; in EndPage()