Home | History | Annotate | Download | only in camera

Lines Matching refs:pEnd

208     char *pEnd = NULL;
246 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
249 if ( sep != *pEnd )
257 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
260 if ( sep != *pEnd )
268 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
271 if ( sep != *pEnd )
279 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
282 if ( sep != *pEnd )
290 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
293 if ( endToken != *pEnd )