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 D | napi_common.cpp | 321 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 D | napi_common.h | 502 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 D | js_paragraph_builder.cpp | 146 if (GetTextStyleFromJS(env, argv[0], textStyle)) { in OnPushStyle()
|