Home
last modified time | relevance | path

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

/dports/games/abuse_sdl/abuse-0.8/src/
H A Ddevsel.cpp22 void scale_put(image *im, image *screen, int x, int y, short new_width, short new_height);
123 else scale_put(&im,screen,xo,yo,xw,ya); in scroll_event()
130 scale_put(the_game->get_bg(i)->im,screen,xo,yo,xw,ya); in scroll_event()
136 scale_put(&im,screen,xo,yo,xw,ya); in scroll_event()
H A Dstatbar.cpp40 void scale_put(image *im, image *screen, int x, int y, short new_width, short new_height);
88 scale_put(cache.img(offset[n]),screen,x,y,dw,dh); in draw_num()
92 scale_put(cache.img(offset[n]),screen,x,y,dw,dh); in draw_num()
96 scale_put(cache.img(offset[num]),screen,x,y,dw,dh); in draw_num()
135 scale_put(sb,screen,sx,sy,sb_w,sb_h); in redraw()
H A Dendgame.cpp146 void scale_put (image *im, image *screen, int x, int y, short new_width, short new_height);
H A Dlevel.cpp1643 void scale_put(image *im, image *screen, int x, int y, short new_width, short new_height);
1649 scale_put(im,i,0,0,160,100); in write_thumb_nail()
H A Ddev.cpp370 void scale_put(image *im, image *screen, int x, int y, short new_width, short new_height) in scale_put() function
3013 scale_put(im,me->screen,me->x1()+(i%w)*tw, in draw()