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

/external/replicaisland/src/com/replica/replicaisland/
H A DContextParameters.java24 public int viewHeight; field in class:ContextParameters
H A DDrawableBitmap.java69 * @param viewHeight The height of the screen.
71 public static void beginDrawing(GL10 gl, float viewWidth, float viewHeight) { argument
80 gl.glOrthof(0.0f, viewWidth, 0.0f, viewHeight, 0.0f, 1.0f);
114 final float viewHeight = mViewHeight;
121 || snappedY > viewHeight
H A DGame.java62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { argument
73 params.viewHeight = viewHeight;
77 params.viewScaleY = (float)viewHeight / gameHeight;
/external/webkit/Source/WebCore/svg/
H A DSVGFitToViewBox.cpp83 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight) argument
88 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp465 float viewHeight = (viewport.fBottom - viewport.fTop) * TILE_PREFETCH_RATIO; local
468 bool useVertPrefetch = useMinimalMemory ? 0 : viewHeight < baseContentHeight();
/external/webkit/Source/WebCore/rendering/
H A DRenderView.cpp118 bool relayoutChildren = !printing() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
318 rect.setY(viewHeight() - rect.maxY());
699 int RenderView::viewHeight() const function in class:WebCore::RenderView

Completed in 141 milliseconds