Lines Matching refs:mbIsCurve
127 unsigned mbIsCurve : 1; member in basegfx::__anon9d3c23f80111::solver
146 if(mbIsCurve) in impAddPolygon()
185 if(mbIsCurve) in impSwitchNext()
213 if(mbIsCurve) in impHandleCommon()
522 mbIsCurve(false), in solver()
532 mbIsCurve = aGeometry.areControlPointsUsed(); in solver()
539 if(nPointCount > 3 || (nPointCount > 1 && mbIsCurve)) in solver()
544 maVNV.reserve(mbIsCurve ? nPointCount : 0); in solver()
557 mbIsCurve(false), in solver()
567 mbIsCurve = aGeometry.areControlPointsUsed(); in solver()
597 maVNV.reserve(mbIsCurve ? nPointCount : 0); in solver()
646 if(mbIsCurve) in getB2DPolyPolygon()