Searched defs:pathSegType (Results 1 – 13 of 13) sorted by relevance
42 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_ABS; } in pathSegType() function59 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_REL; } in pathSegType() function
42 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; } in pathSegType() function59 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; } in pathSegType() function
42 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_ABS; } in pathSegType() function59 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_REL; } in pathSegType() function
61 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_ABS; } in pathSegType() function78 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_REL; } in pathSegType() function
61 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_ABS; } in pathSegType() function78 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_REL; } in pathSegType() function
42 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
46 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()57 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in nextCommand() local
88 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; } in pathSegType() function105 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; } in pathSegType() function
88 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_ABS; } in pathSegType() function105 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_REL; } in pathSegType() function
106 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_ABS; } in pathSegType() function123 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_REL; } in pathSegType() function
116 virtual unsigned short pathSegType() const { return PATHSEG_ARC_ABS; } in pathSegType() function133 virtual unsigned short pathSegType() const { return PATHSEG_ARC_REL; } in pathSegType() function
40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()