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.java90 Rect sourceCrop, int width, int height, boolean useIdentityTransform, int rotation, in nativeScreenshot()
93 IBinder layerHandleToken, Rect sourceCrop, float frameScale, IBinder[] excludeLayers); in nativeCaptureLayers()
122 Rect sourceCrop, Rect dest, long orientation); in nativeSetGeometry()
1845 public static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, in screenshot()
1866 public static Bitmap screenshot(Rect sourceCrop, int width, int height, int rotation) { in screenshot()
1884 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot()
1931 public static ScreenshotGraphicBuffer screenshotToBuffer(IBinder display, Rect sourceCrop, in screenshotToBuffer()
1952 Rect sourceCrop, int width, int height, boolean useIdentityTransform, in screenshotToBufferWithSecureLayersUnsafe()
1985 public static ScreenshotGraphicBuffer captureLayers(IBinder layerHandleToken, Rect sourceCrop, in captureLayers()
1996 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()
1067 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
1108 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
DSurfaceComposerClient.cpp1559 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in capture()
1577 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in capture()
1594 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureLayers()
1605 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureChildLayers()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h281 const Rect sourceCrop = getSourceCrop(); in needsFiltering() local
DBufferLayer.cpp663 const auto sourceCrop = compositionState.sourceCrop; in needsFiltering() local
DSurfaceFlinger.cpp5655 const ui::PixelFormat reqPixelFormat, Rect sourceCrop, in captureScreen()
5757 const Dataspace reqDataspace, const ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in captureLayers()
5810 const Rect sourceCrop = getSourceCrop(); in captureLayers() local
6022 const auto sourceCrop = renderArea.getSourceCrop(); in renderScreenImplLocked() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java100 public SurfaceControl.Transaction setGeometry(SurfaceControl sc, Rect sourceCrop, in setGeometry()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp245 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshot() local
277 Rect sourceCrop; in nativeCaptureLayers() local
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp1080 void GLESRenderEngine::setViewportAndProjection(size_t vpw, size_t vph, Rect sourceCrop, in setViewportAndProjection()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp225 const Rect sourceCrop(0, 0, DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT); in captureScreenComposition() local