Searched refs:napiPinchCenterX (Results 1 – 1 of 1) sorted by relevance
456 napi_value napiPinchCenterX = GetNamedProperty(env_, objValueClickEvent, "pinchCenterX"); in AddGestureEventInfoTwo() local457 if (GetValueType(env_, napiPinchCenterX) != napi_null) { in AddGestureEventInfoTwo()458 … napi_create_double(env_, gestureEventInfo.GetPinchCenter().GetX() / scale, &napiPinchCenterX); in AddGestureEventInfoTwo()459 napi_set_named_property(env_, objValueClickEvent, "pinchCenterX", napiPinchCenterX); in AddGestureEventInfoTwo()