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

  /external/chromium_org/ui/gfx/
icon_util.h 151 BYTE bWidth;
173 BYTE bWidth;
  /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/third_party/freetype/src/raster/
ftraster.c 486 UShort bWidth; /* target bitmap width */
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 686 const SkScalar bWidth = SkIntToScalar(bitmap.width());
698 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
722 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
734 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
743 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
764 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
769 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
    [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/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...]

Completed in 658 milliseconds