Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_span_ffi.cpp44 TextBackgroundStyle ParseTextBackgroundStyle(uint32_t color, double radiusDouble, int32_t unit) in ParseTextBackgroundStyle() function
59 TextBackgroundStyle ParseTextBackgroundStyle(uint32_t color, CBorderRadiuses radiusValue) in ParseTextBackgroundStyle() function
120 auto textBackgroundStyle = ParseTextBackgroundStyle(color, radius, unit); in FfiOHOSAceFrameworkImageSpanTextBackgroundStyle()
126 auto textBackgroundStyle = ParseTextBackgroundStyle(color, radius); in FfiOHOSAceFrameworkImageSpanTextBackgroundStyleBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_container_span.cpp24 auto textBackgroundStyle = JSContainerSpan::ParseTextBackgroundStyle(info); in SetTextBackgroundStyle()
28 TextBackgroundStyle JSContainerSpan::ParseTextBackgroundStyle(const JSCallbackInfo& info) in ParseTextBackgroundStyle() function in OHOS::Ace::Framework::JSContainerSpan
H A Djs_container_span.h33 static TextBackgroundStyle ParseTextBackgroundStyle(const JSCallbackInfo& info);
H A Djs_image_span.cpp88 auto textBackgroundStyle = JSContainerSpan::ParseTextBackgroundStyle(info); in SetTextBackgroundStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1586 auto textBackgroundValue = JSContainerSpan::ParseTextBackgroundStyle(info); in ParseJSBackgroundColorSpan()