Home
last modified time | relevance | path

Searched refs:forceRound (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp186 bool forceRound) { in Draw() argument
196 if (!forceRound && eType != XFA_Element::Arc) in Draw()
199 DrawFill(strokes, pGS, rtWidget, matrix, forceRound); in Draw()
201 if (type == XFA_Element::Arc || forceRound) { in Draw()
202 StrokeArcOrRounded(pGS, rtWidget, matrix, forceRound); in Draw()
214 bool forceRound) { in DrawFill() argument
223 if (type == XFA_Element::Arc || forceRound) { in DrawFill()
233 GetPathArcOrRounded(rtWidget, fillPath, forceRound); in DrawFill()
247 bool forceRound) { in GetPathArcOrRounded() argument
251 if (IsCircular() || forceRound) in GetPathArcOrRounded()
[all …]
Dcxfa_box.h40 bool forceRound);
65 bool forceRound);
69 bool forceRound);
72 bool forceRound);
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.h157 bool forceRound);
Dcxfa_ffwidget.cpp345 bool forceRound) { in DrawBorderWithFlag() argument
347 box->Draw(pGS, rtBorder, matrix, forceRound); in DrawBorderWithFlag()