Home
last modified time | relevance | path

Searched refs:prev_y (Results 501 – 510 of 510) sorted by relevance

1...<<21

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php6845 $prev_y = $this->y;
6846 if ($this->checkPageBreak($h, $y) OR ($this->y < $prev_y)) {
18912 $prev_y = $this->y;
18913 …$this->checkPageBreak(((2 * $cp) + (2 * $cs) + $this->lasth), '', false) OR ($this->y < $prev_y)) {
20131 $prev_y = $this->y;
20317 $this->y = $prev_y;
20599 $prev_y = $this->y;
20615 $this->y = $prev_y;
20689 $prev_y = $this->y;
20691 if ($this->checkPageBreak($h) OR ($this->y < $prev_y)) {
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp2941 int prev_y = parts[ x_parts[ 0 ] ].mount.y; in find_lines_of_parts() local
2946 if( std::abs( parts[ x_parts[ i ] ].mount.y - prev_y ) > 1 ) { in find_lines_of_parts()
2954 prev_y = parts[ x_parts[ i ] ].mount.y; in find_lines_of_parts()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp2941 int prev_y = parts[ x_parts[ 0 ] ].mount.y; in find_lines_of_parts() local
2946 if( std::abs( parts[ x_parts[ i ] ].mount.y - prev_y ) > 1 ) { in find_lines_of_parts()
2954 prev_y = parts[ x_parts[ i ] ].mount.y; in find_lines_of_parts()
/dports/games/barony/Barony-3.3.7/src/
H A Deditor.cpp42 real_t prev_y = 0; variable
2088 … if ( selectedEntity->x / 16 != prev_x || selectedEntity->y / 16 != prev_y || duplicatedSprite ) in main()
2131 prev_y = entity->y / 16; in main()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-icon-container.c2785 && (int) band_info->prev_x == x && (int) band_info->prev_y == y && !adj_changed) in rubberband_timeout_callback()
2844 band_info->prev_y = y; in rubberband_timeout_callback()
2918 …band_info->prev_y = event->y - gtk_adjustment_get_value (gtk_scrollable_get_vadjustment (GTK_SCROL… in start_rubberbanding()
/dports/japanese/font-mona-ipa/opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8/opvp/
H A DHPPageColor.c354 int prev_y; member
/dports/japanese/font-mplus-ipa/mixfont-mplus-ipa-TrueType-20060520p1/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/opvp/
H A DHPPageColor.c354 int prev_y; member
/dports/german/BBBike/BBBike-3.18/
H A Dbbbike15150 my($prev_x, $prev_y) = @{$realcoords[-2]};
15153 my $prev_hoehe = $hoehe{"$prev_x,$prev_y"};
15222 for my $cat (@{ $comments_net->{Net}{"$prev_x,$prev_y"}{"$x,$y"} }) {
15230 my $r = $comments_net->get_street_record("$prev_x,$prev_y",
15236 ([$prev_x,$prev_y],[$x,$y]);
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/
H A DChangeLog1980 - WINGs: removed prev_y variable not used
/dports/x11-wm/libwraster/WindowMaker-0.95.9/
H A DChangeLog1980 - WINGs: removed prev_y variable not used

1...<<21