Searched refs:m_meetOrSlice (Results 1 – 2 of 2) sorted by relevance
36 , m_meetOrSlice(SVG_MEETORSLICE_MEET) in SVGPreserveAspectRatio()57 m_meetOrSlice = static_cast<SVGMeetOrSliceType>(meetOrSlice); in setMeetOrSlice()64 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET; in parsePreserveAspectRatio()144 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_SLICE; in parsePreserveAspectRatio()152 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET; in parsePreserveAspectRatio()164 switch (m_meetOrSlice) { in transformRect()265 …f ((logicalRatio < physRatio && (m_meetOrSlice == SVG_MEETORSLICE_MEET)) || (logicalRatio >= physR… in getCTM()330 switch (m_meetOrSlice) { in valueAsString()
61 unsigned short meetOrSlice() const { return m_meetOrSlice; } in meetOrSlice()86 SVGMeetOrSliceType m_meetOrSlice; variable