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

/haiku/src/libs/glut/
H A Dbeos_x11.cpp72 ReadInteger(char *string, char **NextString) function
110 tempWidth = ReadInteger(strind, &nextCharacter);
119 tempHeight = ReadInteger(strind, &nextCharacter);
129 tempX = -ReadInteger(strind, &nextCharacter);
138 tempX = ReadInteger(strind, &nextCharacter);
147 tempY = -ReadInteger(strind, &nextCharacter);
157 tempY = ReadInteger(strind, &nextCharacter);

Completed in 31 milliseconds