Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dvcode.c5468 #define WRAPBOX_W 5 macro
5490 nr = (cnt + WRAPBOX_W - 1) / WRAPBOX_W; in wrapbox_size_req()
5491 cnt = nr > 1 ? WRAPBOX_W : cnt; in wrapbox_size_req()
5522 nr = (cnt + WRAPBOX_W - 1) / WRAPBOX_W; in wrapbox_size_alloc()
5523 cnt = nr > 1 ? WRAPBOX_W : cnt; in wrapbox_size_alloc()
5543 wall.x = alloc->x + l + (w + spacing) * (idx % WRAPBOX_W); in wrapbox_size_alloc()
5544 wall.y = alloc->y + l + (h + spacing) * (idx / WRAPBOX_W); in wrapbox_size_alloc()