Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp129 HwcTestDim sourceCrop; member
175 struct hwc_rect sourceCrop; member in Rectangle
256 struct sourceCrop { struct
257 uint32_t minWidth;
258 uint32_t minHeight;
259 HwcTestDim minDim;
260 uint32_t maxWidth;
261 uint32_t maxHeight;
262 HwcTestDim maxDim;
263 Rational hScale;
[all …]
DhwcRects.cpp157 struct hwc_rect sourceCrop; member in Rectangle
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h55 FloatRect sourceCrop; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java91 Rect sourceCrop, int width, int height, boolean useIdentityTransform, int rotation, in nativeScreenshot()
94 IBinder layerHandleToken, Rect sourceCrop, float frameScale, IBinder[] excludeLayers); in nativeCaptureLayers()
123 Rect sourceCrop, Rect dest, long orientation); in nativeSetGeometry()
1860 public static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, in screenshot()
1880 public static Bitmap screenshot(Rect sourceCrop, int width, int height, int rotation) { in screenshot()
1898 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot()
1945 public static ScreenshotGraphicBuffer screenshotToBuffer(IBinder display, Rect sourceCrop, in screenshotToBuffer()
1966 Rect sourceCrop, int width, int height, boolean useIdentityTransform, in screenshotToBufferWithSecureLayersUnsafe()
1999 public static ScreenshotGraphicBuffer captureLayers(IBinder layerHandleToken, Rect sourceCrop, in captureLayers()
2010 Rect sourceCrop, float frameScale, IBinder[] exclude) { in captureLayersExcluding()
[all …]
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp220 Rect sourceCrop = Rect(mSize); in setViewportAndProjection() local
/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/libs/gui/
DISurfaceComposer.cpp113 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureScreen()
170 const Rect& sourceCrop, in captureLayers()
1066 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
1107 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
DSurfaceComposerClient.cpp1558 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in capture()
1576 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in capture()
1593 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureLayers()
1604 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureChildLayers()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h281 const Rect sourceCrop = getSourceCrop(); in needsFiltering() local
DBufferLayer.cpp656 const auto sourceCrop = compositionState.sourceCrop; in needsFiltering() local
DSurfaceFlinger.cpp5534 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureScreen()
5636 const Dataspace reqDataspace, const ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in captureLayers()
5689 const Rect sourceCrop = getSourceCrop(); in captureLayers() local
5901 const auto sourceCrop = renderArea.getSourceCrop(); in renderScreenImplLocked() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java105 public SurfaceControl.Transaction setGeometry(SurfaceControl sc, Rect sourceCrop, in setGeometry()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp1016 void GLESRenderEngine::setViewportAndProjection(size_t vpw, size_t vph, Rect sourceCrop, in setViewportAndProjection()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp251 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshot() local
283 Rect sourceCrop; in nativeCaptureLayers() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp215 const Rect sourceCrop(0, 0, DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT); in captureScreenComposition() local