Home
last modified time | relevance | path

Searched refs:ApplyImageEffect (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_render.cpp43 auto resImage = ApplyImageEffect(canvas, veContainer, image, src, dst, sampling); in DrawImageEffect()
50 std::shared_ptr<Drawing::Image> GERender::ApplyImageEffect(Drawing::Canvas& canvas, in ApplyImageEffect() function in OHOS::GraphicsEffectEngine::GERender
55 LOGE("GERender::ApplyImageEffect image is null"); in ApplyImageEffect()
64 LOGD("GERender::ApplyImageEffect filter is null"); in ApplyImageEffect()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_render.h47 std::shared_ptr<Drawing::Image> ApplyImageEffect(Drawing::Canvas& canvas,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_drawing_filter.cpp312 void RSDrawingFilter::ApplyImageEffect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, in ApplyImageEffect() function in OHOS::Rosen::RSDrawingFilter
321 auto outImage = geRender->ApplyImageEffect(canvas, *visualEffectContainer, image, attr.src, attr.src, in ApplyImageEffect()
346 auto blurImage = geRender->ApplyImageEffect( in ApplyImageEffect()
402 ApplyImageEffect(canvas, image, visualEffectContainer, attr); in DrawImageRectInternal()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gerender_fuzzer/
H A Dge_render_fuzzer.cpp56 // fuzz src & dst for ApplyImageEffect
78 auto resImg = geRender->ApplyImageEffect(canvas, *veContainer, image, src, dst, sampling); in GERenderFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_drawing_filter.h112 void ApplyImageEffect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image,
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_render_test.cpp233 * @tc.desc: Verify the ApplyImageEffect
255 auto outImage = geRender->ApplyImageEffect(canvas_, *veContainer, image, src, dst, sampling); in HWTEST_F()

Completed in 4 milliseconds