Lines Matching refs:forceRound
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()
272 bool forceRound) { in StrokeArcOrRounded() argument
298 if (!forceRound || !lowered3d) { in StrokeArcOrRounded()
303 GetPathArcOrRounded(rtWidget, forceRound, &arcPath); in StrokeArcOrRounded()
314 if (forceRound) { in StrokeArcOrRounded()