Home
last modified time | relevance | path

Searched refs:PALETTE_SWATCH_Y (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dtoolbar.c755 pindex = (mouse->y - PALETTE_SWATCH_Y) / PALETTE_SWATCH_H; in motion_palette()
800 if (py < PALETTE_SWATCH_Y) return (TRUE); in click_palette()
801 pindex = (py - PALETTE_SWATCH_Y) / PALETTE_SWATCH_H; in click_palette()
H A Dmemory.h39 #define PALETTE_SWATCH_Y 1 macro
54 #define PALETTE_HEIGHT (PALETTE_SWATCH_H * 256 + PALETTE_SWATCH_Y * 2)
H A Dcanvas.c1256 mem_cols * PALETTE_SWATCH_H + PALETTE_SWATCH_Y * 2 }; in update_stuff()
H A Dmemory.c2144 PALETTE_SWATCH_Y * PALETTE_W3; in repaint_swatch()