package t1; import android.graphics.Bitmap; /* loaded from: classes.dex */ public interface d { void a(int i10); void b(); void c(Bitmap bitmap); Bitmap d(int i10, int i11, Bitmap.Config config); Bitmap e(int i10, int i11, Bitmap.Config config); }