Home
last modified time | relevance | path

Searched refs:SetCropRect (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp93 layerInfo->SetCropRect(crop); in GetLayerInfoFromData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp117 hdiLayer_->SetCropRect(srcRect_); in FillHdiLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp131 hdiLayer_->SetCropRect(src_); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp379 showLayer->SetCropRect(srcRect); in FillDrawingLayer()
428 showLayer->SetCropRect(srcRect); in FillBackGroundLayer()
H A Ddrawing_engine_sample.cpp289 layer->SetCropRect(srcRect); in DrawDrawingLayer()
H A Ddrawing_sample_canvaskit0310.cpp403 showLayer->SetCropRect(srcRect); in FillBaseLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp382 layer->SetCropRect(info.srcRect); in SetComposeInfoToLayer()
700 layer->SetCropRect(srcRect); in LayerCrop()
756 layer->SetCropRect(srcRect); in LayerScaleDown()
H A Drs_uni_render_composer_adapter.cpp216 layer->SetCropRect(info.srcRect); in SetComposeInfoToLayer()
876 layer->SetCropRect(srcRect); in LayerCrop()
938 layer->SetCropRect(srcRect); in LayerScaleDown()
1003 layer->SetCropRect(srcRect); in LayerScaleDown()
H A Drs_uni_render_processor.cpp352 layerInfoPtr->SetCropRect(adaptedSrcRect); in ProcessLayerSetCropRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp52 layerInfo_->SetCropRect(srcRect); in SetUpTestCase()
H A Dhdilayerinfo_test.cpp255 HdiLayerInfoTest::hdiLayerInfo_->SetCropRect(iRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp164 hdiLayer_->SetCropRect(src_); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_composer_adapter_test.cpp1199 layer->SetCropRect(gRect);
1231 layer->SetCropRect(gRect);
1265 layer->SetCropRect(gRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h147 void SetCropRect(const GraphicIRect &crop) in SetCropRect() function