HomeSort by relevance Sort by last modified time
    Searched defs:rtWidget (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp 151 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
153 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top);
cxfa_ffpushbutton.cpp 46 CFX_RectF rtWidget = GetRectWithoutRotate();
47 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top);
100 CFX_RectF rtWidget = GetRectWithoutRotate();
102 m_rtUI = rtWidget;
105 XFA_RectWithoutMargin(rtWidget, margin);
107 m_rtCaption = rtWidget;
cxfa_ffcheckbutton.cpp 95 CFX_RectF rtWidget = GetRectWithoutRotate();
97 XFA_RectWithoutMargin(rtWidget, margin);
103 m_rtCaption = rtWidget;
109 fCapReserve = rtWidget.height - fCheckSize;
111 fCapReserve = rtWidget.width - fCheckSize;
124 m_rtUI = rtWidget;
cxfa_fffield.cpp 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;
    [all...]
cxfa_ffwidget.cpp 255 CFX_RectF rtWidget = GetWidgetRect();
259 rtWidget.top = rtWidget.bottom();
260 fValue = rtWidget.width;
261 rtWidget.width = rtWidget.height;
262 rtWidget.height = fValue;
265 rtWidget.left = rtWidget.right();
266 rtWidget.top = rtWidget.bottom()
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 468 CFX_RectF rtWidget = child->GetWidgetRect();
469 if (rtWidget.IsEmpty())
473 CFX_RectF clipBounds(rtWidget);
490 widgetMatrix.Translate(rtWidget.left, rtWidget.top, true);
514 CFX_RectF rtWidget =
516 if (!rtWidget.IntersectWith(rtDirty))
527 bool bOrginPtIntersectWidthDirty = rtDirty.Contains(rtWidget.TopLeft());
530 float fxPiece = rtWidget.width / kNeedRepaintHitPiece;
531 float fyPiece = rtWidget.height / kNeedRepaintHitPiece
    [all...]

Completed in 675 milliseconds