Searched refs:StringForPoint (Results 1 – 1 of 1) sorted by relevance
207 std::string StringForPoint(int x, int y) { in StringForPoint() function300 error_string.append(StringForPoint(screen_x, screen_y)); in ConvertPoint()302 error_string.append(StringForPoint(flipped_screen_x, flipped_screen_y)); in ConvertPoint()304 error_string.append(StringForPoint(window_x, window_y)); in ConvertPoint()306 error_string.append(StringForPoint(flipped_window_x, flipped_window_y)); in ConvertPoint()