Searched defs:heightScale (Results 1 – 10 of 10) sorted by relevance
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/ |
D | FractalTileLoader.java | 45 private final float heightScale; field in FractalTileLoader 47 public FractalTileLoader(Basis base, float heightScale) { in FractalTileLoader()
|
D | ImageTileLoader.java | 31 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/ |
D | HeightfieldCollisionShape.java | 36 protected float heightScale; field in HeightfieldCollisionShape 112 …eightStickWidth, int heightStickLength, ByteBuffer heightfieldData, float heightScale, float minHe… in createShape()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp | 50 …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/ |
D | HeightfieldCollisionShape.java | 36 protected float heightScale; field in HeightfieldCollisionShape
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | ImageBasedHeightMap.java | 74 public ImageBasedHeightMap(Image colorImage, float heightScale) { in ImageBasedHeightMap()
|
D | AbstractHeightMap.java | 62 protected float heightScale = 1.0f; field in AbstractHeightMap
|
/external/webkit/Source/WebCore/html/ |
D | ImageDocument.cpp | 242 float heightScale = (float)windowSize.height() / imageSize.height(); in scale() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatRect.cpp | 202 float heightScale = destRect.height() / srcRect.height(); in mapRect() local
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextRecording.cpp | 783 float heightScale = dst.height() == 0 ? 1 : bitmap.height() / dst.height(); in drawBitmapRect() local
|