Home | History | Annotate | Download | only in camera

Lines Matching defs:pEnd

206     char *pEnd = NULL;
244 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
247 if ( sep != *pEnd )
255 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
258 if ( sep != *pEnd )
266 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
269 if ( sep != *pEnd )
277 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
280 if ( sep != *pEnd )
288 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
291 if ( endToken != *pEnd )