Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Dscreen.h116 void scr_putrect(int x, int y, int br, int h, Uint8 colr, Uint8 colg, Uint8 col, Uint8 alpha);
H A Dmenusys.cc437 scr_putrect(x,y, nlen * FONTMAXWID, FONTHEI, col_r, col_g, col_b, 255); in draw_input_box()
H A Dscreen.cc935 scr_putrect(int x, int y, int br, int h, Uint8 colr, Uint8 colg, Uint8 colb, Uint8 alpha) in scr_putrect() function
1727 scr_putrect((SCREENWID / 2) - (32 / 2), (SCREENHEI / 2) - 16, 32, 16, in scr_drawedit()