Home
last modified time | relevance | path

Searched defs:outputDamages (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdioutput_fuzzer/
H A Dhdioutput_fuzzer.cpp90 std::vector<GraphicIRect> outputDamages; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp166 std::vector<GraphicIRect> outputDamages; in Draw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp316 std::vector<GraphicIRect> outputDamages; in OutPutDisplay() local
H A Drender_context_sample.cpp322 std::vector<GraphicIRect> outputDamages; in Draw() local
H A Ddrawing_sample_canvaskit0310.cpp303 std::vector<GraphicIRect> outputDamages; in Draw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp270 std::vector<GraphicIRect> outputDamages; in Draw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp224 void HdiOutput::SetOutputDamages(const std::vector<GraphicIRect> &outputDamages) in SetOutputDamages()