Searched refs:viewWidth (Results 1 - 18 of 18) 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/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.js89 xPanWorldPosToViewPos: function(worldX, viewX, viewWidth) {
94 viewX = viewWidth / 2;
96 viewX = viewWidth - 1;
235 var viewWidth = this.firstCanvas.clientWidth;
241 var distFromCenter = vX - (viewWidth / 2);
242 var percFromCenter = distFromCenter / viewWidth;
244 vp.xPanWorldPosToViewPos(wX, 'center', viewWidth);
250 vp.xPanWorldPosToViewPos(curCenterW, curMouseV, viewWidth);
256 vp.xPanWorldPosToViewPos(curCenterW, curMouseV, viewWidth);
262 vp.xPanWorldPosToViewPos(curCenterW, curMouseV, viewWidth);
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGFitToViewBox.h41 static AffineTransform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float viewWidth, float viewHeight);
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.h57 AffineTransform viewBoxToViewTransform(float viewWidth, float viewHeight) const;
H A DSVGMarkerElement.cpp76 AffineTransform SVGMarkerElement::viewBoxToViewTransform(float viewWidth, float viewHeight) const argument
78 return SVGFitToViewBox::viewBoxToViewTransform(viewBox(), preserveAspectRatio(), viewWidth, viewHeight);
H A DSVGSVGElement.h119 AffineTransform viewBoxToViewTransform(float viewWidth, float viewHeight) const;
H A DSVGSVGElement.cpp589 AffineTransform SVGSVGElement::viewBoxToViewTransform(float viewWidth, float viewHeight) const argument
598 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(viewBoxRect, preserveAspectRatio(), viewWidth, viewHeight);
H A DSVGLength.cpp321 width = view->viewWidth();
/external/chromium-trace/src/tracing/
H A Dtimeline.js175 xPanWorldPosToViewPos: function(worldX, viewX, viewWidth) {
180 viewX = viewWidth / 2;
182 viewX = viewWidth - 1;
190 xPanWorldRangeIntoView: function(worldMin, worldMax, viewWidth) {
192 this.xPanWorldPosToViewPos(worldMin, 'left', viewWidth);
193 else if (this.xWorldToView(worldMax) > viewWidth)
194 this.xPanWorldPosToViewPos(worldMax, 'right', viewWidth);
197 xSetWorldRange: function(worldMin, worldMax, viewWidth) {
199 var scaleX = viewWidth / worldRange;
628 var viewWidth
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderView.h58 int viewWidth() const;
59 int viewLogicalWidth() const { return style()->isHorizontalWritingMode() ? viewWidth() : viewHeight(); }
60 int viewLogicalHeight() const { return style()->isHorizontalWritingMode() ? viewHeight() : viewWidth(); }
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
H A DRenderFrameSet.cpp469 setWidth(view()->viewWidth());
H A DRenderBox.cpp1888 visHeight = view()->viewWidth();
/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/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 218 milliseconds