Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Donscreen_keyboard.c1163 static SDL_Surface *stretch_surface(SDL_Surface * orig, int width) in stretch_surface() function
1271 skey = stretch_surface(keyboard->button_down, key.width * keyboard->button_down->w); in draw_key()
1274 skey = stretch_surface(keyboard->button_hold, key.width * keyboard->button_hold->w); in draw_key()
1281 skey = stretch_surface(keyboard->button_off, key.width * keyboard->button_off->w); in draw_key()
1283 skey = stretch_surface(keyboard->button_nav, key.width * keyboard->button_nav->w); in draw_key()
1286 skey = stretch_surface(keyboard->button_up, key.width * keyboard->button_up->w); in draw_key()
1290 skey = stretch_surface(keyboard->button_off, key.width * keyboard->button_off->w); in draw_key()