Searched refs:screenWidth (Results 1 – 4 of 4) sorted by relevance
63 int32_t screenWidth = -1; in RandomInput() local65 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()69 int xSrcPosition = rand() % screenWidth; in RandomInput()71 int xDstPosition = rand() % screenWidth; in RandomInput()
41 int32_t screenWidth = -1; in RandomInput() local45 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()50 int xClickPosition = rand() % screenWidth; in RandomInput()
57 int32_t screenWidth = -1; in RandomInput() local59 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in RandomInput()63 int touchX = rand() % screenWidth; in RandomInput()
425 int32_t screenWidth = -1; in CheckPosition() local429 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight); in CheckPosition()434 …if (stoi(argumentlist[0]) > screenWidth || stoi(argumentlist[1]) > screenHeight || stoi(argumentli… in CheckPosition()