Home
last modified time | relevance | path

Searched refs:Gainmap (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DGainmap.java84 public final class Gainmap implements Parcelable { class
90 Gainmap.class.getClassLoader(), nGetFinalizer());
97 private Gainmap(Bitmap gainmapContents, long nativeGainmap) { in Gainmap() method in Gainmap
123 public Gainmap(@NonNull Bitmap gainmapContents) { in Gainmap() method in Gainmap
132 public Gainmap(@NonNull Gainmap gainmap, @NonNull Bitmap gainmapContents) { in Gainmap() method in Gainmap
318 public static final @NonNull Parcelable.Creator<Gainmap> CREATOR =
319 new Parcelable.Creator<Gainmap>() {
326 public Gainmap createFromParcel(Parcel in) {
327 Gainmap gm = new Gainmap(in.readTypedObject(Bitmap.CREATOR));
333 public Gainmap[] newArray(int size) {
[all …]
DBitmapShader.java39 private Gainmap mOverrideGainmap;
187 public void setOverrideGainmap(@Nullable Gainmap overrideGainmap) { in setOverrideGainmap()
193 mOverrideGainmap = new Gainmap(overrideGainmap, overrideGainmap.getGainmapContents()); in setOverrideGainmap()
DBitmap.java99 private Gainmap mGainmap;
1030 bitmap.setGainmap(new Gainmap(source.getGainmap(), newMapContents)); in createBitmap()
2066 public @Nullable Gainmap getGainmap() { in getGainmap()
2077 public void setGainmap(@Nullable Gainmap gainmap) { in setGainmap()
2346 bm.setGainmap(p.readTypedObject(Gainmap.CREATOR));
2576 private static native Gainmap nativeExtractGainmap(long nativePtr); in nativeExtractGainmap()
/frameworks/base/libs/hwui/
DGainmap.h26 class Gainmap : public LightRefBase<Gainmap> {
30 static sp<Gainmap> allocateHardwareGainmap(const sp<Gainmap>& srcGainmap);
DGainmap.cpp20 sp<Gainmap> Gainmap::allocateHardwareGainmap(const sp<Gainmap>& srcGainmap) { in allocateHardwareGainmap()
21 auto gainmap = sp<Gainmap>::make(); in allocateHardwareGainmap()
DAndroid.bp368 "jni/Gainmap.cpp",
585 "Gainmap.cpp",
/frameworks/base/libs/hwui/jni/
DGainmap.cpp35 static Gainmap* fromJava(jlong gainmap) { in fromJava()
36 return reinterpret_cast<Gainmap*>(gainmap); in fromJava()
75 static void Gainmap_destructor(Gainmap* gainmap) { in Gainmap_destructor()
84 Gainmap* gainmap = new Gainmap(); in Gainmap_createEmpty()
90 Gainmap* gainmap = new Gainmap(); in Gainmap_createCopy()
93 Gainmap* src = fromJava(sourcePtr); in Gainmap_createCopy()
DBitmapRegionDecoder.cpp90 bool decodeGainmapRegion(sp<uirenderer::Gainmap>* outGainmap, int outWidth, int outHeight, in decodeGainmapRegion()
122 auto gainmap = sp<uirenderer::Gainmap>::make(); in decodeGainmapRegion()
327 sp<uirenderer::Gainmap> gainmap; in nativeDecodeRegion()
362 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(gainmap); in nativeDecodeRegion()
DBitmapFactory.cpp187 sp<uirenderer::Gainmap>* outGainmap, const int sampleSize, float scale) { in decodeGainmap()
290 auto gainmap = sp<uirenderer::Gainmap>::make(); in decodeGainmap()
617 sp<uirenderer::Gainmap> gainmap = nullptr; in doDecode()
653 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(gainmap); in doDecode()
DBitmap.cpp383 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(original.gainmap()); in Bitmap_copy()
400 auto gainmap = sp<uirenderer::Gainmap>::make(); in Bitmap_copy()
1205 uirenderer::Gainmap* gainmap = reinterpret_cast<uirenderer::Gainmap*>(gainmapPtr); in Bitmap_setGainmap()
1206 bitmapHolder->bitmap().setGainmap(sp<uirenderer::Gainmap>::fromExisting(gainmap)); in Bitmap_setGainmap()
DShader.cpp69 const Gainmap* gainmap = reinterpret_cast<Gainmap*>(overrideGainmapPtr); in BitmapShader_constructor()
DImageDecoder.cpp483 auto gm = uirenderer::Gainmap::allocateHardwareGainmap(nativeBitmap->gainmap()); in ImageDecoder_nDecodeBitmap()
/frameworks/base/libs/hwui/hwui/
DBitmap.h54 class Gainmap; variable
129 sp<uirenderer::Gainmap> gainmap() const;
131 void setGainmap(sp<uirenderer::Gainmap>&& gainmap);
206 sp<uirenderer::Gainmap> mGainmap;
DBitmap.cpp566 sp<uirenderer::Gainmap> Bitmap::gainmap() const { in gainmap()
571 void Bitmap::setGainmap(sp<uirenderer::Gainmap>&& gainmap) { in setGainmap()
DImageDecoder.cpp572 auto gainmap = sp<uirenderer::Gainmap>::make(); in extractGainmap()
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
DGainmapImage.kt23 import android.graphics.Gainmap in <lambda>()
45 private var originalGainmap: Gainmap? = null in <lambda>()
136 gainmapMetadataEditor.setGainmap(Gainmap(gainmap, gainmap.gainmapContents)) in <lambda>()
DGainmapMetadataEditor.kt19 import android.graphics.Gainmap
46 private lateinit var gainmap: Gainmap
68 fun setGainmap(newGainmap: Gainmap) { in setGainmap()
77 fun editedGainmap(): Gainmap { in editedGainmap()
DGainmapDecodeTest.kt23 import android.graphics.Gainmap in <lambda>()
42 fun gainmapVisualizer(gainmap: Gainmap): Bitmap { in gainmapVisualizer()
/frameworks/base/core/api/
Dlint-baseline.txt1422 UnflaggedApi: android.graphics.Gainmap#Gainmap(android.graphics.Gainmap, android.graphics.Bitmap):
1423 …t be flagged with @FlaggedApi: constructor android.graphics.Gainmap(android.graphics.Gainmap,andro…
Dcurrent.txt15491 method @Nullable public android.graphics.Gainmap getGainmap();
15519 method public void setGainmap(@Nullable android.graphics.Gainmap);
15615 …hwui.flags.gainmap_animations") public void setOverrideGainmap(@Nullable android.graphics.Gainmap);
16061 public final class Gainmap implements android.os.Parcelable {
16062 ctor public Gainmap(@NonNull android.graphics.Bitmap);
16063 …s.hwui.flags.gainmap_constructor_with_metadata") public Gainmap(@NonNull android.graphics.Gainmap,…
16082 …field @NonNull public static final android.os.Parcelable.Creator<android.graphics.Gainmap> CREATOR;
/frameworks/base/boot/
Dpreloaded-classes2215 android.graphics.Gainmap$1
2216 android.graphics.Gainmap
Dboot-image-profile.txt24599 Landroid/graphics/Gainmap$1;
24600 Landroid/graphics/Gainmap;
/frameworks/base/config/
Dpreloaded-classes2219 android.graphics.Gainmap$1
2220 android.graphics.Gainmap
Dboot-image-profile.txt34733 Landroid/graphics/Gainmap$1;
34734 Landroid/graphics/Gainmap;