Home
last modified time | relevance | path

Searched refs:dirtyRegions (Results 1 - 20 of 20) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp118 std::vector<GraphicIRect> dirtyRegions; in FillHdiLayer() local
119 dirtyRegions.emplace_back(srcRect_); in FillHdiLayer()
120 hdiLayer_->SetDirtyRegions(dirtyRegions); in FillHdiLayer()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp76 std::vector<GraphicIRect> dirtyRegions; in GetLayerInfoFromData() local
77 dirtyRegions.emplace_back(dirtyRegion); in GetLayerInfoFromData()
91 layerInfo->SetDirtyRegions(dirtyRegions); in GetLayerInfoFromData()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp126 std::vector<GraphicIRect> dirtyRegions; in FillHDILayer() local
127 dirtyRegions.emplace_back(src_); in FillHDILayer()
128 hdiLayer_->SetDirtyRegions(dirtyRegions); in FillHDILayer()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp374 std::vector<GraphicIRect> dirtyRegions; in FillDrawingLayer() local
375 dirtyRegions.emplace_back(srcRect); in FillDrawingLayer()
376 showLayer->SetDirtyRegions(dirtyRegions); in FillDrawingLayer()
423 std::vector<GraphicIRect> dirtyRegions; in FillBackGroundLayer() local
424 dirtyRegions.emplace_back(srcRect); in FillBackGroundLayer()
425 showLayer->SetDirtyRegions(dirtyRegions); in FillBackGroundLayer()
H A Ddrawing_engine_sample.cpp294 std::vector<GraphicIRect> dirtyRegions; in DrawDrawingLayer() local
295 dirtyRegions.emplace_back(srcRect); in DrawDrawingLayer()
296 layer->SetDirtyRegions(dirtyRegions); in DrawDrawingLayer()
H A Ddrawing_sample_canvaskit0310.cpp398 std::vector<GraphicIRect> dirtyRegions; in FillBaseLayer() local
399 dirtyRegions.emplace_back(srcRect); in FillBaseLayer()
400 showLayer->SetDirtyRegions(dirtyRegions); in FillBaseLayer()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_engine.cpp105 const std::vector<GraphicIRect>& dirtyRegions = layer->GetDirtyRegions(); in DrawLayers() local
106 for (auto iter = dirtyRegions.begin(); iter != dirtyRegions.end(); iter++) { in DrawLayers()
H A Drs_uni_render_composer_adapter.cpp251 std::vector<GraphicIRect> dirtyRegions; in SetComposeInfoToLayer() local
255 dirtyRegions.emplace_back(RSUniRenderUtil::IntersectRect(info.srcRect, rect)); in SetComposeInfoToLayer()
258 dirtyRegions.emplace_back(info.srcRect); in SetComposeInfoToLayer()
260 layer->SetDirtyRegions(dirtyRegions); in SetComposeInfoToLayer()
999 std::vector<GraphicIRect> dirtyRegions; in LayerCrop() local
1000 dirtyRegions.emplace_back(srcRect); in LayerCrop()
1001 layer->SetDirtyRegions(dirtyRegions); in LayerCrop()
1066 std::vector<GraphicIRect> dirtyRegions; in LayerScaleDown() local
1067 dirtyRegions.emplace_back(srcRect); in LayerScaleDown()
1068 layer->SetDirtyRegions(dirtyRegions); in LayerScaleDown()
1135 std::vector<GraphicIRect> dirtyRegions; LayerScaleDown() local
1414 std::vector<RectI> dirtyRegions; CreateLayer() local
[all...]
H A Drs_uni_render_processor.cpp266 std::vector<GraphicIRect> dirtyRegions; in GetLayerInfo() local
270 dirtyRegions.emplace_back(RSUniRenderUtil::IntersectRect(layerInfo.srcRect, dirtyRect)); in GetLayerInfo()
272 dirtyRegions.emplace_back(layerInfo.srcRect); in GetLayerInfo()
274 layer->SetDirtyRegions(dirtyRegions); in GetLayerInfo()
H A Drs_composer_adapter.cpp765 std::vector<GraphicIRect> dirtyRegions; in LayerCrop() local
766 dirtyRegions.emplace_back(srcRect); in LayerCrop()
767 layer->SetDirtyRegions(dirtyRegions); in LayerCrop()
822 std::vector<GraphicIRect> dirtyRegions; in LayerScaleDown() local
823 dirtyRegions.emplace_back(srcRect); in LayerScaleDown()
824 layer->SetDirtyRegions(dirtyRegions); in LayerScaleDown()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp152 std::vector<GraphicIRect> dirtyRegions; in FillHDILayer() local
153 dirtyRegions.emplace_back(src_); in FillHDILayer()
154 hdiLayer_->SetDirtyRegions(dirtyRegions); in FillHDILayer()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp49 std::vector<GraphicIRect> dirtyRegions; in SetUpTestCase() local
50 dirtyRegions.emplace_back(srcRect); in SetUpTestCase()
51 layerInfo_->SetDirtyRegions(dirtyRegions); in SetUpTestCase()
H A Dhdidevice_test.cpp163 std::vector<GraphicIRect> dirtyRegions = { {0, 0, 0, 0} }; in HWTEST_F() local
164 EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetLayerDirtyRegion(screenId, layerId, dirtyRegions), in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp97 std::vector<GraphicIRect> dirtyRegions = { dirty }; in HdiDeviceFuzzTest2() local
117 device->SetLayerDirtyRegion(screenId, layerId, dirtyRegions); in HdiDeviceFuzzTest2()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_composer_adapter_test.cpp1198 std::vector<GraphicIRect> dirtyRegions; in HWTEST_F() local
1199 dirtyRegions.emplace_back(gRect); in HWTEST_F()
1200 layer->SetDirtyRegions(dirtyRegions); in HWTEST_F()
1230 std::vector<GraphicIRect> dirtyRegions; in HWTEST_F() local
1231 dirtyRegions.emplace_back(gRect); in HWTEST_F()
1232 layer->SetDirtyRegions(dirtyRegions); in HWTEST_F()
1264 std::vector<GraphicIRect> dirtyRegions; in HWTEST_F() local
1265 dirtyRegions.emplace_back(gRect); in HWTEST_F()
1266 layer->SetDirtyRegions(dirtyRegions); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_composer_adapter_unit_test.cpp1175 std::vector<GraphicIRect> dirtyRegions; in HWTEST_F() local
1176 dirtyRegions.emplace_back(gRect); in HWTEST_F()
1177 layer->SetDirtyRegions(dirtyRegions); in HWTEST_F()
1230 std::vector<GraphicIRect> dirtyRegions; in HWTEST_F() local
1231 dirtyRegions.emplace_back(gRect); in HWTEST_F()
1232 layer->SetDirtyRegions(dirtyRegions); in HWTEST_F()
1264 std::vector<GraphicIRect> dirtyRegions; in HWTEST_F() local
1265 dirtyRegions.emplace_back(gRect); in HWTEST_F()
1266 layer->SetDirtyRegions(dirtyRegions); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h145 void SetDirtyRegions(const std::vector<GraphicIRect> &dirtyRegions) in SetDirtyRegions() argument
148 dirtyRegions_ = dirtyRegions; in SetDirtyRegions()
523 result += "dirtyRegions[" + std::to_string(i) + "] = [" + in Dump()
H A Dhdi_device_impl.h74 const std::vector<GraphicIRect> &dirtyRegions) override;
H A Dhdi_device.h77 const std::vector<GraphicIRect> &dirtyRegions) = 0;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp481 const std::vector<GraphicIRect> &dirtyRegions) in SetLayerDirtyRegion()
485 for (auto iter = dirtyRegions.begin(); iter != dirtyRegions.end(); iter++) { in SetLayerDirtyRegion()
480 SetLayerDirtyRegion(uint32_t screenId, uint32_t layerId, const std::vector<GraphicIRect> &dirtyRegions) SetLayerDirtyRegion() argument

Completed in 19 milliseconds