Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp184 bool forceRound) { in Draw() argument
194 if (!forceRound && eType != XFA_Element::Arc) in Draw()
197 DrawFill(strokes, pGS, rtWidget, matrix, forceRound); in Draw()
199 if (type == XFA_Element::Arc || forceRound) { in Draw()
200 StrokeArcOrRounded(pGS, rtWidget, matrix, forceRound); in Draw()
212 bool forceRound) { in DrawFill() argument
221 if (type == XFA_Element::Arc || forceRound) { in DrawFill()
231 GetPathArcOrRounded(rtWidget, forceRound, &fillPath); in DrawFill()
244 bool forceRound, in GetPathArcOrRounded() argument
249 if (IsCircular() || forceRound) in GetPathArcOrRounded()
[all …]
Dcxfa_box.h40 bool forceRound);
64 bool forceRound);
68 bool forceRound);
70 bool forceRound,
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.h187 bool forceRound);
Dcxfa_ffwidget.cpp366 bool forceRound) { in DrawBorderWithFlag() argument
368 box->Draw(pGS, rtBorder, matrix, forceRound); in DrawBorderWithFlag()