Home | History | Annotate | Download | only in svg

Lines Matching refs:m_source

52     if (!m_source->parseMoveToSegment(targetPoint))
71 if (!m_source->parseLineToSegment(targetPoint))
88 if (!m_source->parseLineToHorizontalSegment(toX))
105 if (!m_source->parseLineToVerticalSegment(toY))
124 if (!m_source->parseCurveToCubicSegment(point1, point2, targetPoint))
146 if (!m_source->parseCurveToCubicSmoothSegment(point2, targetPoint))
177 if (!m_source->parseCurveToQuadraticSegment(point1, targetPoint))
206 if (!m_source->parseCurveToQuadraticSmoothSegment(targetPoint))
245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
286 ASSERT(m_source);
297 if (!m_source->moveToNextToken())
301 m_source->parseSVGSegmentType(command);
310 m_source->moveToNextToken();
378 if (!m_source->hasMoreData())
381 command = m_source->nextCommand(command);
401 ASSERT(m_source);
405 m_source = 0;