Home
last modified time | relevance | path

Searched refs:mpPrevGraphics (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev.cxx341 mpPrevGraphics = NULL; in OutputDevice()
606 pReleaseOutDev = pReleaseOutDev->mpPrevGraphics; in ImplGetGraphics()
634 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
660 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
690 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
712 mpNextGraphics->mpPrevGraphics = const_cast<OutputDevice*>(this); in ImplGetGraphics()
780 if ( mpPrevGraphics ) in ImplReleaseGraphics()
781 mpPrevGraphics->mpNextGraphics = mpNextGraphics; in ImplReleaseGraphics()
785 mpNextGraphics->mpPrevGraphics = mpPrevGraphics; in ImplReleaseGraphics()
787 pSVData->maGDIData.mpLastWinGraphics = mpPrevGraphics; in ImplReleaseGraphics()
[all …]
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx300 mutable OutputDevice* mpPrevGraphics; member in OutputDevice