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

  /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/chromium_org/ui/gfx/
icon_util.h 152 BYTE bHeight;
174 BYTE bHeight;
icon_util.cc 281 if (entry->bWidth == 0 && entry->bHeight == 0) {
508 entry->bHeight = 0;
583 icon_dir->idEntries[index].bHeight = static_cast<BYTE>(bitmap.height());
icon_util_unittest.cc 116 EXPECT_EQ(expected_size, static_cast<int>(entry->bHeight));
117 if (entry->bWidth == 0 && entry->bHeight == 0) {
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 688 const SkScalar bHeight = SkIntToScalar(bitmap.height());
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
714 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
774 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 688 const SkScalar bHeight = SkIntToScalar(bitmap.height());
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
714 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
774 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]

Completed in 386 milliseconds