Searched refs:sWidth (Results 1 – 1 of 1) sorted by relevance
59 AString sWidth; in getMeasureSize() local61 if (!splitString(minSize, "x", &sWidth, &sHeight)) { in getMeasureSize()62 if (!splitString(minSize, "*", &sWidth, &sHeight)) { in getMeasureSize()67 *width = strtol(sWidth.c_str(), NULL, 10); in getMeasureSize()