Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilebuf.cc124 float pos_sx = x; in add_unscaled() local
129 pos_sx, pos_sy, pos_ex, pos_ey, in add_unscaled()
136 GLWPrim rect(pos_sx, pos_sy, pos_ex, pos_ey); in add_unscaled()
144 float pos_sx = x; in add() local
149 pos_sx, pos_sy, pos_ex, pos_ey, in add()
156 GLWPrim rect(pos_sx, pos_sy, pos_ex, pos_ey); in add()
190 float pos_sx = x; in add() local
195 pos_sx, pos_sy, pos_ex, pos_ey, in add()
216 GLWPrim rect(pos_sx, pos_sy, pos_ex, pos_ey, pos_z); in add()
297 GLWPrim rect(pos_sx, pos_sy, pos_ex, pos_ey); in add()
[all …]
H A Dtiletex.h58 float &pos_sx, float &pos_sy,
77 float &pos_sx, float &pos_sy, in get_coords() argument
108 pos_sx += (ofs_x + inf.offset_x + size_ox) / tile_x; in get_coords()
110 pos_ex = pos_sx + (inf.ex - inf.sx) / tile_x; in get_coords()
H A Dglwrapper.h76 pos_sx(sx), pos_sy(sy), pos_ex(ex), pos_ey(ey), pos_z(z), in pos_sx() function
100 float pos_sx, pos_sy, pos_ex, pos_ey, pos_z; variable
H A Dfontwrapper-ft.cc836 float pos_sx = x + glyph.offset * density_mult; in store() local
838 float pos_ex = pos_sx + this_width * density_mult; in store()
847 GLWPrim rect(pos_sx, pos_sy, pos_ex, pos_ey); in store()
876 const float pos_sx = x + glyph.offset * density_mult; in store() local
878 GLWPrim bg_rect(pos_sx, y, pos_sx + bg_width, y + bg_height); in store()
H A Dtilereg-map.cc86 float pos_sx = (m_win_start.x - m_min_gx); in pack_buffers() local
92 m_buf_lines.add_square(pos_sx*dx, pos_sy*dy, pos_ex*dx + 1, pos_ey*dy + 1, in pack_buffers()
H A Dglwrapper-ogl.cc596 m_position_buffer[last ].set(rect.pos_sx, rect.pos_sy, rect.pos_z); in add_rect()
597 m_position_buffer[last + 1].set(rect.pos_sx, rect.pos_ey, rect.pos_z); in add_rect()
660 m_position_buffer[last ].set(rect.pos_sx, rect.pos_sy, rect.pos_z); in add_line()
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dpianoroll.py206 pos_sx, pos_sy = piano.snap(pos_x, pos_y)
208 if pos_sx + width > piano.grid_width + piano.piano_width:
213 self.moving_diff = (pos_x-pos_sx, pos_y-pos_sy)
214 self.setPos(pos_sx, pos_sy)
216 self.updateNoteInfo(pos_sx, pos_sy)