Home
last modified time | relevance | path

Searched refs:magtextcoordbuffer (Results 1 – 1 of 1) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxrender.cpp151 GLfloat *magtextcoordbuffer = (GLfloat *)malloc(magbuffersize); variable
780 magtextcoordbuffer[t++] = (float)tx * tscale; in DrawCells()
781 magtextcoordbuffer[t++] = (float)ty * tscale; in DrawCells()
782 magtextcoordbuffer[t++] = (float)(tx + 1) * tscale; in DrawCells()
783 magtextcoordbuffer[t++] = (float)ty * tscale; in DrawCells()
784 magtextcoordbuffer[t++] = (float)tx * tscale; in DrawCells()
785 magtextcoordbuffer[t++] = (float)(ty + 1) * tscale; in DrawCells()
787 magtextcoordbuffer[t++] = (float)(tx + 1) * tscale; in DrawCells()
788 magtextcoordbuffer[t++] = (float)ty * tscale; in DrawCells()
789 magtextcoordbuffer[t++] = (float)tx * tscale; in DrawCells()
[all …]