Searched refs:forceRound (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 184 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 …]
|
D | cxfa_box.h | 40 bool forceRound); 64 bool forceRound); 68 bool forceRound); 70 bool forceRound,
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidget.h | 187 bool forceRound);
|
D | cxfa_ffwidget.cpp | 366 bool forceRound) { in DrawBorderWithFlag() argument 368 box->Draw(pGS, rtBorder, matrix, forceRound); in DrawBorderWithFlag()
|