/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
D | TextureKey.java | 46 private boolean flipY; field in TextureKey 52 public TextureKey(String name, boolean flipY) { in TextureKey() argument 54 this.flipY = flipY; in TextureKey() 59 this.flipY = true; in TextureKey() 67 …return name + (flipY ? " (Flipped)" : "") + (asCube ? " (Cube)" : "") + (generateMips ? " (Mipmape… in toString() 120 return flipY; in isFlipY() 175 oc.write(flipY, "flip_y", false); in write() 185 flipY = ic.readBoolean("flip_y", false); in read()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | ImageLoader.java | 64 public Image loadImage(BlenderInputStream inputStream, int startPosition, boolean flipY) { in loadImage() argument 67 Image result = this.loadImage(inputStream, ImageType.AWT, flipY); in loadImage() 71 result = this.loadImage(inputStream, ImageType.TGA, flipY); in loadImage() 76 result = this.loadImage(inputStream, ImageType.DDS, flipY); in loadImage() 97 public Image loadImage(InputStream inputStream, ImageType imageType, boolean flipY) { in loadImage() argument 102 result = this.load(inputStream, flipY); in loadImage() 116 result = TGALoader.load(inputStream, flipY); in loadImage()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/ |
D | AWTLoader.java | 104 public Image load(BufferedImage img, boolean flipY){ in load() argument 111 if (flipY) in load() 119 if (flipY) in load() 127 if (flipY) in load() 134 if (flipY) in load() 150 if (flipY){ in load() 169 if (flipY){ in load() 186 public Image load(InputStream in, boolean flipY) throws IOException{ in load() argument 192 return load(img, flipY); in load()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | ScreenUtils.java | 86 public static byte[] getFrameBufferPixels (boolean flipY) { in getFrameBufferPixels() argument 89 return getFrameBufferPixels(0, 0, w, h, flipY); in getFrameBufferPixels() 100 public static byte[] getFrameBufferPixels (int x, int y, int w, int h, boolean flipY) { in getFrameBufferPixels() argument 106 if (flipY) { in getFrameBufferPixels()
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
D | BaseTmxMapLoader.java | 49 public boolean flipY = true; field in BaseTmxMapLoader.Parameters 60 protected boolean flipY = true; field in BaseTmxMapLoader 96 layer.setCell(x, flipY ? height - 1 - y : y, cell); in loadTileLayer() 132 if (flipY) y = mapHeightInPixels - y; in loadImageLayer() 176 …float y = (flipY ? (mapHeightInPixels - element.getFloatAttribute("y", 0)) : element.getFloatAttri… in loadObject() 189 vertices[i * 2 + 1] = Float.parseFloat(point[1]) * scaleY * (flipY ? -1 : 1); in loadObject() 200 vertices[i * 2 + 1] = Float.parseFloat(point[1]) * scaleY * (flipY ? -1 : 1); in loadObject() 206 object = new EllipseMapObject(x, flipY ? y - height : y, width, height); in loadObject() 221 tiledMapTileMapObject.setY(flipY ? y : y - height); in loadObject() 229 object = new RectangleMapObject(x, flipY ? y - height : y, width, height); in loadObject() [all …]
|
D | AtlasTmxMapLoader.java | 142 flipY = parameter.flipY; in load() 145 flipY = true; in load() 208 flipY = parameter.flipY; in loadAsync() 211 flipY = true; in loadAsync() 379 tile.setOffsetY(flipY ? -offsetY : offsetY); in loadTileset() 400 tile.setOffsetY(flipY ? -offsetY : offsetY); in loadTileset()
|
D | TmxMapLoader.java | 76 this.flipY = parameters.flipY; in load() 104 flipY = parameter.flipY; in loadAsync() 107 flipY = true; in loadAsync() 395 tile.setOffsetY(flipY ? -offsetY : offsetY); in loadTileSet() 413 tile.setOffsetY(flipY ? -offsetY : offsetY); in loadTileSet()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionVolume.java | 82 if (flip != null && flip.flipY) { in getMinYPosition() 93 if (flip != null && flip.flipY) { in getMaxYPosition() 110 public boolean flipY; field in CollisionVolume.FlipInfo
|
D | GameObjectCollisionSystem.java | 109 sFlip.flipY = (record.object.facingDirection.y < 0.0f); in update() 122 sOtherFlip.flipY = (other.object.facingDirection.y < 0.0f); in update() 329 sCompareFlip.flipY = (object1.object.facingDirection.y < 0.0f); in compare() 337 sCompareFlip.flipY = (object2.object.facingDirection.y < 0.0f); in compare()
|
D | SphereCollisionVolume.java | 160 if (flip != null && (flip.flipX || flip.flipY)) { in offsetByCenter() 167 if (flip.flipY) { in offsetByCenter()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/ |
D | ScreenUtils.java | 105 public static byte[] getFrameBufferPixels (boolean flipY) { in getFrameBufferPixels() argument 108 return getFrameBufferPixels(0, 0, w, h, flipY); in getFrameBufferPixels() 119 public static byte[] getFrameBufferPixels (int x, int y, int w, int h, boolean flipY) { in getFrameBufferPixels() argument 125 if (flipY) { in getFrameBufferPixels()
|
/external/deqp/modules/glshared/ |
D | glsFragmentOpUtil.cpp | 230 bool flipY = quad.posA.y() > quad.posB.y(); in render() local 231 rr::FaceType faceType = flipX == flipY ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK; in render() 234 int yFirst = flipY ? quad.posB.y() : quad.posA.y(); in render() 235 int yLast = flipY ? quad.posA.y() : quad.posB.y(); in render() 243 if (flipY) in render()
|
D | glsInteractionTestUtil.cpp | 241 bool flipY = rnd.getBool(); in computeRandomQuad() local 245 quad.posA = IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y); in computeRandomQuad() 246 quad.posB = IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1)); in computeRandomQuad()
|
D | glsFragOpInteractionCase.cpp | 200 const bool flipY = rnd.getBool(); in getRandomQuad() local 204 quad.posA = tcu::IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y); in getRandomQuad() 205 quad.posB = tcu::IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1)); in getRandomQuad() 287 const bool flipY = quad.posB.y() < quad.posA.y(); in renderQuad() local 293 const Vec2 pA (flipX ? 1.0f : -1.0f, flipY ? 1.0f : -1.0f); in renderQuad() 294 const Vec2 pB (flipX ? -1.0f : 1.0f, flipY ? -1.0f : 1.0f); in renderQuad()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | PixmapIO.java | 191 private boolean flipY = true; field in PixmapIO.PNG 204 public void setFlipY (boolean flipY) { in setFlipY() argument 205 this.flipY = flipY; in setFlipY() 260 int py = flipY ? (h - y - 1) : y; in write()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | CpuSpriteBatch.java | 152 …Y, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, boolean flipY) { in draw() argument 155 flipX, flipY); in draw() 158 flipX, flipY); in draw() 164 int srcHeight, boolean flipX, boolean flipY) { in draw() argument 166 super.draw(texture, x, y, width, height, srcX, srcY, srcWidth, srcHeight, flipX, flipY); in draw() 168 …justed(texture, x, y, 0, 0, width, height, 1, 1, 0, srcX, srcY, srcWidth, srcHeight, flipX, flipY); in draw() 275 …Y, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, boolean flipY) { in drawAdjusted() argument 284 …ture, x, y, originX, originY, width, height, scaleX, scaleY, rotation, u, v, u2, v2, flipX, flipY); in drawAdjusted() 288 …float scaleY, float rotation, float u, float v, float u2, float v2, boolean flipX, boolean flipY) { in drawAdjustedUV() argument 374 if (flipY) { in drawAdjustedUV()
|
D | Batch.java | 97 …eY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, boolean flipY); in draw() argument 113 int srcHeight, boolean flipX, boolean flipY); in draw() argument
|
D | ParticleEffect.java | 104 public void setFlip (boolean flipX, boolean flipY) { in setFlip() argument 106 emitters.get(i).setFlip(flipX, flipY); in setFlip() 109 public void flipY () { in flipY() method in ParticleEffect 111 emitters.get(i).flipY(); in flipY()
|
/external/jmonkeyengine/engine/src/core/com/jme3/ui/ |
D | Picture.java | 66 public Picture(String name, boolean flipY){ in Picture() argument 67 super(name, new Quad(1, 1, flipY)); in Picture()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | ImageBasedHeightMap.java | 93 public boolean load(boolean flipX, boolean flipY) { in load() argument 111 if (flipY) { in load()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
D | J3MLoader.java | 128 boolean flipY = false; in readValue() 132 flipY = true; in readValue() 136 flipY = true; in readValue() 142 TextureKey texKey = new TextureKey(texturePath, flipY); in readValue()
|
/external/skia/src/core/ |
D | SkRRect.cpp | 400 const bool flipY = yScale < 0; in transform() local 401 if (flipY) { in transform() 413 if (flipY) { in transform() 422 } else if (flipY) { in transform()
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/ |
D | IsometricStaggeredTiledMapRenderer.java | 77 final boolean flipY = cell.getFlipVertically(); in renderTileLayer() 124 if (flipY) { in renderTileLayer()
|
D | IsometricTiledMapRenderer.java | 122 final boolean flipY = cell.getFlipVertically(); in renderTileLayer() 169 if (flipY) { in renderTileLayer()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | HDRLoader.java | 222 public Image load(InputStream in, boolean flipY) throws IOException{ in load() argument 304 if (flipY) in load()
|