Home | History | Annotate | Download | only in tracing

Lines Matching full:bounds

219       if (this.model_.bounds.isEmpty) {
222 } else if (this.model_.bounds.range == 0) {
223 min = this.model_.bounds.min;
226 min = this.model_.bounds.min;
227 range = this.model_.bounds.range;
421 var bounds = this.selection.bounds;
422 if (!bounds.range)
425 var worldCenter = bounds.center;
426 var worldRangeHalf = bounds.range * 0.5;
440 var bounds = this.selection.bounds;
441 var worldCenter = bounds.center;
444 if (!bounds.range) {
445 if (this.viewport_.xWorldToView(bounds.center) < 0 ||
446 this.viewport_.xWorldToView(bounds.center) > viewWidth) {
453 var worldRangeHalf = bounds.range * 0.5;
460 this.viewport_.xPanWorldBoundsIntoView(bounds.min, bounds.max, viewWidth);
582 var tb = left ? this.selection_.bounds.min : this.selection_.bounds.max;
595 // Shift the timebase left until its just left of model_.bounds.min.
596 var numInterfvalsSinceStart = Math.ceil((tb - this.model_.bounds.min) /