Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp190 bool forceRound) { in Draw() argument
200 if (!forceRound && eType != XFA_Element::Arc) in Draw()
203 DrawFill(strokes, pGS, rtWidget, matrix, forceRound); in Draw()
205 if (type == XFA_Element::Arc || forceRound) { in Draw()
206 StrokeArcOrRounded(pGS, rtWidget, matrix, forceRound); in Draw()
218 bool forceRound) { in DrawFill() argument
226 if (type == XFA_Element::Arc || forceRound) { in DrawFill()
236 GetPathArcOrRounded(rtWidget, forceRound, &fillPath); in DrawFill()
247 bool forceRound, in GetPathArcOrRounded() argument
251 if (IsCircular() || forceRound) in GetPathArcOrRounded()
[all …]
Dcxfa_box.h39 bool forceRound);
63 bool forceRound);
67 bool forceRound);
69 bool forceRound,
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp358 bool forceRound) { in DrawBorderWithFlag() argument
360 box->Draw(pGS, rtBorder, matrix, forceRound); in DrawBorderWithFlag()
Dcxfa_ffwidget.h201 bool forceRound);