Lines Matching full:pwidth
4335 char *ctx, *pWidth, *pHeight;4350 pWidth = strtok_r(resStr_copy, sep, &ctx);4352 if ( NULL != pWidth )4354 width = atoi(pWidth);