HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 301 - 325 of 638) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 73 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
361 Bitmap destBitpmap = Bitmap.createBitmap(tempBitmap.getWidth(),
  /frameworks/base/core/java/android/gesture/
Gesture.java 186 final Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
221 final Bitmap bitmap = Bitmap.createBitmap(width, height,
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 231 return bitmap::createBitmap(env, hardwareBitmap.release(), bitmapCreateFlags);
233 return android::bitmap::createBitmap(env, heapAlloc.getStorageObjAndReset(), bitmapCreateFlags);
Bitmap.cpp 199 jobject createBitmap(JNIEnv* env, Bitmap* bitmap,
694 return createBitmap(env, nativeBitmap.release(), getPremulBitmapCreateFlags(isMutable));
799 return createBitmap(env, bitmap.release(), getPremulBitmapCreateFlags(isMutable));
810 return createBitmap(env, bitmap, getPremulBitmapCreateFlags(isMutable));
830 jobject ret = createBitmap(env, bitmap, getPremulBitmapCreateFlags(false));
839 jobject ret = createBitmap(env, bitmap, getPremulBitmapCreateFlags(false));
    [all...]
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
CanvasTest.kt 27 private val canvas = Canvas(createBitmap(1, 1))
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
HorizontalGridView.java 285 mTempBitmapLow = Bitmap.createBitmap(mLowFadeShaderLength, getHeight(),
302 mTempBitmapHigh = Bitmap.createBitmap(mHighFadeShaderLength, getHeight(),
  /packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java 397 bitmap = Bitmap.createBitmap(width, bitmapHeight, Bitmap.Config.ARGB_8888);
406 bitmap = Bitmap.createBitmap(bitmapWidth, height, Bitmap.Config.ARGB_8888);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 177 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig());
250 mOverlayBitmap = Bitmap.createBitmap(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 199 Bitmap bitmap = Bitmap.createBitmap(colors, 16, 16, Bitmap.Config.ARGB_8888);
228 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig());
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
InputStreamProvider.java 167 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left,
210 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(),
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 245 opts.inBitmap = Bitmap.createBitmap(
405 reuseOpts.inBitmap = Bitmap.createBitmap(w, h, config);
493 Bitmap b = Bitmap.createBitmap(SMALL_TILE_SIZE, SMALL_TILE_SIZE, Config.ARGB_8888,
582 opts.inBitmap = Bitmap.createBitmap(decoder.getWidth(),
613 Bitmap bitmap = Bitmap.createBitmap(TILE_SIZE, TILE_SIZE, Config.ARGB_8888)
659 Bitmap cropped = Bitmap.createBitmap(rect.width(), rect.height(),
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 452 Bitmap tmp = Bitmap.createBitmap(ret, 0, 0, ret.getWidth(),
505 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left,
526 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(),
536 Bitmap tmp = Bitmap.createBitmap(crop, 0, 0, crop.getWidth(),
625 return Bitmap.createBitmap(image, intCrop.left, intCrop.top, intCrop.width(),
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 228 unusedBitmap = Bitmap.createBitmap(mPreviewBitmapWidth, mPreviewBitmapHeight,
505 defaultPreview = Bitmap.createBitmap(previewWidth, previewHeight,
555 preview = Bitmap.createBitmap(previewWidth, previewHeight, Config.ARGB_8888);
626 tempBitmap = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
652 preview = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 138 Bitmap bitmap = Bitmap.createBitmap(100, 50, Config.RGB_565);
153 Bitmap bitmap = Bitmap.createBitmap(100, 50, Config.RGB_565);
238 new BitmapDrawable(Bitmap.createBitmap(100, 50, Config.RGB_565));
AnimatedVectorDrawableParameterizedTest.java 212 Bitmap.createBitmap(IMAGE_WIDTH, IMAGE_HEIGHT, Bitmap.Config.ARGB_8888);
344 Bitmap dest = Bitmap.createBitmap(
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 128 Bitmap newBitmap = Bitmap.createBitmap(
446 bitmap = Bitmap.createBitmap(tileSize, tileSize, Bitmap.Config.ARGB_8888);
485 Bitmap result = Bitmap.createBitmap(tileSize, tileSize, Config.ARGB_8888);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
IconCompat.java 509 icon = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888);
511 icon = Bitmap.createBitmap(dr.getIntrinsicWidth(),
793 Bitmap icon = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888);
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
MediaSource.java 605 bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
607 bitmap = Bitmap.createBitmap(drawable.getIntrinsicWidth(),
618 Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 218 Bitmap B = Bitmap.createBitmap(bDimX, bDimY, Bitmap.Config.ARGB_8888);
235 Bitmap badB = Bitmap.createBitmap(47, 8, Bitmap.Config.ARGB_8888);
244 Bitmap badB = Bitmap.createBitmap(48, 4, Bitmap.Config.ARGB_8888);
253 Bitmap badB = Bitmap.createBitmap(36, 6, Bitmap.Config.ARGB_8888);
416 Bitmap bSrc = Bitmap.createBitmap(x, y, Bitmap.Config.ARGB_8888);
417 Bitmap bDst = Bitmap.createBitmap(x, y, Bitmap.Config.ARGB_8888);
    [all...]
  /frameworks/base/core/java/android/app/
LauncherActivity.java 302 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
320 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 180 static sk_sp<Bitmap> createBitmap(int width, int height,
186 static sk_sp<Bitmap> createBitmap(int width, int height, SkBitmap* outBitmap) {
  /frameworks/support/core/ktx/src/main/java/androidx/core/view/
View.kt 198 return Bitmap.createBitmap(width, height, config).applyCanvas {
  /packages/apps/Camera2/src/com/android/camera/widget/
RoundedThumbnailView.java 749 dstBitmap = Bitmap.createBitmap(
752 dstBitmap = Bitmap.createBitmap(
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 200 getShadowGenerator().recreateIcon(Bitmap.createBitmap(bitmap), mCanvas);
324 Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 393 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
413 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);

Completed in 1407 milliseconds

<<11121314151617181920>>