HomeSort by relevance Sort by last modified time
    Searched refs:bHeight (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 216 int bHeight = bitmap.getHeight();
218 int height = bHeight + mBorder * 2;
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
255 if (mBorder + bHeight < texHeight) {
257 canvas.texSubImage2D(this, 0, mBorder + bHeight, line, format, type);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickWall.java 67 static float bHeight = 0.12f;
93 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
145 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, 0);
149 height += 2 * bHeight;
TestRagdollCharacter.java 141 public void initWall(float bLength, float bWidth, float bHeight) {
142 Box brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
154 Vector3f ori = new Vector3f(i * bLength * 2 + startpt, bHeight + height, -10);
166 height += 2 * bHeight;
TestWalkingChar.java 115 float bHeight = 0.4f;
174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
178 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, zOff);
182 height += 1.01f * bHeight;
  /external/skia/src/device/xps/
SkXPSDevice.cpp 644 const SkScalar bHeight = SkIntToScalar(bitmap.height());
655 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
670 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
679 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
700 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
726 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
730 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);
    [all...]

Completed in 687 milliseconds