Home
last modified time | relevance | path

Searched defs:textShadowArray (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_span_bridge.cpp66 std::vector<ArkUITextShadowStruct>& textShadowArray) in ParseTextShadow()
530 std::vector<ArkUITextShadowStruct> textShadowArray; in SetTextShadow() local
Darkts_native_text_timer_bridge.cpp278 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
Darkts_native_text_clock_bridge.cpp350 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
Darkts_native_text_bridge.cpp648 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
Darkts_native_rich_editor_bridge.cpp280 auto textShadowArray = panda::ArrayRef::New(vm, textStyle.textShadows.size()); in CreateTextShadowObjectArray() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp240 JSRef<JSArray> textShadowArray = JSRef<JSArray>::New(); in CreateJsTextShadowObjectArray() local