Home
last modified time | relevance | path

Searched defs:sourceCrop (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp129 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 …]
DhwcRects.cpp157 struct hwc_rect sourceCrop; member in Rectangle
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DISystemUiProxy.aidl30 GraphicBufferCompat screenshot(in Rect sourceCrop, int width, int height, int minLayer, in screenshot()
/frameworks/base/core/java/android/view/
DSurfaceControl.java73 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot()
76 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshotToBuffer()
80 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot()
83 Rect sourceCrop, float frameScale); in nativeCaptureLayers()
1233 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot()
1247 public static GraphicBuffer screenshotToBuffer(Rect sourceCrop, int width, int height, in screenshotToBuffer()
1267 public static GraphicBuffer screenshotToBufferWithSecureLayersUnsafe(Rect sourceCrop, in screenshotToBufferWithSecureLayersUnsafe()
1297 public static Bitmap screenshot(Rect sourceCrop, int width, int height, int rotation) { in screenshot()
1310 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot()
1345 public static GraphicBuffer captureLayers(IBinder layerHandleToken, Rect sourceCrop, in captureLayers()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp107 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen()
140 sp<GraphicBuffer>* outBuffer, const Rect& sourceCrop, in captureLayers()
614 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
640 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
DSurfaceComposerClient.cpp764 status_t ScreenshotClient::capture(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, in capture()
781 status_t ScreenshotClient::capture(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, in capture()
790 status_t ScreenshotClient::captureLayers(const sp<IBinder>& layerHandle, Rect sourceCrop, in captureLayers()
799 status_t ScreenshotClient::captureChildLayers(const sp<IBinder>& layerHandle, Rect sourceCrop, in captureChildLayers()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.cpp58 void Hwc2TestBufferArea::setDependent(Hwc2TestSourceCrop* sourceCrop) in setDependent()
479 const hwc_frect_t& sourceCrop = get(); in dump() local
DHwc2Test.cpp496 const hwc_frect_t& sourceCrop, hwc2_error_t* outErr = nullptr) in setLayerSourceCrop()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.cpp169 void GLES20RenderEngine::setViewportAndProjection(size_t vpw, size_t vph, Rect sourceCrop, in setViewportAndProjection()
/frameworks/native/services/surfaceflinger/
DLayer.h87 FloatRect sourceCrop; member
127 FloatRect sourceCrop; member
DDisplayDevice.cpp392 Rect sourceCrop(0, 0, w, h); in setViewportAndProjection() local
DSurfaceFlinger.cpp4757 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen()
4789 sp<GraphicBuffer>* outBuffer, const Rect& sourceCrop, in captureLayers()
5000 Rect sourceCrop = renderArea.getSourceCrop(); in renderScreenImplLocked() local
DLayer.cpp568 FloatRect sourceCrop = computeCrop(displayDevice); in setGeometry() local
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp168 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshotToBuffer() local
201 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshotBitmap() local
269 Rect sourceCrop; in nativeScreenshot() local
294 Rect sourceCrop; in nativeCaptureLayers() local