Home
last modified time | relevance | path

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

/dports/graphics/vcg/vcg.1.30/src/
H A Dfolding.c869 NINVISIBLE(v) = k;
903 if (NINVISIBLE(v)!=k) return;
905 NINVISIBLE(v) = 0;
1004 if (NSGRAPH(v) && (NINVISIBLE(v)==UNFOLDED_SGRAPH))
2039 switch (NINVISIBLE(v)) {
2042 while (NINVISIBLE(w)==UNFOLDED_SGRAPH) {
2045 if (NINVISIBLE(w)==FOLDED_SGNODE)
2448 v,(NTITLE(v)?NTITLE(v):"(null)"),NINVISIBLE(v),
H A Dalloc.c329 NINVISIBLE(h) = 0; in internal_nodealloc()
554 NINVISIBLE(h) = 1;
609 NINVISIBLE(h) = 1;
H A Dalloc.h517 #define NINVISIBLE(x) ((x)->invisible) macro
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrhigh.c510 if (ni->proto->primindex != 0 && (ni->proto->userbits&NINVISIBLE) != 0) in us_selectarea()
962 if ((ni->proto->userbits&NINVISIBLE) != 0) continue; in us_gethighlighted()
1218 if ((ni->proto->userbits&NINVISIBLE) != 0) continue; in us_getallhighlighted()
H A Dusrcomek.c877 if (ni->proto->primindex != 0 && (ni->proto->userbits&NINVISIBLE) != 0) in us_find()
H A Dusrmisc.c378 np->userbits &= ~NINVISIBLE; in us_figuretechselectability()
390 if (k >= j) np->userbits |= NINVISIBLE; in us_figuretechselectability()
H A Dusrnet.c9400 if (ni->proto->primindex != 0 && (ni->proto->userbits&NINVISIBLE) != 0) in us_checkoutobject()
10533 if (ni->proto->primindex != 0 && (ni->proto->userbits&NINVISIBLE) != 0) in us_getclosest()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h64 #define NINVISIBLE 020000000000 /* set if primitive is invisible */ macro