Home | History | Annotate | Download | only in fxfa

Lines Matching defs:rtWidget

76   CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
77 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top);
172 CFX_RectF rtWidget = GetRectWithoutRotate();
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0);
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset);
188 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0);
205 m_rtCaption = rtWidget;
233 m_rtUI = rtWidget;
238 CapLeftRightPlacement(capMargin, rtWidget, iCapPlacement);
245 CapTopBottomPlacement(capMargin, rtWidget, iCapPlacement);
253 CapLeftRightPlacement(capMargin, rtWidget, iCapPlacement);
260 CapTopBottomPlacement(capMargin, rtWidget, iCapPlacement);
280 const CFX_RectF& rtWidget,
292 if (fWidth > rtWidget.width)
293 m_rtUI.width += fWidth - rtWidget.width;
298 } else if (fHeight > rtWidget.height) {
299 m_rtUI.height += fHeight - rtWidget.height;
301 m_rtCaption.top += fHeight - rtWidget.height;
306 const CFX_RectF& rtWidget,
319 if (fWidth > rtWidget.width) {
320 m_rtUI.width += fWidth - rtWidget.width;
322 m_rtCaption.left += fWidth - rtWidget.width;
328 } else if (fHeight > rtWidget.height) {
329 m_rtUI.height += fHeight - rtWidget.height;