Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
Dtext_style_test.cpp100 std::vector<TextShadow> textShadows; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
Dtext_style.h138 std::vector<TextShadow> textShadows; variable
/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_text_style.h149 std::vector<TestingTextShadow> textShadows; variable
/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
Dhtml_convert_test.cpp165 vector<Shadow> textShadows { textShadow, textShadow1 }; variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dspan_string_test_ng.cpp265 vector<Shadow> textShadows { textShadow }; variable
306 vector<Shadow> textShadows { textShadow }; variable
1358 vector<Shadow> textShadows { textShadow }; variable
Dtext_testthree_ng.cpp1858 std::vector<Shadow> textShadows; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Dselection_info.h140 std::vector<Shadow> textShadows; member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dtext_style.h624 void SetTextShadows(const std::vector<Shadow>& textShadows) in SetTextShadows()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp235 JSRef<JSArray> JSRichEditor::CreateJsTextShadowObjectArray(const std::vector<Shadow>& textShadows) in CreateJsTextShadowObjectArray()