Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp184 const CFX_RectF& rtWidget, in Draw() argument
199 DrawFill(strokes, pGS, rtWidget, matrix, forceRound); in Draw()
202 StrokeArcOrRounded(pGS, rtWidget, matrix, forceRound); in Draw()
204 ToRectangle(this)->Draw(strokes, pGS, rtWidget, matrix); in Draw()
212 CFX_RectF rtWidget, in DrawFill() argument
229 rtWidget.Inflate(fHalf, fHalf); in DrawFill()
231 rtWidget.Deflate(fHalf, fHalf); in DrawFill()
233 GetPathArcOrRounded(rtWidget, fillPath, forceRound); in DrawFill()
235 ToRectangle(this)->GetFillPath(strokes, rtWidget, &fillPath); in DrawFill()
241 fill->Draw(pGS, &fillPath, rtWidget, matrix); in DrawFill()
[all …]
Dcxfa_rectangle.cpp67 const CFX_RectF& rtWidget, in GetFillPath() argument
100 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in GetFillPath()
101 rtWidget.height); in GetFillPath()
124 cp1 = rtWidget.TopLeft(); in GetFillPath()
125 cp2 = rtWidget.TopRight(); in GetFillPath()
135 cp1 = rtWidget.TopRight(); in GetFillPath()
136 cp2 = rtWidget.BottomRight(); in GetFillPath()
146 cp1 = rtWidget.BottomRight(); in GetFillPath()
147 cp2 = rtWidget.BottomLeft(); in GetFillPath()
157 cp1 = rtWidget.BottomLeft(); in GetFillPath()
[all …]
Dcxfa_fill.cpp92 const CFX_RectF& rtWidget, in Draw() argument
98 DrawRadial(pGS, fillPath, rtWidget, matrix); in Draw()
101 DrawPattern(pGS, fillPath, rtWidget, matrix); in Draw()
104 DrawLinear(pGS, fillPath, rtWidget, matrix); in Draw()
107 DrawStipple(pGS, fillPath, rtWidget, matrix); in Draw()
120 const CFX_RectF& rtWidget, in DrawStipple() argument
125 stipple->Draw(pGS, fillPath, rtWidget, matrix); in DrawStipple()
130 const CFX_RectF& rtWidget, in DrawRadial() argument
135 radial->Draw(pGS, fillPath, GetColor(false), rtWidget, matrix); in DrawRadial()
140 const CFX_RectF& rtWidget, in DrawLinear() argument
[all …]
Dcxfa_fill.h33 const CFX_RectF& rtWidget,
41 const CFX_RectF& rtWidget,
45 const CFX_RectF& rtWidget,
49 const CFX_RectF& rtWidget,
53 const CFX_RectF& rtWidget,
Dcxfa_rectangle.h22 const CFX_RectF& rtWidget,
26 CFX_RectF rtWidget,
43 CFX_RectF rtWidget,
68 CFX_RectF rtWidget,
Dcxfa_box.h38 const CFX_RectF& rtWidget,
63 CFX_RectF rtWidget,
67 CFX_RectF rtWidget,
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp255 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()
[all …]
Dcxfa_fffield.cpp76 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget() local
77 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget()
172 CFX_RectF rtWidget = GetRectWithoutRotate(); in CapPlacement() local
181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()
184 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, 0); in CapPlacement()
186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
188 rtWidget.Deflate(fLeftInset, 0, fRightInset, 0); in CapPlacement()
205 m_rtCaption = rtWidget; in CapPlacement()
233 m_rtUI = rtWidget; in CapPlacement()
238 CapLeftRightPlacement(capMargin, rtWidget, iCapPlacement); in CapPlacement()
[all …]
Dcxfa_ffpushbutton.cpp46 CFX_RectF rtWidget = GetRectWithoutRotate(); in RenderWidget() local
47 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget()
100 CFX_RectF rtWidget = GetRectWithoutRotate(); in PerformLayout() local
102 m_rtUI = rtWidget; in PerformLayout()
105 XFA_RectWithoutMargin(rtWidget, margin); in PerformLayout()
107 m_rtCaption = rtWidget; in PerformLayout()
Dcxfa_ffcheckbutton.cpp95 CFX_RectF rtWidget = GetRectWithoutRotate(); in PerformLayout() local
97 XFA_RectWithoutMargin(rtWidget, margin); in PerformLayout()
103 m_rtCaption = rtWidget; in PerformLayout()
109 fCapReserve = rtWidget.height - fCheckSize; in PerformLayout()
111 fCapReserve = rtWidget.width - fCheckSize; in PerformLayout()
124 m_rtUI = rtWidget; in PerformLayout()
Dcxfa_fffield.h87 const CFX_RectF& rtWidget,
90 const CFX_RectF& rtWidget,
Dcxfa_ffbarcode.cpp151 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect(); in RenderWidget() local
153 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top); in RenderWidget()
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp468 CFX_RectF rtWidget = child->GetWidgetRect(); in DrawChild() local
469 if (rtWidget.IsEmpty()) in DrawChild()
473 CFX_RectF clipBounds(rtWidget); in DrawChild()
490 widgetMatrix.Translate(rtWidget.left, rtWidget.top, true); in DrawChild()
514 CFX_RectF rtWidget = in IsNeedRepaint() local
516 if (!rtWidget.IntersectWith(rtDirty)) in IsNeedRepaint()
527 bool bOrginPtIntersectWidthDirty = rtDirty.Contains(rtWidget.TopLeft()); in IsNeedRepaint()
530 float fxPiece = rtWidget.width / kNeedRepaintHitPiece; in IsNeedRepaint()
531 float fyPiece = rtWidget.height / kNeedRepaintHitPiece; in IsNeedRepaint()
532 hitPoint[2].hitPoint.x = hitPoint[6].hitPoint.x = rtWidget.left; in IsNeedRepaint()
[all …]