HomeSort by relevance Sort by last modified time
    Searched refs:mSourceCrop (Results 1 - 13 of 13) sorted by null

  /frameworks/native/services/surfaceflinger/tests/fakehwc/
RenderState.h 33 hwc_frect_t mSourceCrop = {0.f, 0.f, 0.f, 0.f};
FakeComposerUtils.cpp 61 printSourceRectAligned(os, state.mSourceCrop, 7);
91 passes &= valuesMatch(message, ref.mSourceCrop, val.mSourceCrop, "source crop");
SFFakeHwc_test.cpp 108 res.mSourceCrop = hwc_frect_t{0.f, 0.f, static_cast<float>(right - left),
618 frame2Ref[FG_LAYER].mSourceCrop = hwc_frect_t{0.f, 0.f, 128.f, 128.f};
632 referenceFrame[FG_LAYER].mSourceCrop = hwc_frect_t{16.f, 16.f, 32.f, 32.f};
649 referenceFrame[FG_LAYER].mSourceCrop = hwc_frect_t{0.f, 0.f, 32.f, 32.f};
    [all...]
FakeComposerClient.cpp 479 getLayerImpl(layer).mRenderState.mSourceCrop = crop;
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestLayer.cpp 50 mSourceCrop(getCoverage(Hwc2TestPropertyName::SourceCrop, coverage,
58 mBufferArea.setDependent(&mSourceCrop);
166 return mSourceCrop.get();
231 return mSourceCrop.advance();
Hwc2TestLayer.h 81 &mTransform, &mColor, &mDataspace, &mPlaneAlpha, &mSourceCrop,
95 Hwc2TestSourceCrop mSourceCrop;
Hwc2TestProperties.cpp 60 mSourceCrop = sourceCrop;
61 if (mSourceCrop) {
62 mSourceCrop->updateBufferArea(get());
97 if (mSourceCrop)
98 mSourceCrop->updateBufferArea(curr);
Hwc2TestProperties.h 161 Hwc2TestSourceCrop* mSourceCrop = nullptr;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 346 mSourceCrop(sourceCrop) {}
354 Rect getSourceCrop() const override { return mSourceCrop; }
358 const Rect mSourceCrop;
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp     [all...]
HWC2On1Adapter.h 569 LatchedState<hwc_frect_t> mSourceCrop;
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp     [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 598 hwc_frect_t mSourceCrop;

Completed in 297 milliseconds