Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h938 void blend_indexed(int start, int step, int cnt, unsigned char *rgb,
H A Dmainwindow.c2303 if (g->rgb) blend_indexed(start, step, cnt, g->rgb, mem_img[CHN_IMAGE] + l, in grad_render()
H A Dmemory.c9650 void blend_indexed(int start, int step, int cnt, unsigned char *rgb, in blend_indexed() function