Home
last modified time | relevance | path

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

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