Home
last modified time | relevance | path

Searched refs:readRect (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h460 auto err = mHal->setLayerDisplayFrame(mCurrentDisplay, mCurrentLayer, readRect()); in executeSetLayerDisplayFrame()
556 hwc_rect_t readRect() { in readRect() function
566 region.emplace_back(readRect()); in readRegion()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h326 hwc_rect_t readRect();
H A DQtiComposerClient.cpp1714 auto err = mClient.hwc_session_->SetLayerDisplayFrame(mDisplay, mLayer, readRect()); in parseSetLayerDisplayFrame()
1939 hwc_rect_t QtiComposerClient::CommandReader::readRect() { in readRect() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient::CommandReader
1952 region.emplace_back(readRect()); in readRegion()