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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.h 61 unsigned short meetOrSlice() const { return m_meetOrSlice; }
80 SVGMeetOrSliceType m_meetOrSlice;
SVGPreserveAspectRatio.cpp 36 , m_meetOrSlice(SVG_MEETORSLICE_MEET)
57 m_meetOrSlice = static_cast<SVGMeetOrSliceType>(meetOrSlice);
145 m_meetOrSlice = SVG_MEETORSLICE_SLICE;
152 m_meetOrSlice = SVG_MEETORSLICE_MEET;
192 switch (m_meetOrSlice) {
299 if ((logicalRatio < physicalRatio && (m_meetOrSlice == SVG_MEETORSLICE_MEET)) || (logicalRatio >= physicalRatio && (m_meetOrSlice == SVG_MEETORSLICE_SLICE))) {
364 switch (m_meetOrSlice) {

Completed in 22 milliseconds