Lines Matching refs:rtWidget
255 CFX_RectF rtWidget = GetWidgetRect(); in GetRectWithoutRotate() local
259 rtWidget.top = rtWidget.bottom(); in GetRectWithoutRotate()
260 fValue = rtWidget.width; in GetRectWithoutRotate()
261 rtWidget.width = rtWidget.height; in GetRectWithoutRotate()
262 rtWidget.height = fValue; in GetRectWithoutRotate()
265 rtWidget.left = rtWidget.right(); in GetRectWithoutRotate()
266 rtWidget.top = rtWidget.bottom(); in GetRectWithoutRotate()
269 rtWidget.left = rtWidget.right(); in GetRectWithoutRotate()
270 fValue = rtWidget.width; in GetRectWithoutRotate()
271 rtWidget.width = rtWidget.height; in GetRectWithoutRotate()
272 rtWidget.height = fValue; in GetRectWithoutRotate()
275 return rtWidget; in GetRectWithoutRotate()
351 CFX_RectF rtWidget = GetBBox(XFA_WidgetStatus_Focused); in AddInvalidateRect() local
352 rtWidget.Inflate(2, 2); in AddInvalidateRect()
353 m_pDocView->AddInvalidateRect(m_pPageView, rtWidget); in AddInvalidateRect()