Searched refs:mpPrevGraphics (Results 1 – 2 of 2) sorted by relevance
341 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 …]
300 mutable OutputDevice* mpPrevGraphics; member in OutputDevice