Home
last modified time | relevance | path

Searched refs:borderWidthProps (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp914 NG::BorderWidthProperty borderWidthProps; in GetBorderWidthProps() local
918 borderWidthProps = NG::BorderWidthProperty({ borderWidth, borderWidth, borderWidth, borderWidth }); in GetBorderWidthProps()
919 return borderWidthProps; in GetBorderWidthProps()
935 borderWidthProps.leftDimen = leftDimen; in GetBorderWidthProps()
939 borderWidthProps.rightDimen = rightDimen; in GetBorderWidthProps()
943 borderWidthProps.topDimen = topDimen; in GetBorderWidthProps()
947 borderWidthProps.bottomDimen = bottomDimen; in GetBorderWidthProps()
949 borderWidthProps.multiValued = true; in GetBorderWidthProps()
950 return borderWidthProps; in GetBorderWidthProps()
1903 std::optional<NG::BorderWidthProperty>& borderWidthProps, st in ParseBorderColorAndStyle()
1902 ParseBorderColorAndStyle(napi_env env, const std::shared_ptr<PromptAsyncContext>& asyncContext, std::optional<NG::BorderWidthProperty>& borderWidthProps, std::optional<NG::BorderColorProperty>& borderColorProps, std::optional<NG::BorderStyleProperty>& borderStyleProps) ParseBorderColorAndStyle() argument
1959 auto borderWidthProps = GetBorderWidthProps(env, asyncContext); GetPromptActionDialog() local
[all...]

Completed in 4 milliseconds