Searched refs:isPointYOk (Results 1 – 2 of 2) sorted by relevance
269 const bool isPointYOk = ConvertFromJsValue(env, tempValue, pointY); in MakePoints() local270 if (!(isPointXOk && isPointYOk)) { in MakePoints()
896 bool isPointYOk = ConvertFromJsValue(env, tempValue, pointY); in OnMakePoints() local897 if (!(isPointXOk && isPointYOk)) { in OnMakePoints()