Home
last modified time | relevance | path

Searched defs:toBitmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGesture.java185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap() method in Gesture
220 public Bitmap toBitmap(int width, int height, int inset, int color) { in toBitmap() method in Gesture
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameImage2D.java73 public Bitmap toBitmap() { in toBitmap() method in FrameImage2D
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp224 Bitmap& toBitmap(JNIEnv* env, jobject bitmap) { in toBitmap() function
233 Bitmap& toBitmap(jlong bitmapHandle) { in toBitmap() function