Searched defs:pathSegType (Results 1 – 11 of 11) sorted by relevance
36 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; } in pathSegType() function47 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; } in pathSegType() function
35 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_ABS; } in pathSegType() function47 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_REL; } in pathSegType() function
35 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_ABS; } in pathSegType() function46 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_REL; } in pathSegType() function
49 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_ABS; } in pathSegType() function60 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_REL; } in pathSegType() function
49 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_ABS; } in pathSegType() function60 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_REL; } in pathSegType() function
36 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
62 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_ABS; } in pathSegType() function73 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_REL; } in pathSegType() function
62 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; } in pathSegType() function73 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; } in pathSegType() function
72 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_ABS; } in pathSegType() function86 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_REL; } in pathSegType() function
78 virtual unsigned short pathSegType() const { return PATHSEG_ARC_ABS; } in pathSegType() function92 virtual unsigned short pathSegType() const { return PATHSEG_ARC_REL; } in pathSegType() function
63 virtual unsigned short pathSegType() const { return PATHSEG_UNKNOWN; } in pathSegType() function