Searched refs:pointObj (Results 1 – 1 of 1) sorted by relevance
971 int32_t GetPointProperties(napi_env env, napi_value pointObj, Point &point) in GetPointProperties() argument979 if ((QueryAndGetInputProperty(env, pointObj, "x", propertyX) == 0) && in GetPointProperties()980 (QueryAndGetInputProperty(env, pointObj, "y", propertyY) == 0)) { in GetPointProperties()