Lines Matching refs:forceRound
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()
274 bool forceRound) { in StrokeArcOrRounded() argument
300 if (!forceRound || !lowered3d) { in StrokeArcOrRounded()
305 GetPathArcOrRounded(rtWidget, arcPath, forceRound); in StrokeArcOrRounded()
316 if (forceRound) { in StrokeArcOrRounded()