/frameworks/base/packages/WallpaperCropper/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);
|
/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);
|
/packages/apps/Launcher3/WallpaperPicker/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/chromium_org/ui/gfx/ |
icon_util.h | 152 BYTE bHeight; 174 BYTE bHeight;
|
icon_util_unittest.cc | 116 EXPECT_EQ(expected_size, static_cast<int>(entry->bHeight)); 117 if (entry->bWidth == 0 && entry->bHeight == 0) {
|
icon_util.cc | 276 if (entry->bWidth == 0 && entry->bHeight == 0) { 505 entry->bHeight = 0; 580 icon_dir->idEntries[index].bHeight = static_cast<BYTE>(bitmap.height());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
FlameChart.js | 726 var bHeight = height - barHeight; 760 context.rect(barX, bHeight - barLevel * barHeight, barWidth, barHeight); 780 var textBaseHeight = bHeight + barHeight - 4;
|
/external/chromium_org/third_party/skia/src/device/xps/ |
SkXPSDevice.cpp | 687 const SkScalar bHeight = SkIntToScalar(bitmap.height()); 698 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); 713 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); 722 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); 743 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); 769 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); 773 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 687 const SkScalar bHeight = SkIntToScalar(bitmap.height()); 698 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); 713 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); 722 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); 743 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); 769 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); 773 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 1280 int bheight = bm.getHeight(); local [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | [all...] |