Home
last modified time | relevance | path

Searched refs:physicalRatio (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp291 double physicalRatio = extendedPhysicalWidth / extendedPhysicalHeight; in getCTM() local
299 …if ((logicalRatio < physicalRatio && (m_meetOrSlice == SVG_MEETORSLICE_MEET)) || (logicalRatio >= in getCTM()