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

/external/webkit/WebCore/rendering/
H A DRenderSVGRoot.cpp186 float viewportHeight = (height.unitType() == LengthTypePercentage) ? svg->relativeHeightValue() : height.value(svg); local
187 m_viewportSize = FloatSize(viewportWidth, viewportHeight);
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A Dxf86dga.h81 int viewportHeight; member in struct:__anon4543
/external/skia/src/gl/
H A DSkGL.h258 static void Scissor(const SkIRect&, int viewportHeight);
288 SkGLClipIter(int viewportHeight) : fViewportHeight(viewportHeight) {} argument
H A DSkGL.cpp112 void SkGL::Scissor(const SkIRect& r, int viewportHeight) { argument
113 glScissor(r.fLeft, viewportHeight - r.fBottom, r.width(), r.height());
/external/webkit/WebCore/page/
H A DSettings.h243 int viewportHeight() const { return m_viewport_height; } function in class:WebCore::Settings

Completed in 62 milliseconds