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