Lines Matching +defs:seg +defs:t

165 			wxSVGPathSegMovetoAbs& seg = (wxSVGPathSegMovetoAbs&) (segList[i]);  in Init()  local
170 wxSVGPathSegMovetoRel& seg = (wxSVGPathSegMovetoRel&) (segList[i]); in Init() local
175 wxSVGPathSegLinetoAbs& seg = (wxSVGPathSegLinetoAbs&) segList[i]; in Init() local
180 wxSVGPathSegLinetoRel& seg = (wxSVGPathSegLinetoRel&) segList[i]; in Init() local
185 wxSVGPathSegLinetoHorizontalAbs& seg = in Init() local
191 wxSVGPathSegLinetoHorizontalRel& seg = in Init() local
197 wxSVGPathSegLinetoVerticalAbs& seg = in Init() local
203 wxSVGPathSegLinetoVerticalRel& seg = in Init() local
209 wxSVGPathSegCurvetoCubicAbs& seg = in Init() local
216 wxSVGPathSegCurvetoCubicRel& seg = in Init() local
223 wxSVGPathSegCurvetoCubicSmoothAbs& seg = in Init() local
230 wxSVGPathSegCurvetoCubicSmoothRel& seg = in Init() local
237 wxSVGPathSegCurvetoQuadraticAbs& seg = in Init() local
243 wxSVGPathSegCurvetoQuadraticRel& seg = in Init() local
250 wxSVGPathSegCurvetoQuadraticSmoothAbs& seg = in Init() local
256 wxSVGPathSegCurvetoQuadraticSmoothRel& seg = in Init() local
262 wxSVGPathSegArcAbs& seg = (wxSVGPathSegArcAbs&) segList[i]; in Init() local
268 wxSVGPathSegArcRel& seg = (wxSVGPathSegArcRel&) segList[i]; in Init() local
481 double t; in Arc() local
617 wxSVGPathSegMovetoAbs& seg = ((wxSVGPathSegMovetoAbs&) segments[i]); in GetPathMarkPoints() local
626 wxSVGPathSegMovetoRel& seg = ((wxSVGPathSegMovetoRel&) segments[i]); in GetPathMarkPoints() local
633 wxSVGPathSegLinetoAbs& seg = ((wxSVGPathSegLinetoAbs&) segments[i]); in GetPathMarkPoints() local
639 wxSVGPathSegLinetoRel& seg = ((wxSVGPathSegLinetoRel&) segments[i]); in GetPathMarkPoints() local
645 wxSVGPathSegCurvetoCubicAbs& seg = ((wxSVGPathSegCurvetoCubicAbs&) segments[i]); in GetPathMarkPoints() local
661 wxSVGPathSegCurvetoCubicRel& seg = ((wxSVGPathSegCurvetoCubicRel&) segments[i]); in GetPathMarkPoints() local
678 wxSVGPathSegCurvetoQuadraticAbs& seg = ((wxSVGPathSegCurvetoQuadraticAbs&) segments[i]); in GetPathMarkPoints() local
687 wxSVGPathSegCurvetoQuadraticRel& seg = ((wxSVGPathSegCurvetoQuadraticRel&) segments[i]); in GetPathMarkPoints() local
697 wxSVGPathSegArcAbs& seg = ((wxSVGPathSegArcAbs&) segments[i]); in GetPathMarkPoints() local
767 wxSVGPathSegArcRel& seg = ((wxSVGPathSegArcRel&) segments[i]); in GetPathMarkPoints() local
838 wxSVGPathSegLinetoHorizontalAbs& seg = ((wxSVGPathSegLinetoHorizontalAbs&) segments[i]); in GetPathMarkPoints() local
844 wxSVGPathSegLinetoHorizontalRel& seg = ((wxSVGPathSegLinetoHorizontalRel&) segments[i]); in GetPathMarkPoints() local
851 wxSVGPathSegLinetoVerticalAbs& seg = ((wxSVGPathSegLinetoVerticalAbs&) segments[i]); in GetPathMarkPoints() local
857 wxSVGPathSegLinetoVerticalRel& seg = ((wxSVGPathSegLinetoVerticalRel&) segments[i]); in GetPathMarkPoints() local
864 wxSVGPathSegCurvetoCubicSmoothAbs& seg = ((wxSVGPathSegCurvetoCubicSmoothAbs&) segments[i]); in GetPathMarkPoints() local
880 wxSVGPathSegCurvetoCubicSmoothRel& seg = ((wxSVGPathSegCurvetoCubicSmoothRel&) segments[i]); in GetPathMarkPoints() local
897 wxSVGPathSegCurvetoQuadraticAbs& seg = ((wxSVGPathSegCurvetoQuadraticAbs&) segments[i]); in GetPathMarkPoints() local
906 wxSVGPathSegCurvetoQuadraticRel& seg = ((wxSVGPathSegCurvetoQuadraticRel&) segments[i]); in GetPathMarkPoints() local
1062 wxString t = elem->GetContent(); in InitChildren() local