Home
last modified time | relevance | path

Searched refs:CreateComposeImageFilter (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_light_up_effect_filter.cpp64 …result->imageFilter_ = Drawing::ImageFilter::CreateComposeImageFilter(imageFilter_, other->GetImag… in Compose()
H A Drs_drawing_filter.cpp213 …result->imageFilter_ = Drawing::ImageFilter::CreateComposeImageFilter(imageFilter_, other->GetImag… in Compose()
247 result->imageFilter_ = Drawing::ImageFilter::CreateComposeImageFilter(imageFilter_, other); in Compose()
H A Drs_blur_filter.cpp78 …result->imageFilter_ = Drawing::ImageFilter::CreateComposeImageFilter(imageFilter_, other->GetImag… in Compose()
H A Drs_material_filter.cpp154 …result->imageFilter_ = Drawing::ImageFilter::CreateComposeImageFilter(imageFilter_, other->GetImag… in Compose()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dimage_filter.h101 static std::shared_ptr<ImageFilter> CreateComposeImageFilter(std::shared_ptr<ImageFilter> f1,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dimage_filter_test.cpp132 auto imageFilter = ImageFilter::CreateComposeImageFilter(imageFilter1, imageFilter2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp142 std::shared_ptr<ImageFilter> ImageFilter::CreateComposeImageFilter( in CreateComposeImageFilter() function in OHOS::Rosen::Drawing::ImageFilter
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
H A Dimage_filter_fuzzer.cpp85 …std::shared_ptr<ImageFilter> imageFilterFive = ImageFilter::CreateComposeImageFilter(imageFilterOn… in ImageFilterFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp605 imageFilter = Drawing::ImageFilter::CreateComposeImageFilter(imageFilter, blurFilter); in DrawFilter()