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

  /external/pdfium/xfa/fxfa/parser/
cxfa_fill.h 33 const CFX_RectF& rtWidget,
41 const CFX_RectF& rtWidget,
45 const CFX_RectF& rtWidget,
49 const CFX_RectF& rtWidget,
53 const CFX_RectF& rtWidget,
cxfa_fill.cpp 92 const CFX_RectF& rtWidget,
98 DrawRadial(pGS, fillPath, rtWidget, matrix);
101 DrawPattern(pGS, fillPath, rtWidget, matrix);
104 DrawLinear(pGS, fillPath, rtWidget, matrix);
107 DrawStipple(pGS, fillPath, rtWidget, matrix);
120 const CFX_RectF& rtWidget,
125 stipple->Draw(pGS, fillPath, rtWidget, matrix);
130 const CFX_RectF& rtWidget,
135 radial->Draw(pGS, fillPath, GetColor(false), rtWidget, matrix);
140 const CFX_RectF& rtWidget,
    [all...]
cxfa_box.cpp 184 const CFX_RectF& rtWidget,
199 DrawFill(strokes, pGS, rtWidget, matrix, forceRound);
202 StrokeArcOrRounded(pGS, rtWidget, matrix, forceRound);
204 ToRectangle(this)->Draw(strokes, pGS, rtWidget, matrix);
212 CFX_RectF rtWidget,
229 rtWidget.Inflate(fHalf, fHalf);
231 rtWidget.Deflate(fHalf, fHalf);
233 GetPathArcOrRounded(rtWidget, fillPath, forceRound);
235 ToRectangle(this)->GetFillPath(strokes, rtWidget, &fillPath);
241 fill->Draw(pGS, &fillPath, rtWidget, matrix)
    [all...]
cxfa_rectangle.h 22 const CFX_RectF& rtWidget,
26 CFX_RectF rtWidget,
43 CFX_RectF rtWidget,
68 CFX_RectF rtWidget,
cxfa_box.h 38 const CFX_RectF& rtWidget,
63 CFX_RectF rtWidget,
67 CFX_RectF rtWidget,
cxfa_rectangle.cpp 67 const CFX_RectF& rtWidget,
100 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width,
101 rtWidget.height);
124 cp1 = rtWidget.TopLeft();
125 cp2 = rtWidget.TopRight();
135 cp1 = rtWidget.TopRight();
136 cp2 = rtWidget.BottomRight();
146 cp1 = rtWidget.BottomRight()
    [all...]
  /external/pdfium/xfa/fxfa/
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...]
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_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_fffield.h 87 const CFX_RectF& rtWidget,
90 const CFX_RectF& 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_ffbarcode.cpp 151 CFX_RectF rtWidget = m_pNormalWidget->GetWidgetRect();
153 CFX_Matrix mt(1, 0, 0, 1, rtWidget.left, rtWidget.top);
  /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 278 milliseconds