Lines Matching refs:hidden
90 //find the time interval during which patha is hidden by pathb near a given crossing.
350 interruption_width(_("Fi_xed width:"), _("Size of hidden region of lower string"), "interruption_width", &wr, this, 3),
459 Interval hidden = findShadowedTime(gpaths[i0], flag_j, ti, width/2);
461 if (hidden.max() > period ) hidden -= period;
462 if (hidden.min()<0){
463 dom = complementOf( Interval(0,hidden.max()) ,dom);
464 dom = complementOf( Interval(hidden.min()+period, period) ,dom);
466 dom = complementOf(hidden,dom);
472 //If the all component is hidden, continue.