Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dotherwindow.c2224 if (dt->mode) n = n ? GRAD_TYPE_CONST : GRAD_TYPE_RGB; in ged_event()
2380 static const char gtmap[NUM_GTYPES * 2] = { GRAD_TYPE_RGB, 1, GRAD_TYPE_RGB, 2,
2383 static const char opmap[NUM_OTYPES] = { GRAD_TYPE_RGB, GRAD_TYPE_CONST,
2547 static int pickg_grad = GRAD_TYPE_RGB, pickg_cspace = CSPACE_LXN;
H A Dmemory.h239 #define GRAD_TYPE_RGB 0 macro
H A Dmemory.c2076 graddata[i].gtype = GRAD_TYPE_RGB; in mem_init()