Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilebuf.cc126 float pos_ex, pos_ey, tex_sx, tex_sy, tex_ex, tex_ey; in add_unscaled() local
130 tex_sx, tex_sy, tex_ex, tex_ey, in add_unscaled()
137 rect.set_tex(tex_sx, tex_sy, tex_ex, tex_ey); in add_unscaled()
146 float pos_ex, pos_ey, tex_sx, tex_sy, tex_ex, tex_ey; in add() local
150 tex_sx, tex_sy, tex_ex, tex_ey, in add()
157 rect.set_tex(tex_sx, tex_sy, tex_ex, tex_ey); in add()
192 float pos_ex, pos_ey, tex_sx, tex_sy, tex_ex, tex_ey; in add() local
196 tex_sx, tex_sy, tex_ex, tex_ey, in add()
217 rect.set_tex(tex_sx, tex_sy, tex_ex, tex_ey); in add()
H A Dtiletex.h61 float &tex_ex, float &tex_ey,
80 float &tex_ex, float &tex_ey, in get_coords() argument
116 tex_ey = (inf.ey + ey - pos_ey_adjust) / fheight; in get_coords()
H A Dglwrapper.h77 tex_sx(0.0f), tex_sy(0.0f), tex_ex(0.0f), tex_ey(0.0f), in pos_sx()
85 tex_ey = ey; in set_tex()
101 float tex_sx, tex_sy, tex_ex, tex_ey; variable
H A Dglwrapper-ogl.cc607 m_texture_buffer[last + 1].set(rect.tex_sx, rect.tex_ey); in add_rect()
609 m_texture_buffer[last + 3].set(rect.tex_ex, rect.tex_ey); in add_rect()
669 m_texture_buffer[last + 1].set(rect.tex_ex, rect.tex_ey); in add_line()
H A Dfontwrapper-ft.cc845 float tex_ey = tex_sy + (float)m_max_advance.y / (float)(GLYPHS_PER_ROWCOL*charsz.y); in store() local
848 rect.set_tex(tex_sx, tex_sy, tex_ex, tex_ey); in store()