Home
last modified time | relevance | path

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

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