Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java32 public final class Bitmap implements Parcelable { class
109 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap() method in Bitmap
/frameworks/minikin/libs/minikin/
DLayout.cpp221 Bitmap::Bitmap(int width, int height) : width(width), height(height) { in Bitmap() function in android::Bitmap