HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 51 - 75 of 379) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoder.h 83 SkBitmap createBitmap(size_t index);
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/src/com/example/
HelloSkiaActivity.java 59 fSkiaBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 60 result = Bitmap.createBitmap(width, height, toCrop.getConfig() == null ?
94 toReuse = Bitmap.createBitmap(targetWidth, targetHeight, config);
159 imageToOrient = Bitmap.createBitmap(
244 // From Bitmap.createBitmap.
253 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapTest.java 34 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
40 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
48 Bitmap newBitmap = Bitmap.createBitmap(originalBitmap);
55 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888);
  /external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/
HelloSkiaActivity.java 59 fSkiaBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
  /frameworks/base/core/java/com/android/internal/util/
UserIcons.java 51 Bitmap bitmap = Bitmap.createBitmap(icon.getIntrinsicWidth(), icon.getIntrinsicHeight(),
ImageUtils.java 62 mTempCompactBitmap = Bitmap.createBitmap(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BitmapHelper.java 41 final Bitmap output = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
HelloComputeNDK.java 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
BitmapUtil.java 100 Bitmap rotated = Bitmap.createBitmap(
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 71 Bitmap bitmap = Bitmap.createBitmap(COLOR, 10, 10, Bitmap.Config.ARGB_4444);
80 Bitmap bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
88 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
95 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
105 bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(),
AvoidXfermodeTest.java 53 Bitmap b = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 344 createBitmap(repeatDrawable.getBitmap(), repeatAllColor));
346 createBitmap(repeatOneDrawable.getBitmap(), repeatOneColor));
386 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
424 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
462 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
472 private static Bitmap createBitmap(Bitmap bitmap, int color) {
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.cpp 172 // Get method handles, create inputs to createBitmap
178 jmethodID createBitmap = env->GetStaticMethodID(
179 bitmapClass, "createBitmap",
192 createBitmap,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 95 mBitmap3 = Bitmap.createBitmap(pixels, 0, w, w, h,
97 mBitmap4 = Bitmap.createBitmap(pixels, 0, w, w, h,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 39 public static Bitmap createBitmap(int width, int height, Bitmap.Config config) {
50 public static Bitmap createBitmap(Bitmap bitmap) {
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 56 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888);
92 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 113 bitmap = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
172 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 96 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
156 final Bitmap bmp = Bitmap.createBitmap(colors, 0, w, w, h, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 66 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 86 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
SamplePointVerifier.java 60 mDifferenceBitmap = Bitmap.createBitmap(ActivityTestBase.TEST_WIDTH,
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 65 final Bitmap bitmap = Bitmap.createBitmap(
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 63 mCurrentBitmap = Bitmap.createBitmap(mBitmapOptions.outWidth,

Completed in 742 milliseconds

1 23 4 5 6 7 8 91011>>