Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c1870 static int brush_scroll; variable
2311 thing_scroll = &brush_scroll; in mainloop()
3144 thing_scroll = &brush_scroll; in mainloop()
3165 thing_scroll = &brush_scroll; in mainloop()
8767 if (brush_scroll > 0) in draw_brushes()
8779 if (brush_scroll < num_brushes - most - TOOLOFFSET) in draw_brushes()
8797 for (brush = brush_scroll; brush < brush_scroll + max; brush++) in draw_brushes()
8799 i = brush - brush_scroll; in draw_brushes()
25346 brush_scroll = 0; in claim_to_be_ready()