Searched refs:rectStr (Results 1 – 1 of 1) sorted by relevance
173 static Rectangle parseRect(string rectStr);362 static Rectangle parseRect(string rectStr) in parseRect() argument367 istringstream in(rectStr); in parseRect()375 testPrintE("Error parsing format from: %s", rectStr.c_str()); in parseRect()380 testPrintE("Unknown graphic format in: %s", rectStr.c_str()); in parseRect()388 testPrintE("Invalid display frame in: %s", rectStr.c_str()); in parseRect()413 rectStr.c_str()); in parseRect()436 rectStr.c_str()); in parseRect()451 rectStr.c_str()); in parseRect()457 testPrintE("Error parsing color in: %s", rectStr.c_str()); in parseRect()[all …]