Lines Matching refs:rDisplayInfo
118 void ObjectContactOfPageView::ProcessDisplay(DisplayInfo& rDisplayInfo) in ProcessDisplay() argument
122 if(pStartPage && !rDisplayInfo.GetProcessLayers().IsEmpty()) in ProcessDisplay()
128 DoProcessDisplay(rDisplayInfo); in ProcessDisplay()
148 void ObjectContactOfPageView::DoProcessDisplay(DisplayInfo& rDisplayInfo) in DoProcessDisplay() argument
158 rDisplayInfo.SetGhostedDrawMode(); in DoProcessDisplay()
165 const Region& rRedrawArea(rDisplayInfo.GetRedrawArea()); in DoProcessDisplay()
191 … const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect()); in DoProcessDisplay()
205 if(!rDisplayInfo.GetRedrawArea().IsEmpty()) in DoProcessDisplay()
208 const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect()); in DoProcessDisplay()
244 …ive2DSequence xPrimitiveSequence(rDrawPageVOContact.getPrimitive2DSequenceHierarchy(rDisplayInfo)); in DoProcessDisplay()
254 …rDisplayInfo.ClearGhostedDrawMode(); // reset, else the VCL-paint with the processor will not do t… in DoProcessDisplay()
278 rDisplayInfo.ClearGhostedDrawMode(); in DoProcessDisplay()