Home
last modified time | relevance | path

Searched refs:bHeight (Results 1 – 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestRagdollCharacter.java141 public void initWall(float bLength, float bWidth, float bHeight) { in initWall() argument
142 Box brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth); in initWall()
154 Vector3f ori = new Vector3f(i * bLength * 2 + startpt, bHeight + height, -10); in initWall()
166 height += 2 * bHeight; in initWall()
DTestBrickWall.java67 static float bHeight = 0.12f; field in TestBrickWall
93 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth); in simpleInitApp()
145 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, 0); in initWall()
149 height += 2 * bHeight; in initWall()
DTestWalkingChar.java115 float bHeight = 0.4f; field in TestWalkingChar
174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth); in createWall()
178 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, zOff); in createWall()
182 height += 1.01f * bHeight; in createWall()
/external/skia/src/device/xps/
DSkXPSDevice.cpp688 const SkScalar bHeight = SkIntToScalar(bitmap.height()); in createXpsImageBrush() local
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); in createXpsImageBrush()
714 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); in createXpsImageBrush()
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush()
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush()
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush()
774 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); in createXpsImageBrush()