Home
last modified time | relevance | path

Searched refs:GetTextStyleFromJS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp321 bool GetTextStyleFromJS(napi_env env, napi_value argValue, TextStyle& textStyle) in GetTextStyleFromJS() function
342 if (tempValue != nullptr && GetTextStyleFromJS(env, tempValue, textStyle)) { in GetParagraphStyleFromJS()
484 if (tempValue != nullptr && GetTextStyleFromJS(env, tempValue, tempTextStyle)) { in GetRunMetricsFromJS()
H A Dnapi_common.h502 bool GetTextStyleFromJS(napi_env env, napi_value argValue, TextStyle& textStyle);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_builder_napi/
H A Djs_paragraph_builder.cpp146 if (GetTextStyleFromJS(env, argv[0], textStyle)) { in OnPushStyle()