Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxvtable.c28 static GFX_VTABLE _xwin_vtable; variable
299 _xwin_vtable.putpixel(dst, dx, dy, color); in _xwin_putpixel()
307 _xwin_vtable.putpixel(dst, dx, dy, color); in _xwin_putpixel()
324 _xwin_vtable.hline(dst, dx1, dy, dx2, color); in _xwin_hline()
344 _xwin_vtable.hline(dst, dx1, dy, dx2, color); in _xwin_hline()
381 _xwin_vtable.vline(dst, dx, dy1, dy2, color); in _xwin_vline()
448 _xwin_vtable.clear_to_color(dst, color); in _xwin_clear_to_color()
453 _xwin_vtable.clear_to_color(dst, color); in _xwin_clear_to_color()
562 _xwin_vtable.draw_sprite(dst, src, dx, dy); in _xwin_draw_sprite()
569 _xwin_vtable.draw_sprite(dst, src, dx, dy); in _xwin_draw_sprite()
[all …]