Home
last modified time | relevance | path

Searched defs:mSourceCrop (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayRenderArea.h49 const Rect mSourceCrop; variable
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DRenderState.h31 hwc_frect_t mSourceCrop = {0.f, 0.f, 0.f, 0.f}; variable
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DReadbackVts.h87 IComposerClient::FRect mSourceCrop = {0, 0, 0, 0}; variable
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.h197 hwc_frect_t mSourceCrop; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h598 hwc_frect_t mSourceCrop; variable
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h569 LatchedState<hwc_frect_t> mSourceCrop; variable
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java850 private final Rect mSourceCrop = new Rect(); field in SurfaceControl.CaptureArgs
876 private final Rect mSourceCrop = new Rect(); field in SurfaceControl.CaptureArgs.Builder