HomeSort by relevance Sort by last modified time
    Searched full:createbitmap (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /development/samples/Snake/src/com/example/android/snake/
TileView.java 119 Bitmap bitmap = Bitmap.createBitmap(mTileSize, mTileSize, Bitmap.Config.ARGB_8888);
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 61 return GraphicsJNI::createBitmap(env, new SkBitmap(bm), false, NULL);
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 52 static jobject createBitmap(JNIEnv* env, SkBitmap* bitmap, bool isMutable,
  /frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 226 Bitmap b = Bitmap.createBitmap(source.getWidth(), source.getHeight(), source.getConfig());
  /packages/apps/Camera/src/com/android/camera/ui/
Texture.java 181 return Bitmap.createBitmap(newWidth, newHeight, Config.ARGB_8888);
  /packages/apps/Gallery3D/src/com/cooliris/media/
CanvasTexture.java 136 bitmap = Bitmap.createBitmap(textureWidth, textureHeight, mBitmapConfig);
StringTexture.java 190 Bitmap bitmap = Bitmap.createBitmap(backWidth, backHeight, bmConfig);
CropImage.java 367 Bitmap croppedImage = Bitmap.createBitmap(width, height, mCircleCrop ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565);
406 Bitmap b = Bitmap.createBitmap(mOutputX, mOutputY, Bitmap.Config.RGB_565);
627 Bitmap faceBitmap = Bitmap.createBitmap(mBitmap, 0, 0, mBitmap.getWidth(), mBitmap.getHeight(), matrix, true);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 78 mBitmap = Bitmap.createBitmap(bitmap, left, top, width, height, scale, true);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListActivity.java 138 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 104 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.ARGB_8888);
406 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.RGB_565);
NinePatchDrawableTest.java 147 Bitmap bmp = Bitmap.createBitmap(9, 9, Config.ARGB_8888);
421 Bitmap bitmap = Bitmap.createBitmap(COLOR, width, height, Bitmap.Config.RGB_565);
TransitionDrawableTest.java 59 mBitmap = Bitmap.createBitmap(CANVAS_WIDTH, CANVAS_HEIGHT, Config.ARGB_8888);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 373 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
417 return Bitmap.createBitmap(resultArray, width, height,
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 385 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
404 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 213 Bitmap newBitmap = Bitmap.createBitmap(curW, curH,
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 90 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.RGB_565);
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageWriter.java 232 bm = Bitmap.createBitmap(pixels, srcWidth, srcHeight, Bitmap.Config.ARGB_8888);
  /packages/apps/Camera/src/com/android/camera/
Util.java 58 Bitmap b2 = Bitmap.createBitmap(
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 98 layout.draw(new Canvas(Bitmap.createBitmap(200, 200, Config.ARGB_4444)));
118 Bitmap bitmap = Bitmap.createBitmap(200, 200,Config.ARGB_4444);
125 Bitmap bitmap = Bitmap.createBitmap(200, 200, null);
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 230 croppedImage = Bitmap.createBitmap(mOutputX, mOutputY,
260 croppedImage = Bitmap.createBitmap(width, height,
510 Bitmap faceBitmap = Bitmap.createBitmap(mBitmap, 0, 0, mBitmap
GridViewSpecial.java 266 mOutline[i] = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
    [all...]
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 255 HBITMAP patternBitmap = ::CreateBitmap(8, 8, 1, 1, patternBits);
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGImageWriter.java 209 bm = Bitmap.createBitmap(pixels, srcWidth, srcHeight, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 177 mOld = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);

Completed in 3314 milliseconds

1 2 34 5 6