Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h983 void mem_seg_scan(unsigned char *dest, int y, int x, int w, int zoom,
H A Dmainwindow.c2876 mem_seg_scan(lbuf, yy, wx, ww, zoom, seg_preview); in draw_segments()
2888 mem_seg_scan(lbuf, ++yy, wx, ww, zoom, seg_preview); in draw_segments()
H A Dmemory.c10800 void mem_seg_scan(unsigned char *dest, int y, int x, int w, int zoom, in mem_seg_scan() function