Searched refs:ApplyImageEffect (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_render.cpp | 43 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 D | ge_render.h | 47 std::shared_ptr<Drawing::Image> ApplyImageEffect(Drawing::Canvas& canvas,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_drawing_filter.cpp | 312 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 D | ge_render_fuzzer.cpp | 56 // 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 D | rs_drawing_filter.h | 112 void ApplyImageEffect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image,
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_render_test.cpp | 233 * @tc.desc: Verify the ApplyImageEffect 255 auto outImage = geRender->ApplyImageEffect(canvas_, *veContainer, image, src, dst, sampling); in HWTEST_F()
|
Completed in 4 milliseconds