Searched refs:rtObj (Results 1 – 3 of 3) sorted by relevance
119 CFX_RectF rtObj; in DoRender() local127 rtObj.Empty(); in DoRender()128 pVisualSet->GetRect(hVisualObj, rtObj); in DoRender()129 if (!rtDocClip.IntersectWith(rtObj)) { in DoRender()249 CFX_RectF rtObj; in ApplyClip() local250 pVisualSet->GetRect(hObj, rtObj); in ApplyClip()251 rtClip.Offset(rtObj.left, rtObj.top); in ApplyClip()
146 CXFA_Rectangle rtObj = value.GetRectangle(); in RenderWidget() local157 DrawBorder(pGS, rtObj, rect, &mtRotate); in RenderWidget()
297 CFX_RectF rtObj; in GetDisplayPos() local300 m_pTextSet->GetRect(hVisualObj, rtObj); in GetDisplayPos()301 if (!rtClip.IntersectWith(rtObj)) { in GetDisplayPos()