Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpiscissorstool.c84 #define EXTEND_BY 0.2 /* proportion to expand cost map by */ macro
1528 ewidth = (x2 - x1) * EXTEND_BY + FIXED; in calculate_segment()
1529 eheight = (y2 - y1) * EXTEND_BY + FIXED; in calculate_segment()