Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h820 int sb_dist; // Distance measure variable
H A Dmemory.c4239 int sb_dist = DIST_L1; variable
4334 if (sb_dist != DIST_LINF) continue; in shapeburst()
4452 if (sb_dist != DIST_L2) /* Use simple distance algorithm */ in init_sb()
4479 maxd = sb_dist != DIST_L2 ? shapeburst() : shapeburst_m(); in render_sb()
H A Dotherwindow.c2504 TLLABEL(_("Distance type"), 2, 2), TLOPTv(dist_txt, 3, sb_dist, 3, 2),