Home | History | Annotate | Download | only in svg

Lines Matching refs:aspectRatio

62     SVGPreserveAspectRatio aspectRatio;
63 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_NONE;
64 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
92 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMIN;
94 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMID;
98 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMAX;
104 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMIN;
106 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMID;
110 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMAX;
118 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMAXYMIN;
120 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMAXYMID;
124 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMAXYMAX;
143 if (aspectRatio.m_align != SVG_PRESERVEASPECTRATIO_NONE)
144 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_SLICE;
151 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_NONE;
152 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
156 return aspectRatio;