/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 129 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 …]
|
D | hwcRects.cpp | 157 struct hwc_rect sourceCrop; member in Rectangle
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | OutputLayerCompositionState.h | 55 FloatRect sourceCrop; member
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 90 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/ |
D | RenderSurface.cpp | 220 Rect sourceCrop = Rect(mSize); in setViewportAndProjection() 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 | 496 const hwc_frect_t& sourceCrop, hwc2_error_t* outErr = nullptr) in setLayerSourceCrop()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 113 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
|
D | SurfaceComposerClient.cpp | 1559 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/ |
D | DisplayDevice.h | 281 const Rect sourceCrop = getSourceCrop(); in needsFiltering() local
|
D | BufferLayer.cpp | 663 const auto sourceCrop = compositionState.sourceCrop; in needsFiltering() local
|
D | SurfaceFlinger.cpp | 5655 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/ |
D | StubTransaction.java | 100 public SurfaceControl.Transaction setGeometry(SurfaceControl sc, Rect sourceCrop, in setGeometry()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 245 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshot() local 277 Rect sourceCrop; in nativeCaptureLayers() local
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 1080 void GLESRenderEngine::setViewportAndProjection(size_t vpw, size_t vph, Rect sourceCrop, in setViewportAndProjection()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 225 const Rect sourceCrop(0, 0, DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT); in captureScreenComposition() local
|