Searched refs:widthHeight (Results 1 – 1 of 1) sorted by relevance
876 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, in parseWidthHeight() argument882 width = strtol(widthHeight, &end, 10); in parseWidthHeight()883 if (end == widthHeight || *end != 'x' || *(end+1) == '\0') { in parseWidthHeight()