Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dbuttons.c5424 int brush_offset_x=0, brush_offset_y=0; in Store_brush() local
5432 brush_offset_x = (Paintbrush_width-BRUSH_CONTAINER_PREVIEW_WIDTH)/2; in Store_brush()
5438 …ndex].Thumbnail[y][x]=Paintbrush_sprite[((y+brush_offset_y)*MAX_PAINTBRUSH_SIZE)+x+brush_offset_x]; in Store_brush()