Searched refs:m_lastCommand (Results 1 – 2 of 2) sorted by relevance
150 if (m_lastCommand != PathSegCurveToCubicAbs in parseCurveToCubicSmoothSegment()151 && m_lastCommand != PathSegCurveToCubicRel in parseCurveToCubicSmoothSegment()152 && m_lastCommand != PathSegCurveToCubicSmoothAbs in parseCurveToCubicSmoothSegment()153 && m_lastCommand != PathSegCurveToCubicSmoothRel) in parseCurveToCubicSmoothSegment()210 if (m_lastCommand != PathSegCurveToQuadraticAbs in parseCurveToQuadraticSmoothSegment()211 && m_lastCommand != PathSegCurveToQuadraticRel in parseCurveToQuadraticSmoothSegment()212 && m_lastCommand != PathSegCurveToQuadraticSmoothAbs in parseCurveToQuadraticSmoothSegment()213 && m_lastCommand != PathSegCurveToQuadraticSmoothRel) in parseCurveToQuadraticSmoothSegment()294 m_lastCommand = PathSegUnknown; in parsePathDataFromSource()368 m_lastCommand = command; in parsePathDataFromSource()[all …]
63 SVGPathSegType m_lastCommand; variable