Home
last modified time | relevance | path

Searched defs:Bitmap (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/libs/hwui/apex/include/android/graphics/
H A Dbitmap.h88 Bitmap() : mBitmap(nullptr) {} in Bitmap() function
89 Bitmap(JNIEnv* env, jobject bitmapObj) : in Bitmap() function
91 Bitmap(const Bitmap& src) : mBitmap(src.mBitmap) { ABitmap_acquireRef(src.mBitmap); } in Bitmap() function
138 Bitmap(ABitmap* bitmap) : mBitmap(bitmap) {} in Bitmap() function
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmap.h26 class Bitmap; variable
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.h28 class Bitmap; variable
/aosp14/frameworks/base/libs/hwui/
H A DReadback.h31 class Bitmap; variable
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp262 Bitmap::Bitmap(void* address, size_t size, const SkImageInfo& info, size_t rowBytes) in Bitmap() function in android::Bitmap
270 Bitmap::Bitmap(SkPixelRef& pixelRef, const SkImageInfo& info) in Bitmap() function in android::Bitmap
278 Bitmap::Bitmap(void* address, int fd, size_t mappedSize, const SkImageInfo& info, size_t rowBytes) in Bitmap() function in android::Bitmap
288 Bitmap::Bitmap(AHardwareBuffer* buffer, const SkImageInfo& info, size_t rowBytes, in Bitmap() function in android::Bitmap
H A DImageDecoder.h32 class Bitmap; variable
H A DCanvas.h63 class Bitmap; variable
/aosp14/frameworks/base/libs/hwui/apex/
H A DTypeCast.h26 class Bitmap; variable
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DRequestProcessorTest.kt269 private fun Bitmap.equalsHardwareBitmap(bitmap: Bitmap): Boolean { regex
H A DTakeScreenshotServiceTest.kt300 private fun Bitmap.equalsHardwareBitmap(other: Bitmap): Boolean { regex
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h44 class Bitmap; variable
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java51 public final class Bitmap implements Parcelable { class
128 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() method in Bitmap
136 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() method in Bitmap
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...