/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 129 HwcTestDim sourceCrop; member 175 struct hwc_rect sourceCrop; member in Rectangle 254 struct sourceCrop { struct 255 uint32_t minWidth; 256 uint32_t minHeight; 257 HwcTestDim minDim; 258 uint32_t maxWidth; 259 uint32_t maxHeight; 260 HwcTestDim maxDim; 261 Rational hScale; [all …]
|
D | hwcRects.cpp | 157 struct hwc_rect sourceCrop; member in Rectangle
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 47 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot() 50 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshotToBuffer() 53 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot() 866 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot() 880 public static GraphicBuffer screenshotToBuffer(Rect sourceCrop, int width, int height, in screenshotToBuffer() 909 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 946 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in capture() 955 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureToBuffer() 1001 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in update() 1028 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in update() 1036 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update() 1043 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update()
|
D | ISurfaceComposer.cpp | 105 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 545 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestProperties.cpp | 58 void Hwc2TestBufferArea::setDependent(Hwc2TestSourceCrop* sourceCrop) in setDependent() 479 const hwc_frect_t& sourceCrop = get(); in dump() local
|
D | Hwc2Test.cpp | 490 const hwc_frect_t& sourceCrop, hwc2_error_t* outErr = nullptr) in setLayerSourceCrop()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 173 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap, in setViewportAndProjection()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 383 Rect sourceCrop(0, 0, w, h); local
|
D | SurfaceFlinger.cpp | 4082 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 4122 Rect sourceCrop; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 4133 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 4182 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() 4254 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked()
|
D | SurfaceFlinger_hwc1.cpp | 3683 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 3723 Rect sourceCrop; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 3734 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 3783 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() 3857 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked()
|
D | Layer.h | 764 FloatRect sourceCrop; member
|
D | Layer.cpp | 689 FloatRect sourceCrop = computeCrop(displayDevice); local
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 151 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshotToBuffer() local 182 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshotBitmap() local 257 Rect sourceCrop(left, top, right, bottom); in nativeScreenshot() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 3538 E screenshot(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in screenshot()
|