Home
last modified time | relevance | path

Searched refs:outPadding (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java748 public static Bitmap decodeStream(@Nullable InputStream is, @Nullable Rect outPadding, in decodeStream() argument
763 bm = nativeDecodeAsset(asset, outPadding, opts, Options.nativeInBitmap(opts), in decodeStream()
766 bm = decodeStreamInternal(is, outPadding, opts); in decodeStream()
786 @Nullable Rect outPadding, @Nullable Options opts) { in decodeStreamInternal() argument
791 return nativeDecodeStream(is, tempStorage, outPadding, opts, in decodeStreamInternal()
829 public static Bitmap decodeFileDescriptor(FileDescriptor fd, Rect outPadding, Options opts) { in decodeFileDescriptor() argument
836 bm = nativeDecodeFileDescriptor(fd, outPadding, opts, in decodeFileDescriptor()
842 bm = decodeStreamInternal(fis, outPadding, opts); in decodeFileDescriptor()
H A DImageDecoder.java1429 public void setOutPaddingRect(@NonNull Rect outPadding) { in setOutPaddingRect() argument
1430 mOutPaddingRect = outPadding; in setOutPaddingRect()
/aosp12/frameworks/base/libs/hwui/jni/
H A DNinePatch.cpp139 void NinePatchPeeker::getPadding(JNIEnv* env, jobject outPadding) const { in getPadding()
141 GraphicsJNI::set_jrect(env, outPadding, in getPadding()
146 GraphicsJNI::set_jrect(env, outPadding, -1, -1, -1, -1); in getPadding()
H A DNinePatchPeeker.h46 void getPadding(JNIEnv*, jobject outPadding) const;
H A DImageDecoder.cpp474 jobject outPadding) { in ImageDecoder_nGetPadding() argument
476 reinterpret_cast<NinePatchPeeker*>(decoder->mPeeker.get())->getPadding(env, outPadding); in ImageDecoder_nGetPadding()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java142 public static Bitmap decodeStream(final InputStreamFactory factory, final Rect outPadding, in decodeStream() argument
155 final Bitmap originalBitmap = BitmapFactory.decodeStream(is, outPadding, opts); in decodeStream()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java579 public void setOutPaddingRect(@NonNull Rect outPadding) { in setOutPaddingRect() argument
580 mOutPaddingRect = outPadding; in setOutPaddingRect()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...