Searched refs:xNapi (Results 1 – 1 of 1) sorted by relevance
962 napi_value xNapi = nullptr; in ParseTouchPoint() local963 napi_get_named_property(asyncCtx->env, touchPointNapi, "x", &xNapi); in ParseTouchPoint()964 std::optional<Dimension> dx = HandleDimensionType(xNapi, asyncCtx->env); in ParseTouchPoint()