Searched refs:forceRound (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 190 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 …]
|
D | cxfa_box.h | 39 bool forceRound); 63 bool forceRound); 67 bool forceRound); 69 bool forceRound,
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidget.cpp | 358 bool forceRound) { in DrawBorderWithFlag() argument 360 box->Draw(pGS, rtBorder, matrix, forceRound); in DrawBorderWithFlag()
|
D | cxfa_ffwidget.h | 201 bool forceRound);
|