Home | History | Annotate | Download | only in svg

Lines Matching refs:orientType

88 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientType)
94 m_orientType->setEnumValue(orientType);
366 if (orientType()->enumValue() != SVGMarkerOrientAngle || otherAngle->orientType()->enumValue() != SVGMarkerOrientAngle)
381 SVGMarkerOrientType fromOrientType = fromAngle->orientType()->enumValue();
382 SVGMarkerOrientType toOrientType = toAngle->orientType()->enumValue();
393 orientType()->setEnumValue(SVGMarkerOrientAuto);
397 orientType()->setEnumValue(SVGMarkerOrientUnknown);
405 orientType()->setEnumValue(SVGMarkerOrientAuto);
412 orientType()->setEnumValue(SVGMarkerOrientUnknown);
419 orientType()->setEnumValue(SVGMarkerOrientAngle);
430 if (orientType()->enumValue() == SVGMarkerOrientAuto) {