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

  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 142 int bWidth = bitmap.getWidth();
147 Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight);
153 if (bWidth == texWidth && bHeight == texHeight) {
164 if (bWidth < texWidth) {
166 canvas.texSubImage2D(this, bWidth, 0, line, format, type);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CanvasStateTests.java 149 int bWidth = displayMetrics.widthPixels * 3 / 2;
151 bWidth = Math.min(bWidth, canvas.getMaximumBitmapWidth());
153 Bitmap bitmap = Bitmap.createBitmap(bWidth, bHeight, Bitmap.Config.ARGB_8888);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 215 int bWidth = bitmap.getWidth();
217 int width = bWidth + mBorder * 2;
222 Utils.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 Utils.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/freetype/src/raster/
ftraster.c 497 UShort bWidth; /* target bitmap width */
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp 680 const SkScalar bWidth = SkIntToScalar(bitmap.width());
692 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
716 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
728 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
737 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
756 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
761 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
    [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp 680 const SkScalar bWidth = SkIntToScalar(bitmap.width());
692 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
716 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
728 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
737 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
756 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
761 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
    [all...]

Completed in 836 milliseconds