Home
last modified time | relevance | path

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

/dports/graphics/grafx2/grafx2/src/
H A Dconst.h253 PAINTBRUSH_SHAPE_MAX ///< Upper limit. enumerator
H A Dbuttons.c5374 if (Brush_container[index].Paintbrush_shape < PAINTBRUSH_SHAPE_MAX) in Display_stored_brush_in_window()
5412 if (Brush_container[index].Paintbrush_shape < PAINTBRUSH_SHAPE_MAX) in Store_brush()
5415 Brush_container[index].Paintbrush_shape = PAINTBRUSH_SHAPE_MAX; in Store_brush()
5579 if (shape == PAINTBRUSH_SHAPE_MAX) in Restore_brush()
H A Dinit.c2452 Brush_container[i].Paintbrush_shape=PAINTBRUSH_SHAPE_MAX; in Init_brush_container()