Home
last modified time | relevance | path

Searched refs:MOTION_BLUR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_filter.h63 MOTION_BLUR, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_motion_blur_filter_test.cpp88 ASSERT_EQ(filter->type_, RSDrawingFilterOriginal::FilterType::MOTION_BLUR);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_motion_blur_filter.cpp36 type_ = FilterType::MOTION_BLUR; in RSMotionBlurFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp412 if (foregroundFilter->GetFilterType() == RSFilter::MOTION_BLUR) { in DrawForegroundFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp556 if (foregroundFilter->GetFilterType() == RSFilter::MOTION_BLUR) { in DrawForegroundFilter()