Home
last modified time | relevance | path

Searched refs:regions (Results 1 - 2 of 2) sorted by relevance

/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h277 * The dirty region consists of multiple rectangular regions. The rectangular regions can be refreshed based on
693 * @param regions Indicates the vector of the flushing area to set.
700 virtual int32_t SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& regions) = 0;
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp689 std::vector<IRect> regions = {}; in HWTEST_F() local
690 regions.push_back(region); in HWTEST_F()
691 auto ret = g_composerDevice->SetLayerVisibleRegion(g_displayIds[0], layer->GetId(), regions); in HWTEST_F()

Completed in 3 milliseconds