Searched defs:aspectRatioNumerator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h711 float aspectRatio() const { return aspectRatioNumerator() / aspectRatioDenominator(); }
713 float aspectRatioNumerator() const { return rareNonInheritedData->m_aspectRatioNumerator; } function in class:WebCore::RenderStyle

Completed in 166 milliseconds