Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcircuit.h1466 Boolean showclipmasks; /* draw clipmask shape outlines */ member
H A Dxcircuit.c1270 newwindow->showclipmasks = True; in create_new_window()
H A Dcairo.c486 if (!(style & CLIPMASK) || (areawin->showclipmasks == TRUE)) { in xc_cairo_strokepath()
H A Dfunctions.c2455 if (!(style & CLIPMASK) || (areawin->showclipmasks == TRUE) || in strokepath()
H A Dtclxcircuit.c6806 Tcl_SetResult(interp, (areawin->showclipmasks) ? "show" : "hide", NULL); in xctcl_config()
6818 areawin->showclipmasks = (Boolean) tmpint; in xctcl_config()
/dports/cad/xcircuit/xcircuit-3.10.30/lib/tcl/
H A Dwrapper.tcl209 set XCWinOps(${name},showclipmasks) show
2783 -variable XCWinOps(${window},showclipmasks) \
2785 {xcircuit::config clipmasks $XCWinOps($XCOps(focus),showclipmasks)}