Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dcanvas.c918 sb = STROKE_GRADIENT; in pressed_rectangle()
1029 if (STROKE_GRADIENT) in cut_clip()
2429 ((tool_type == TOOL_CLONE) || !STROKE_GRADIENT)) in rec_continuous()
2736 if (STROKE_GRADIENT) in line_to_gradient()
2908 if (STROKE_GRADIENT) grad_stroke(x, y); in do_tool_action()
2963 if (STROKE_GRADIENT) in do_tool_action()
H A Dmemory.h246 #define STROKE_GRADIENT (mem_gradient && (gradient[mem_channel].status == GRAD_NONE)) macro
H A Dmemory.c4800 sb = STROKE_GRADIENT; in flood_fill()
5001 if (STROKE_GRADIENT) in mem_ellipse()