Home
last modified time | relevance | path

Searched defs:dirtyRegions (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp49 std::vector<GraphicIRect> dirtyRegions; in SetUpTestCase() local
H A Dhdidevice_test.cpp141 std::vector<GraphicIRect> dirtyRegions = { {0, 0, 0, 0} }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp118 std::vector<GraphicIRect> dirtyRegions; in FillHdiLayer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp126 std::vector<GraphicIRect> dirtyRegions; in FillHDILayer() local
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp374 std::vector<GraphicIRect> dirtyRegions; in FillDrawingLayer() local
423 std::vector<GraphicIRect> dirtyRegions; in FillBackGroundLayer() local
H A Ddrawing_engine_sample.cpp284 std::vector<GraphicIRect> dirtyRegions; in DrawDrawingLayer() local
H A Ddrawing_sample_canvaskit0310.cpp398 std::vector<GraphicIRect> dirtyRegions; in FillBaseLayer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp211 std::vector<GraphicIRect> dirtyRegions; in SetComposeInfoToLayer() local
873 std::vector<GraphicIRect> dirtyRegions; in LayerCrop() local
935 std::vector<GraphicIRect> dirtyRegions; in LayerScaleDown() local
1000 std::vector<GraphicIRect> dirtyRegions; in LayerScaleDown() local
1253 std::vector<RectI> dirtyRegions; in CreateLayer() local
H A Drs_render_engine.cpp105 const std::vector<GraphicIRect>& dirtyRegions = layer->GetDirtyRegions(); in DrawLayers() local
H A Drs_composer_adapter.cpp697 std::vector<GraphicIRect> dirtyRegions; in LayerCrop() local
753 std::vector<GraphicIRect> dirtyRegions; in LayerScaleDown() local
H A Drs_uni_render_processor.cpp291 std::vector<GraphicIRect> dirtyRegions; in GetLayerInfo() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_composer_adapter_test.cpp1201 std::vector<GraphicIRect> dirtyRegions; variable
1233 std::vector<GraphicIRect> dirtyRegions; variable
1267 std::vector<GraphicIRect> dirtyRegions; variable
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp152 std::vector<GraphicIRect> dirtyRegions; in FillHDILayer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h136 void SetDirtyRegions(const std::vector<GraphicIRect> &dirtyRegions) in SetDirtyRegions()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp481 const std::vector<GraphicIRect> &dirtyRegions) in SetLayerDirtyRegion()