Home
last modified time | relevance | path

Searched defs:MotionBlurParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_motion_blur_filter.h32 explicit MotionBlurParam(float r, Vector2f& s) : radius(r), scaleAnchor(s) {} in MotionBlurParam() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h54 class MotionBlurParam; variable