Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilebuf.cc73 void VertBuffer::set_tex(const GenericTexture *new_tex) in set_tex() function in VertBuffer
137 rect.set_tex(tex_sx, tex_sy, tex_ex, tex_ey); in add_unscaled()
157 rect.set_tex(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 Dloading-screen.cc19 m_buf.set_tex(&m_img); in UIShrinkableImage()
36 rect.set_tex(0, 0, (float)m_img.orig_width()/m_img.width(), in _render()
H A Dtilebuf.h38 void set_tex(const GenericTexture *tex);
H A Dglwrapper.h80 inline void set_tex(float sx, float sy, float ex, float ey) in set_tex() function
H A Dfontwrapper-ft.cc405 rect.set_tex(tex_x, tex_y, tex_x2, tex_y2); in render_textblock()
848 rect.set_tex(tex_sx, tex_sy, tex_ex, tex_ey); in store()
H A Dui.cc1059 tb.set_tex(&tiles.get_image_manager()->m_textures[get_tile_texture(m_tile.tile)]); in _render()
1741 tb.set_tex(&tiles.get_image_manager()->m_textures[TEX_GUI]); in _render()
2353 m_tile_buf[i].set_tex(&tiles.get_image_manager()->m_textures[i]); in PlayerDoll()
H A Dprecision-menu.cc914 m_tile_buf[i].set_tex(&tiles.get_image_manager()->m_textures[i]); in TextTileItem()
H A Dmenu.cc81 m_tile_buf[i].set_tex(&m_image->m_textures[i]); in UIMenu()