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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatSize.h84 float aspectRatio() const { return m_width / m_height; } function in class:WebCore::FloatSize
H A DGradient.cpp53 Gradient::Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1, float aspectRatio) argument
190 float aspectRatio; member in struct:WebCore::__anon5378
H A DIntSize.h72 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); } function in class:WebCore::IntSize
H A DLayoutSize.h67 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); } function in class:WebCore::LayoutSize
H A DGradient.h139 float aspectRatio() const { return m_aspectRatio; } function in class:WebCore::Gradient
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryEvaluator.cpp192 CSSAspectRatioValue* aspectRatio = static_cast<CSSAspectRatioValue*>(value); local
H A DCSSGradientValue.cpp975 static inline float horizontalEllipseRadius(const FloatSize& p, float aspectRatio) argument
1007 float aspectRatio = 1; // width / height. local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c252 unsigned int aspectRatio; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h763 float aspectRatio() const { return aspectRatioNumerator() / aspectRatioDenominator(); } function in class:WebCore::RenderStyle

Completed in 188 milliseconds