Home
last modified time | relevance | path

Searched refs:MAGNIFIER (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect_impl.cpp59 impl->SetFilterType(GEVisualEffectImpl::FilterType::MAGNIFIER); in __anon7cca34240602()
117 case FilterType::MAGNIFIER: { in SetParam()
172 case FilterType::MAGNIFIER: { in SetParam()
231 case FilterType::MAGNIFIER: { in SetParam()
H A Dge_render.cpp106 case Drawing::GEVisualEffectImpl::FilterType::MAGNIFIER: { in GenerateShaderFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shader_filter.h43 MAGNIFIER, enumerator
H A Drs_filter.h67 MAGNIFIER, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_magnifier_shader_filter.cpp29 type_ = ShaderFilterType::MAGNIFIER; in RSMagnifierShaderFilter()
H A Drs_drawing_filter.cpp44 { RSFilter::MAGNIFIER, "RSMagnifierFilter" },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect_impl.h39 MAGNIFIER, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp208 …RSShaderFilter> magnifierShaderFilter = filter->GetShaderFilterWithType(RSShaderFilter::MAGNIFIER); in TakeSnapshot()
H A Drs_properties_painter.cpp626 filter->GetShaderFilterWithType(RSShaderFilter::MAGNIFIER); in DrawFilter()
H A Drs_properties.cpp3084 backgroundFilter_->SetFilterType(RSFilter::MAGNIFIER); in GenerateMagnifierFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp159 magnifierFilter->type_ = RSShaderFilter::MAGNIFIER;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp313 filter->GetShaderFilterWithType(RSShaderFilter::MAGNIFIER); in DrawFilter()