Home
last modified time | relevance | path

Searched refs:SEPIA (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h112 SEPIA, enumerator
310 { RSModifierType::SEPIA, "Sepia" },
H A Drs_modifiers_def.in169 DECLARE_ANIMATABLE_MODIFIER(Sepia, float, SEPIA, Add, Foreground, COARSE)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp101 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::SEPIA, "10"));
102 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::SEPIA, "10.5"));
103 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::SEPIA, "10%"));
104 EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::SEPIA, "10.5%"));
105 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::SEPIA, " "));
106 EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::SEPIA, "10px"));
1374 filter.filterType_ = FilterType::SEPIA;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h42 SEPIA, enumerator
H A Dcustom_paint_paint_method.cpp128 case FilterType::SEPIA: in CheckFilterProperty()
1459 case FilterType::SEPIA: in SetFilterParam()
1849 { "sepia", FilterType::SEPIA }, in FilterStrToFilterType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp138 { RSModifierType::SEPIA, RSPropertyDrawableSlot::COLOR_FILTER },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2460 SetProperty<RSSepiaModifier, RSAnimatableProperty<float>>(RSModifierType::SEPIA, sepia); in SetSepia()