Home
last modified time | relevance | path

Searched refs:DISTORT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_distort_para.h26 this->type_ = FilterPara::ParaType::DISTORT; in DistortPara()
H A Dfilter_para.h45 DISTORT, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_distortion_shader_filter.cpp29 type_ = FilterType::DISTORT; in RSDistortionFilter()
H A Drs_drawing_filter.cpp48 { RSFilter::DISTORT, "RSDistortionFilter" },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_filter.h71 DISTORT, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1473 if (filterPara->GetParaType() == FilterPara::DISTORT) { in SetUIForegroundFilter()