Home
last modified time | relevance | path

Searched refs:GetPointFromJsValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.h336 inline void GetPointFromJsValue(napi_env env, napi_value argValue, Drawing::Point& point) in GetPointFromJsValue() function
H A Dnapi_common.cpp241 GetPointFromJsValue(env, pointValue, offset); in ScanShadowValue()