Searched refs:SVG_MEETORSLICE_MEET (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGPreserveAspectRatio.idl43 const unsigned short SVG_MEETORSLICE_MEET = 1;
H A DSVGPreserveAspectRatio.cpp35 , m_meetOrSlice(SVG_MEETORSLICE_MEET)
68 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
155 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
167 if (meetOrSlice() == SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET) {
254 } else if ((vpar < svgar && (meetOrSlice() == SVG_MEETORSLICE_MEET)) || (vpar >= svgar && (meetOrSlice() == SVG_MEETORSLICE_SLICE))) {
319 case SVG_MEETORSLICE_MEET:
H A DSVGPreserveAspectRatio.h52 SVG_MEETORSLICE_MEET = 1, enumerator in enum:WebCore::SVGPreserveAspectRatio::SVGMeetOrSliceType

Completed in 37 milliseconds