Searched refs:ConvertScreenDirectionInfoFromJs (Results 1 – 3 of 3) sorted by relevance
31 bool ConvertScreenDirectionInfoFromJs(napi_env env, napi_value jsObject, ScreenDirectionInfo& direc…
219 bool ConvertScreenDirectionInfoFromJs(napi_env env, napi_value jsObject, ScreenDirectionInfo& direc… in ConvertScreenDirectionInfoFromJs() function
442 if (!ConvertScreenDirectionInfoFromJs(env, nativeObject, directionInfo)) { in OnUpdateScreenRotationProperty()