Searched refs:mSourceCrop (Results 1 - 6 of 6) sorted by path

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

Completed in 203 milliseconds