Searched refs:ystart (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp401 const char* ystart = strchr(data, ','); local
402 if(!ystart)
404 ++ystart;
405 if(!*ystart)
408 p.y = (float)atof(ystart);

Completed in 106 milliseconds