Searched refs:offsetY (Results 1 - 18 of 18) sorted by relevance

/external/replicaisland/tools/
H A DExtractPoints.js222 var offsetY = Math.floor(x / tilesPerRow) * tileSizeY;
227 lineArray[y] = Array(offsetX + edge.startX, offsetY + edge.startY);
246 offsetY + tile.centerY - 1);
248 offsetY + tile.centerY + 1);
250 offsetY + tile.centerY + 1);
252 offsetY + tile.centerY - 1);
254 offsetY + normalY - 1);
256 offsetY + normalY + 1);
258 offsetY + tile.centerY);
265 offsetY
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java31 public AABoxCollisionVolume(float offsetX, float offsetY, float width, float height) { argument
33 mBottomLeft = new Vector2(offsetX, offsetY);
37 public AABoxCollisionVolume(float offsetX, float offsetY, float width, float height, argument
40 mBottomLeft = new Vector2(offsetX, offsetY);
H A DMovementComponent.java50 float offsetY = sInterpolator.interpolate(timeDelta);
51 float newY = object.getPosition().y + offsetY;
H A DLaunchProjectileComponent.java135 float offsetY = mOffsetY;
143 offsetY = parentObject.height - mOffsetY;
147 final float y = parentObject.getPosition().y + offsetY;
199 public final void setOffsetY(float offsetY) { argument
200 mOffsetY = offsetY;
H A DTiledVertexGrid.java90 final float offsetY = tileY * tileHeight;
110 final float[] p0 = { offsetX, offsetY, 0.0f };
111 final float[] p1 = { offsetX + tileWidth, offsetY, 0.0f };
112 final float[] p2 = { offsetX, offsetY + tileHeight, 0.0f };
113 final float[] p3 = { offsetX + tileWidth, offsetY + tileHeight, 0.0f };
H A DLauncherComponent.java145 public void setLaunchEffect(GameObjectFactory.GameObjectType effectType, float offsetX, float offsetY) { argument
148 mLaunchEffectOffsetY = offsetY;
/external/skia/tests/
H A DDrawTextTest.cpp77 for (float offsetY = 0.0f; offsetY < 1.0f; offsetY += (1.0f / 16.0f)) {
80 25.0f + offsetY);
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DShadowUtil.java299 float offsetX, offsetY, offsetZ;
304 offsetY = -0.5f * (splitMax.y + splitMin.y) * scaleY;
309 0f, scaleY, 0f, offsetY,
460 float offsetX, offsetY, offsetZ;
466 offsetY = -0.5f * (cropMax.y + cropMin.y) * scaleY;
474 0f, scaleY, 0f, offsetY,
/external/skia/gm/
H A Dpictureshadertile.cpp21 SkScalar offsetX, offsetY; member in struct:__anon13757
114 tiles[i].offsetY * kPictureSize);
/external/skia/tools/skpdiff/
H A Ddiff_viewer.js142 y: event.offsetY - (scaledHeight * 0.5),
170 scope.setMagnifyCenter({x: event.offsetX, y: event.offsetY});
/external/mesa3d/include/VG/
H A Dvgext.h144 VG_API_CALL void VG_API_ENTRY vgParametricFilterKHR(VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint);
151 typedef void (VG_API_ENTRYP PFNVGPARAMETRICFILTERKHRPROC) (VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint);
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp158 int offsetY = random.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHeight); local
162 glViewport (offsetX, offsetY, viewportWidth, viewportHeight);
166 glu::readPixels (m_renderCtx, offsetX, offsetY, renderedFrame.getAccess());
211 int offsetY = random.getInt(0, de::max(0,m_renderCtx.getRenderTarget().getHeight() - 64)); local
219 glViewport (offsetX, offsetY, viewportWidth, viewportHeight);
222 glu::readPixels (m_renderCtx, offsetX, offsetY, renderedFrame.getAccess());
/external/skia/src/core/
H A DSkClipStack.cpp812 int offsetY,
832 temp.offset(SkIntToScalar(offsetX), SkIntToScalar(offsetY));
811 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
H A DSkAAClip.cpp802 const int offsetY = bounds.fTop; local
819 int bot = r.fBottom - offsetY;
827 int top = r.fTop - offsetY;
/external/skia/include/core/
H A DSkClipStack.h435 * to the expected drawing area. Similarly, the offsetX and offsetY parameters
438 * the translation (+offsetX, +offsetY) is applied before the clamp to the
445 int offsetY,
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DLODGeomap.java136 float offsetY = -offset.y + (offsetAmount * 1.0f);//note the -, we flip the tex coords
139 (((float) y) + offsetY) / (float) (totalSize - 1));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 915 milliseconds