Home
last modified time | relevance | path

Searched refs:outputDamages (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdioutput_fuzzer/
H A Dhdioutput_fuzzer.cpp92 std::vector<GraphicIRect> outputDamages; in DoSomethingInterestingWithMyAPI() local
93 outputDamages.emplace_back(outputDamage); in DoSomethingInterestingWithMyAPI()
94 hdiOutput->SetOutputDamages(outputDamages); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp166 std::vector<GraphicIRect> outputDamages; in Draw() local
167 outputDamages.emplace_back(damageRect); in Draw()
168 curOutput_->SetOutputDamages(outputDamages); in Draw()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp270 std::vector<GraphicIRect> outputDamages; in Draw() local
271 outputDamages.emplace_back(damageRect); in Draw()
272 curOutput_->SetOutputDamages(outputDamages); in Draw()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp322 std::vector<GraphicIRect> outputDamages; in Draw() local
323 outputDamages.emplace_back(damageRect); in Draw()
324 output_->SetOutputDamages(outputDamages); in Draw()
H A Ddrawing_engine_sample.cpp326 std::vector<GraphicIRect> outputDamages; in OutPutDisplay() local
327 outputDamages.emplace_back(damageRect); in OutPutDisplay()
328 output_->SetOutputDamages(outputDamages); in OutPutDisplay()
H A Ddrawing_sample_canvaskit0310.cpp303 std::vector<GraphicIRect> outputDamages; in Draw() local
304 outputDamages.emplace_back(damageRect); in Draw()
305 output->SetOutputDamages(outputDamages); in Draw()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h53 void SetOutputDamages(const std::vector<GraphicIRect> &outputDamages);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp222 void HdiOutput::SetOutputDamages(const std::vector<GraphicIRect> &outputDamages) in SetOutputDamages() argument
224 outputDamages_ = outputDamages; in SetOutputDamages()

Completed in 7 milliseconds