HomeSort by relevance Sort by last modified time
    Searched refs:m_meetOrSlice (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.h 61 unsigned short meetOrSlice() const { return m_meetOrSlice; }
86 SVGMeetOrSliceType m_meetOrSlice;
SVGPreserveAspectRatio.cpp 36 , m_meetOrSlice(SVG_MEETORSLICE_MEET)
57 m_meetOrSlice = static_cast<SVGMeetOrSliceType>(meetOrSlice);
64 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
144 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_SLICE;
152 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
164 switch (m_meetOrSlice) {
265 if ((logicalRatio < physRatio && (m_meetOrSlice == SVG_MEETORSLICE_MEET)) || (logicalRatio >= physRatio && (m_meetOrSlice == SVG_MEETORSLICE_SLICE))) {
330 switch (m_meetOrSlice) {

Completed in 36 milliseconds