Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageTileSet.java132 Bitmap toBitmap() { in toBitmap() method in ImageTileSet
141 Bitmap toBitmap(Rect bounds) { in toBitmap() method in ImageTileSet
DScrollCaptureController.java83 public Bitmap toBitmap() { in toBitmap() method in ScrollCaptureController.LongScreenshot
87 public Bitmap toBitmap(Rect bounds) { in toBitmap() method in ScrollCaptureController.LongScreenshot
/frameworks/base/libs/hwui/apex/
DTypeCast.h36 static inline Bitmap* toBitmap(ABitmap* bitmap) { in toBitmap() function
/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/packages/SystemUI/tests/src/com/android/keyguard/
DTextInterpolatorTest.kt199 private fun Layout.toBitmap(width: Int, height: Int) = in toBitmap() method
202 private fun TextInterpolator.toBitmap(width: Int, height: Int) = in toBitmap() method
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameImage2D.java73 public Bitmap toBitmap() { in toBitmap() method in FrameImage2D
/frameworks/base/libs/hwui/jni/
DBitmap.cpp228 Bitmap& toBitmap(jlong bitmapHandle) { in toBitmap() function