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.cpp46 std::vector<ArkUITextShadowStruct>& textShadowArray, in ParseTextShadow()
571 std::vector<ArkUITextShadowStruct> textShadowArray; in SetTextShadow() local
Darkts_native_text_timer_bridge.cpp293 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
Darkts_native_text_clock_bridge.cpp365 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
Darkts_native_text_bridge.cpp717 auto textShadowArray = std::make_unique<ArkUITextShadowStruct[]>(length); in SetTextShadow() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp244 JSRef<JSArray> textShadowArray = JSRef<JSArray>::New(); in CreateJsTextShadowObjectArray() local