Searched refs:forceRound (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 186 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 …]
|
D | cxfa_box.h | 40 bool forceRound); 65 bool forceRound); 69 bool forceRound); 72 bool forceRound);
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidget.h | 157 bool forceRound);
|
D | cxfa_ffwidget.cpp | 345 bool forceRound) { in DrawBorderWithFlag() argument 347 box->Draw(pGS, rtBorder, matrix, forceRound); in DrawBorderWithFlag()
|