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

/external/replicaisland/src/com/replica/replicaisland/
H A DContextParameters.java23 public int viewWidth; field in class:ContextParameters
H A DDrawableBitmap.java68 * @param viewWidth The width 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);
113 final float viewWidth = mViewWidth;
117 if (viewWidth > 0) {
119 || snappedX > viewWidth
H A DGame.java62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { argument
72 params.viewWidth = viewWidth;
76 params.viewScaleX = (float)viewWidth / gameWidth;
126 GameObjectManager gameManager = new GameObjectManager(params.viewWidth * 2);
/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);
H A DSVGMarkerElement.cpp76 AffineTransform SVGMarkerElement::viewBoxToViewTransform(float viewWidth, float viewHeight) const argument
78 return SVGFitToViewBox::viewBoxToViewTransform(viewBox(), preserveAspectRatio(), viewWidth, viewHeight);
H A DSVGSVGElement.cpp589 AffineTransform SVGSVGElement::viewBoxToViewTransform(float viewWidth, float viewHeight) const argument
598 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(viewBoxRect, preserveAspectRatio(), viewWidth, viewHeight);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderManager.java81 private int viewX, viewY, viewWidth, viewHeight; field in class:RenderManager
425 tempVec4.set(viewX, viewY, viewWidth, viewHeight);
429 tempVec2.set(viewWidth, viewHeight);
433 tempVec2.set(1f / viewWidth, 1f / viewHeight);
437 float aspect = ((float) viewWidth) / viewHeight;
954 viewWidth = (int) ((cam.getViewPortRight() - cam.getViewPortLeft()) * cam.getWidth());
956 renderer.setViewPort(viewX, viewY, viewWidth, viewHeight);
957 renderer.setClipRect(viewX, viewY, viewWidth, viewHeight);
961 // float translateX = viewWidth == viewX ? 0 : -(viewWidth
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderView.cpp118 bool relayoutChildren = !printing() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
320 rect.setX(viewWidth() - rect.maxX());
709 int RenderView::viewWidth() const function in class:WebCore::RenderView
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2258 milliseconds