Lines Matching refs:rTarget
185 void OverlayManager::impApplyRemoveActions(OverlayObject& rTarget) in impApplyRemoveActions() argument
188 if(rTarget.allowsAnimation()) in impApplyRemoveActions()
191 RemoveEvent(&rTarget); in impApplyRemoveActions()
195 invalidateRange(rTarget.getBaseRange()); in impApplyRemoveActions()
198 rTarget.mpOverlayManager = 0; in impApplyRemoveActions()
201 void OverlayManager::impApplyAddActions(OverlayObject& rTarget) in impApplyAddActions() argument
204 rTarget.mpOverlayManager = this; in impApplyAddActions()
207 invalidateRange(rTarget.getBaseRange()); in impApplyAddActions()
210 if(rTarget.allowsAnimation()) in impApplyAddActions()
216 rTarget.Trigger(GetTime()); in impApplyAddActions()
255 OutputDevice& rTarget = (pPreRenderDevice) ? *pPreRenderDevice : getOutputDevice(); in completeRedraw() local
256 ImpDrawMembers(aRegionRange, rTarget); in completeRedraw()