Searched defs:Bitmap (Results 1 – 2 of 2) sorted by relevance
32 public final class Bitmap implements Parcelable { class109 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap() method in Bitmap
221 Bitmap::Bitmap(int width, int height) : width(width), height(height) { in Bitmap() function in android::Bitmap