Searched refs:tc_zoom_width (Results 1 – 5 of 5) sorted by relevance
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/ |
H A D | Preset.pm | 29 sub tc_zoom_width { shift->{tc_zoom_width} } subroutine 46 sub set_tc_zoom_width { shift->{tc_zoom_width} = $_[1] } 57 my ( $name, $title, $tc_zoom_width, $tc_zoom_height, $tc_fast_resize ) 85 tc_zoom_width => $tc_zoom_width,
|
H A D | Config.pm | 456 tc_zoom_width => 352, 472 tc_zoom_width => 352, 488 tc_zoom_width => 480, 504 tc_zoom_width => 480, 520 tc_zoom_width => 720, 536 tc_zoom_width => 352, 552 tc_zoom_width => 352, 568 tc_zoom_width => 352, 584 tc_zoom_width => 480, 600 tc_zoom_width => 480, [all …]
|
H A D | Title.pm | 131 sub tc_zoom_width { shift->{tc_zoom_width} } subroutine 303 or $self->tc_zoom_width % 2 628 $self->{tc_zoom_width} = $value; 1237 my $zoom_width = $self->tc_zoom_width || $from_width; 1363 target_width => ( $height ? $self->tc_zoom_width : undef ), 2890 my $zoom_width = $self->tc_zoom_width; 3398 my $new_width = $self->tc_zoom_width; 3450 my $new_width = $self->tc_zoom_width || $self->width; 4057 my $width = $self->tc_zoom_width; 4077 my $width = $self->tc_zoom_width; [all …]
|
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/GUI/ |
H A D | ZoomCalculator.pm | 337 { tc_zoom_width => $result->{zoom_width},
|
H A D | Filters.pm | 600 my $width_factor = $title->tc_zoom_width /
|