package c5;

import android.graphics.Bitmap;

/* JADX INFO: loaded from: classes.dex */
public interface e {
    void a(Bitmap bitmap);

    Bitmap b(int i10, int i11, Bitmap.Config config);

    void c(int i10);

    void d();

    Bitmap get(int i10, int i11, Bitmap.Config config);
}
