Searched refs:tc_clip1_top (Results 1 – 5 of 5) sorted by relevance
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/ |
H A D | Preset.pm | 25 sub tc_clip1_top { shift->{tc_clip1_top} } subroutine 42 sub set_tc_clip1_top { shift->{tc_clip1_top} = $_[1] } 63 my ( $tc_clip1_top, $tc_clip1_bottom, $tc_clip1_left, $tc_clip1_right ) 81 tc_clip1_top => $tc_clip1_top,
|
H A D | Config.pm | 389 tc_clip1_top => 0, 452 tc_clip1_top => 0, 468 tc_clip1_top => 0, 484 tc_clip1_top => 0, 500 tc_clip1_top => 0, 516 tc_clip1_top => 0, 532 tc_clip1_top => 0, 548 tc_clip1_top => 0, 564 tc_clip1_top => 0, 580 tc_clip1_top => 0, [all …]
|
H A D | Title.pm | 127 sub tc_clip1_top { shift->{tc_clip1_top} } subroutine 297 or $self->tc_clip1_top % 2 331 tc_clip1_top => 0, 596 $self->{tc_clip1_top} = $value; 974 if $self->tc_clip1_top % 2 1484 $clip_top = $self->tc_clip1_top; 2518 my $clip1 = ( $self->tc_clip1_top || 0 ) . "," 3365 $top = $self->tc_clip1_top; 3425 $top = $self->tc_clip1_top; 4112 = $self->height - $self->tc_clip1_top - $self->tc_clip1_bottom; [all …]
|
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/GUI/ |
H A D | Filters.pm | 604 ( $title->height - $title->tc_clip1_top 613 $y1 += $title->tc_clip1_top; 615 $y2 += $title->tc_clip1_top;
|
H A D | ZoomCalculator.pm | 341 tc_clip1_top => $result->{clip1_top},
|