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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 215 int bWidth = bitmap.getWidth();
217 int width = bWidth + mBorder * 2;
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
249 if (mBorder + bWidth < texWidth) {
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 215 int bWidth = bitmap.getWidth();
217 int width = bWidth + mBorder * 2;
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
249 if (mBorder + bWidth < texWidth) {
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 215 int bWidth = bitmap.getWidth();
217 int width = bWidth + mBorder * 2;
222 Assert.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
228 if (bWidth == texWidth && bHeight == texHeight) {
249 if (mBorder + bWidth < texWidth) {
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type);
  /external/chromium_org/ui/gfx/
icon_util.h 151 BYTE bWidth;
173 BYTE bWidth;
icon_util.cc 281 if (entry->bWidth == 0 && entry->bHeight == 0) {
507 entry->bWidth = 0;
582 icon_dir->idEntries[index].bWidth = static_cast<BYTE>(bitmap.width());
icon_util_unittest.cc 115 EXPECT_EQ(expected_size, static_cast<int>(entry->bWidth));
117 if (entry->bWidth == 0 && entry->bHeight == 0) {
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 486 UShort bWidth; /* target bitmap width */
    [all...]
  /external/freetype/src/raster/
ftraster.c 488 UShort bWidth; /* target bitmap width */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 488 UShort bWidth; /* target bitmap width */
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 687 const SkScalar bWidth = SkIntToScalar(bitmap.width());
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 687 const SkScalar bWidth = SkIntToScalar(bitmap.width());
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]

Completed in 439 milliseconds