Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp619 napi_value borderRadiusApi = nullptr; member
959 napi_typeof(env, asyncContext->borderRadiusApi, &valueType); in GetBorderRadiusProps()
964 if (ParseNapiDimensionNG(env, borderRadius, asyncContext->borderRadiusApi, DimensionUnit::VP, true)) { in GetBorderRadiusProps()
973 napi_get_named_property(env, asyncContext->borderRadiusApi, "topLeft", &topLeft); in GetBorderRadiusProps()
974 napi_get_named_property(env, asyncContext->borderRadiusApi, "topRight", &topRight); in GetBorderRadiusProps()
975 napi_get_named_property(env, asyncContext->borderRadiusApi, "bottomLeft", &bottomLeft); in GetBorderRadiusProps()
976 napi_get_named_property(env, asyncContext->borderRadiusApi, "bottomRight", &bottomRight); in GetBorderRadiusProps()
1215 napi_get_named_property(env, argv[index], "cornerRadius", &asyncContext->borderRadiusApi); in GetNapiNamedProperties()

Completed in 5 milliseconds