Lines Matching defs:xPos
110 cJSON* xPos = cJSON_GetArrayItem(eventArray, 0);111 if (!cJSON_IsNumber(xPos)) {112 MMI_HILOGE("The xPos is not number");116 pos.xPos = xPos->valueint;142 GetJsonData(eventInfo, "xPos", event.xPos);183 ss << "pos(" << xPos << "," << yPos << ")";203 << ",xPos:" << xPos