Home
last modified time | relevance | path

Searched defs:textShadow (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/properties/
Dtext_style_test.cpp37 TextShadow textShadow(Rosen::Drawing::Color::COLOR_BLACK, offset, 0.0); variable
52 TextShadow textShadow(Rosen::Drawing::Color::COLOR_BLACK, offset, 0.0); variable
Drosen_coverter_txt_test.cpp283 TextShadow textShadow(Rosen::Drawing::Color::COLOR_BLACK, offset, 0.0); variable
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
Ddsl_text_field_style_creator_test.cpp152 const auto& textShadow = textStyle.GetTextShadows()[0]; variable
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dtext_style_creator.cpp229 auto textShadow = json.GetValue(TEXT_SHADOW)->GetString(); in CreateFromJson() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
Dtext_declaration.cpp296 Shadow textShadow; in ParseTextShadow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/
Dtext_test_ng.cpp300 Shadow textShadow; in SetContentModifier() local
318 Shadow textShadow; in SetPaintMethodModifier() local
332 Shadow textShadow; in UpdateTextLayoutProperty() local
1852 Shadow textShadow; variable
2419 Shadow textShadow; variable
2578 Shadow textShadow; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_content_modifier.cpp120 …auto textShadow = textStyle.GetTextShadows().empty() ? Shadow() : textStyle.GetTextShadows().at(0); in SetDefaultTextShadow() local
Dtext_layout_algorithm.cpp621 auto textShadow = layoutProperty->GetTextShadow(); in SetPropertyToModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text/
Dtextstyle_creator_test.cpp171 const auto& textShadow = textStyle.GetTextShadows()[0]; variable