Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxvtable.c50 static void _xwin_blit_anywhere(BITMAP *src, BITMAP *dst, int sx, int sy,
251 vtable->blit_from_memory = _xwin_blit_anywhere; in _xwin_replace_vtable()
252 vtable->blit_from_system = _xwin_blit_anywhere; in _xwin_replace_vtable()
253 vtable->blit_to_self = _xwin_blit_anywhere; in _xwin_replace_vtable()
254 vtable->blit_to_self_forward = _xwin_blit_anywhere; in _xwin_replace_vtable()
467 static void _xwin_blit_anywhere(BITMAP *src, BITMAP *dst, int sx, int sy, in _xwin_blit_anywhere() function