Searched refs:ParseTextBackgroundStyle (Results 1 – 5 of 5) sorted by relevance
44 TextBackgroundStyle ParseTextBackgroundStyle(uint32_t color, double radiusDouble, int32_t unit) in ParseTextBackgroundStyle() function59 TextBackgroundStyle ParseTextBackgroundStyle(uint32_t color, CBorderRadiuses radiusValue) in ParseTextBackgroundStyle() function120 auto textBackgroundStyle = ParseTextBackgroundStyle(color, radius, unit); in FfiOHOSAceFrameworkImageSpanTextBackgroundStyle()126 auto textBackgroundStyle = ParseTextBackgroundStyle(color, radius); in FfiOHOSAceFrameworkImageSpanTextBackgroundStyleBorder()
24 auto textBackgroundStyle = JSContainerSpan::ParseTextBackgroundStyle(info); in SetTextBackgroundStyle()28 TextBackgroundStyle JSContainerSpan::ParseTextBackgroundStyle(const JSCallbackInfo& info) in ParseTextBackgroundStyle() function in OHOS::Ace::Framework::JSContainerSpan
33 static TextBackgroundStyle ParseTextBackgroundStyle(const JSCallbackInfo& info);
88 auto textBackgroundStyle = JSContainerSpan::ParseTextBackgroundStyle(info); in SetTextBackgroundStyle()
1586 auto textBackgroundValue = JSContainerSpan::ParseTextBackgroundStyle(info); in ParseJSBackgroundColorSpan()