SVGMeetOrSliceType 71 Source/core/svg/SVGPreserveAspectRatio.cpp SVGMeetOrSliceType meetOrSlice = SVG_MEETORSLICE_MEET; SVGMeetOrSliceType 70 Source/core/svg/SVGPreserveAspectRatio.h void setMeetOrSlice(SVGMeetOrSliceType meetOrSlice) { m_meetOrSlice = meetOrSlice; } SVGMeetOrSliceType 71 Source/core/svg/SVGPreserveAspectRatio.h SVGMeetOrSliceType meetOrSlice() const { return m_meetOrSlice; } SVGMeetOrSliceType 98 Source/core/svg/SVGPreserveAspectRatio.h SVGMeetOrSliceType m_meetOrSlice; SVGMeetOrSliceType 65 Source/core/svg/SVGPreserveAspectRatioTearOff.cpp target()->setMeetOrSlice(static_cast<SVGPreserveAspectRatio::SVGMeetOrSliceType>(meetOrSlice));