Home
last modified time | relevance | path

Searched refs:mSourceCrop (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.cpp50 mSourceCrop(getCoverage(Hwc2TestPropertyName::SourceCrop, coverage, in Hwc2TestLayer()
58 mBufferArea.setDependent(&mSourceCrop); in Hwc2TestLayer()
166 return mSourceCrop.get(); in getSourceCrop()
231 return mSourceCrop.advance(); in advanceSourceCrop()
DHwc2TestLayer.h81 &mTransform, &mColor, &mDataspace, &mPlaneAlpha, &mSourceCrop,
95 Hwc2TestSourceCrop mSourceCrop; variable
DHwc2TestProperties.cpp60 mSourceCrop = sourceCrop; in setDependent()
61 if (mSourceCrop) { in setDependent()
62 mSourceCrop->updateBufferArea(get()); in setDependent()
97 if (mSourceCrop) in updateDependents()
98 mSourceCrop->updateBufferArea(curr); in updateDependents()
DHwc2TestProperties.h160 Hwc2TestSourceCrop* mSourceCrop = nullptr; variable
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp1908 mSourceCrop({0.0f, 0.0f, -1.0f, -1.0f}),
1997 mSourceCrop = crop; in setSourceCrop()
2085 frectString(mSourceCrop) << '\n'; in dump()
2121 auto pending = mSourceCrop; in applyCommonState()
2131 hwc1Layer.sourceCropf = mSourceCrop; in applyCommonState()
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h598 hwc_frect_t mSourceCrop; variable