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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.idl 42 const unsigned short SVG_MEETORSLICE_MEET = 1;
SVGPreserveAspectRatio.h 51 SVG_MEETORSLICE_MEET = 1,
SVGPreserveAspectRatio.cpp 36 , m_meetOrSlice(SVG_MEETORSLICE_MEET)
152 m_meetOrSlice = SVG_MEETORSLICE_MEET;
195 case SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET: {
299 if ((logicalRatio < physicalRatio && (m_meetOrSlice == SVG_MEETORSLICE_MEET)) || (logicalRatio >= physicalRatio && (m_meetOrSlice == SVG_MEETORSLICE_SLICE))) {
368 case SVG_MEETORSLICE_MEET:

Completed in 4302 milliseconds