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

  /external/chromium_org/ui/gfx/
icon_util.h 152 BYTE bHeight;
174 BYTE bHeight;
  /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/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...]

Completed in 1870 milliseconds