Searched refs:pWidth (Results 1 – 1 of 1) sorted by relevance
3215 char *ctx, *pWidth, *pHeight; in parseResolution() local3232 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx); in parseResolution()3234 if ( NULL != pWidth ) in parseResolution()3236 width = atoi(pWidth); in parseResolution()