Home
last modified time | relevance | path

Searched refs:PULSE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_run_test.cpp97 symbolText.SetSymbolEffect(RSEffectStrategy::PULSE);
99 EXPECT_TRUE(symbolText.GetEffectStrategy() == RSEffectStrategy::PULSE);
237 RSEffectStrategy effectStrategy = RSEffectStrategy::PULSE;
H A Dhm_symbol_txt_test.cpp155 EXPECT_EQ(textStyle.symbol.GetEffectStrategy(), Drawing::DrawingEffectStrategy::PULSE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/
H A Dconstants.h30 PULSE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h109 PULSE = 6, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dhm_symbol_txt.cpp33 {6, Drawing::DrawingEffectStrategy::PULSE},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test_utils.h181 Drawing::DrawingEffectStrategy::PULSE, // effectStrategy is PULSE;
H A Drs_symbol_animation_test.cpp363 symbolAnimationConfig->effectStrategy = Drawing::DrawingEffectStrategy::PULSE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_symbol.cpp47 { "PulseSymbolEffect", SymbolEffectType::PULSE },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp367 case Drawing::DrawingEffectStrategy::PULSE: in ChooseAnimation()