Home
last modified time | relevance | path

Searched defs:heightScale (Results 1 – 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
DFractalTileLoader.java45 private final float heightScale; field in FractalTileLoader
47 public FractalTileLoader(Basis base, float heightScale) { in FractalTileLoader()
DImageTileLoader.java31 private float heightScale = 1; field in ImageTileLoader
52 public void setHeightScale(float heightScale) { in setHeightScale()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java36 protected float heightScale; field in HeightfieldCollisionShape
112 …eightStickWidth, int heightStickLength, ByteBuffer heightfieldData, float heightScale, float minHe… in createShape()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp50 …heightStickWidth, jint heightStickLength, jobject heightfieldData, jfloat heightScale, jfloat minH… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java36 protected float heightScale; field in HeightfieldCollisionShape
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DImageBasedHeightMap.java74 public ImageBasedHeightMap(Image colorImage, float heightScale) { in ImageBasedHeightMap()
DAbstractHeightMap.java62 protected float heightScale = 1.0f; field in AbstractHeightMap
/external/webkit/Source/WebCore/html/
DImageDocument.cpp242 float heightScale = (float)windowSize.height() / imageSize.height(); in scale() local
/external/webkit/Source/WebCore/platform/graphics/
DFloatRect.cpp202 float heightScale = destRect.height() / srcRect.height(); in mapRect() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp783 float heightScale = dst.height() == 0 ? 1 : bitmap.height() / dst.height(); in drawBitmapRect() local