Home
last modified time | relevance | path

Searched defs:sourceCrop (Results 1 – 15 of 15) 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/native/libs/gui/
DISurfaceComposer.cpp106 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen()
136 sp<GraphicBuffer>* outBuffer, const Rect& sourceCrop, in captureLayers()
610 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
632 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()
779 status_t ScreenshotClient::captureLayers(const sp<IBinder>& layerHandle, Rect sourceCrop, in captureLayers()
788 status_t ScreenshotClient::captureChildLayers(const sp<IBinder>& layerHandle, Rect sourceCrop, in captureChildLayers()
/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()
79 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot()
82 Rect sourceCrop, float frameScale); in nativeCaptureLayers()
1232 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot()
1246 public static GraphicBuffer screenshotToBuffer(Rect sourceCrop, int width, int height, in screenshotToBuffer()
1275 public static Bitmap screenshot(Rect sourceCrop, int width, int height, int rotation) { in screenshot()
1288 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, in screenshot()
1323 public static GraphicBuffer captureLayers(IBinder layerHandleToken, Rect sourceCrop, in captureLayers()
/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.h343 DisplayRenderArea(const sp<const DisplayDevice> device, Rect sourceCrop, uint32_t reqHeight, in DisplayRenderArea()
DDisplayDevice.cpp392 Rect sourceCrop(0, 0, w, h); in setViewportAndProjection() local
DSurfaceFlinger.cpp4709 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen()
4728 sp<GraphicBuffer>* outBuffer, const Rect& sourceCrop, in captureLayers()
4929 Rect sourceCrop = renderArea.getSourceCrop(); in renderScreenImplLocked() local
DLayer.cpp564 FloatRect sourceCrop = computeCrop(displayDevice); in setGeometry() local
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp168 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshotToBuffer() local
199 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshotBitmap() local
267 Rect sourceCrop; in nativeScreenshot() local
292 Rect sourceCrop; in nativeCaptureLayers() local