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

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatSize.h66 float aspectRatio() const { return m_width / m_height; } function in class:WebCore::FloatSize
H A DGradient.cpp50 Gradient::Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1, float aspectRatio) argument
56 , m_aspectRatio(aspectRatio)
H A DIntSize.h76 float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); } function in class:WebCore::IntSize
H A DGradient.h81 static PassRefPtr<Gradient> create(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1, float aspectRatio = 1)
83 return adoptRef(new Gradient(p0, r0, p1, r1, aspectRatio));
109 float aspectRatio() const { return m_aspectRatio; } function in class:WebCore::Gradient
148 Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1, float aspectRatio);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerAndroid.cpp113 float aspectRatio = manager->getAspectRatio(uniqueId()); local
114 float deltaY = rect.height() - rect.width() / aspectRatio;
118 float deltaX = rect.width() - rect.height() * aspectRatio;
H A DVideoLayerManager.h56 float aspectRatio; // The aspect ratio of the video. member in struct:WebCore::VideoLayerInfo
/external/webkit/Source/WebCore/svg/
H A DSVGPreserveAspectRatio.cpp62 SVGPreserveAspectRatio aspectRatio; local
63 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_NONE;
64 aspectRatio.m_meetOrSlice = SVG_MEETORSLICE_MEET;
92 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMIN;
94 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMID;
98 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMINYMAX;
104 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMIN;
106 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMID;
110 aspectRatio.m_align = SVG_PRESERVEASPECTRATIO_XMIDYMAX;
118 aspectRatio
[all...]
H A DSVGSVGElement.cpp617 SVGPreserveAspectRatio aspectRatio; local
619 aspectRatio = viewElement->preserveAspectRatioBaseValue();
621 aspectRatio = preserveAspectRatioBaseValue();
622 currentView()->setPreserveAspectRatioBaseValue(aspectRatio);
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp712 // width/height given by aspectRatio.
713 static inline float horizontalEllipseRadius(const FloatSize& p, float aspectRatio) argument
716 // a/b = aspectRatio, b = a/aspectRatio
718 return sqrtf(p.width() * p.width() + (p.height() * p.height()) / (1 / (aspectRatio * aspectRatio)));
745 float aspectRatio = 1; // width / height. local
752 aspectRatio = secondRadius / resolveRadius(m_endVerticalSize.get(), renderer->style(), rootStyle, &height);
794 aspectRatio = xDist / yDist;
806 aspectRatio
[all...]
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h818 m_int aspectRatio; /* Mode aspect ratio (horiz/vert * 1000) */ member in struct:__anon11544
1071 void MGLAPI MGL_setAspectRatio(m_int aspectRatio);
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H818 m_int aspectRatio; /* Mode aspect ratio (horiz/vert * 1000) */ member in struct:__anon11843
1071 void MGLAPI MGL_setAspectRatio(m_int aspectRatio);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 279 milliseconds