Home
last modified time | relevance | path

Searched refs:rtWidget (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp59 CFX_RectF rtWidget = GetWidgetRect(); in GetRectWithoutRotate() local
63 rtWidget.top = rtWidget.bottom(); in GetRectWithoutRotate()
64 fValue = rtWidget.width; in GetRectWithoutRotate()
65 rtWidget.width = rtWidget.height; in GetRectWithoutRotate()
66 rtWidget.height = fValue; in GetRectWithoutRotate()
69 rtWidget.left = rtWidget.right(); in GetRectWithoutRotate()
70 rtWidget.top = rtWidget.bottom(); in GetRectWithoutRotate()
73 rtWidget.left = rtWidget.right(); in GetRectWithoutRotate()
74 fValue = rtWidget.width; in GetRectWithoutRotate()
75 rtWidget.width = rtWidget.height; in GetRectWithoutRotate()
[all …]
Dxfa_fffield.cpp67 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget() local
68 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget()
152 CFX_RectF rtWidget = GetRectWithoutRotate(); in CapPlacement() local
162 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
165 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
167 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
169 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
186 m_rtCaption = rtWidget; in CapPlacement()
212 m_rtUI = rtWidget; in CapPlacement()
216 CapLeftRightPlacement(caption, rtWidget, iCapPlacement); in CapPlacement()
[all …]
Dxfa_ffpushbutton.cpp46 CFX_RectF rtWidget = GetRectWithoutRotate(); in RenderWidget() local
47 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget()
102 CFX_RectF rtWidget = GetRectWithoutRotate(); in PerformLayout() local
104 m_rtUI = rtWidget; in PerformLayout()
106 XFA_RectWidthoutMargin(rtWidget, mgWidget); in PerformLayout()
109 m_rtCaption = rtWidget; in PerformLayout()
Dxfa_ffcheckbutton.cpp91 CFX_RectF rtWidget = GetRectWithoutRotate(); in PerformLayout() local
93 XFA_RectWidthoutMargin(rtWidget, mgWidget); in PerformLayout()
99 m_rtCaption = rtWidget; in PerformLayout()
105 fCapReserve = rtWidget.height - fCheckSize; in PerformLayout()
107 fCapReserve = rtWidget.width - fCheckSize; in PerformLayout()
117 m_rtUI = rtWidget; in PerformLayout()
Dxfa_fffield.h85 const CFX_RectF& rtWidget,
88 const CFX_RectF& rtWidget,
Dxfa_ffbarcode.cpp158 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget() local
160 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget()
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp474 CFX_RectF rtWidget = child->GetWidgetRect(); in DrawChild() local
475 if (rtWidget.IsEmpty()) in DrawChild()
479 CFX_RectF clipBounds(rtWidget); in DrawChild()
496 widgetMatrix.Translate(rtWidget.left, rtWidget.top, true); in DrawChild()
520 CFX_RectF rtWidget(0, 0, pWidget->GetWidgetRect().Size()); in IsNeedRepaint() local
521 pMatrix->TransformRect(rtWidget); in IsNeedRepaint()
522 if (!rtWidget.IntersectWith(rtDirty)) in IsNeedRepaint()
533 bool bOrginPtIntersectWidthDirty = rtDirty.Contains(rtWidget.TopLeft()); in IsNeedRepaint()
536 FX_FLOAT fxPiece = rtWidget.width / kNeedRepaintHitPiece; in IsNeedRepaint()
537 FX_FLOAT fyPiece = rtWidget.height / kNeedRepaintHitPiece; in IsNeedRepaint()
[all …]
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h186 const CFX_RectF& rtWidget,