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

/haiku/src/apps/glteapot/
H A DFPS.h15 static void drawChar(GLfloat x, GLfloat y, GLint number);
H A DFPS.cpp18 FPS::drawChar(GLfloat x, GLfloat y, GLint number) function in class:FPS
108 drawChar(pos, 0, (ifps / number) % 10);
116 drawChar(pos, 0, 10);
118 drawChar(pos, 0, 11);
120 drawChar(pos, 0, 12);

Completed in 36 milliseconds