Home
last modified time | relevance | path

Searched refs:ParseTextShadow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h149 … static std::vector<Shadow> ParseTextShadow(const std::string& val, TextDeclaration& declaration);
H A Dtext_declaration.cpp246 … specializedStyle.textStyle.SetTextShadows(TextDeclaration::ParseTextShadow(val, declaration)); in SetSpecializedStyle()
289 std::vector<Shadow> TextDeclaration::ParseTextShadow(const std::string& val, TextDeclaration& decla… in ParseTextShadow() function in OHOS::Ace::TextDeclaration
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h152 void ParseTextShadow(
H A Djs_richeditor.cpp2326 ParseTextShadow(styleObject, style, updateSpanStyle); in ParseJsTextStyle()
2425 void JSRichEditorBaseController::ParseTextShadow( in ParseTextShadow() function in OHOS::Ace::Framework::JSRichEditorBaseController
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_span_bridge.cpp67 bool ParseTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t length, in ParseTextShadow() function
533 ParseTextShadow(runtimeCallInfo, length, textShadowArray); in SetTextShadow()