Home
last modified time | relevance | path

Searched refs:mSourceCrops (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.cpp467 : Hwc2TestProperty(mSourceCrops, mCompositionSupport), in Hwc2TestSourceCrop()
494 mSourceCrops.clear(); in update()
497 mSourceCrops.push_back({0, 0, 0, 0}); in update()
502 mSourceCrops.push_back({ in update()
DHwc2TestProperties.h325 std::vector<hwc_frect_t> mSourceCrops; variable