Searched refs:pWidth (Results 1 – 2 of 2) 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()
4335 char *ctx, *pWidth, *pHeight; in parseResolution() local4350 pWidth = strtok_r(resStr_copy, sep, &ctx); in parseResolution()4352 if ( NULL != pWidth ) in parseResolution()4354 width = atoi(pWidth); in parseResolution()