Searched refs:mSourceCrop (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestLayer.cpp | 50 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()
|
D | Hwc2TestLayer.h | 81 &mTransform, &mColor, &mDataspace, &mPlaneAlpha, &mSourceCrop, 95 Hwc2TestSourceCrop mSourceCrop; variable
|
D | Hwc2TestProperties.cpp | 60 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()
|
D | Hwc2TestProperties.h | 160 Hwc2TestSourceCrop* mSourceCrop = nullptr; variable
|
/frameworks/native/libs/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1908 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/ |
D | HWC2On1Adapter.h | 598 hwc_frect_t mSourceCrop; variable
|