Home
last modified time | relevance | path

Searched refs:last_pos_x (Results 1 – 4 of 4) sorted by relevance

/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dkey_grabber.c83 gint last_pos_x = config_getint ("x_pos"); in generate_animation_positions() local
102 … (gint)(screen_width + (last_pos_x - screen_width) * animation_ease_function_up(i, 32)); in generate_animation_positions()
105 … (gint)(screen_width + (last_pos_x - screen_width) * animation_ease_function_down(i, 32)); in generate_animation_positions()
110 … (gint)(-last_width + (last_pos_x - -last_width) * animation_ease_function_up(i, 32)); in generate_animation_positions()
113 … (gint)(-last_width + (last_pos_x - -last_width) * animation_ease_function_down(i, 32)); in generate_animation_positions()
118 animation_coordinates[ANIMATION_UP][ANIMATION_X][i] = last_pos_x; in generate_animation_positions()
121 animation_coordinates[ANIMATION_DOWN][ANIMATION_X][i] = last_pos_x; in generate_animation_positions()
127 animation_coordinates[ANIMATION_UP][ANIMATION_X][i] = last_pos_x; in generate_animation_positions()
130 animation_coordinates[ANIMATION_DOWN][ANIMATION_X][i] = last_pos_x; in generate_animation_positions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl78 my $last_pos_x = "";
689 my $pos_x = $last_pos_x;
694 $op =~ s/__last_x__/$last_pos_x/g;
708 $last_pos_x = $pos_x;
782 $last_pos_x = "";
843 my %points = ( 'x' => $last_pos_x, 'y' => $last_pos_y );
851 $last_pos_x = value( $attr{'x'} );
854 $last_pos_x *= ( value( 'w' ) / $path_w ) if ( defined( $path_w ) );
858 my %points = ( 'x' => $last_pos_x, 'y' => $last_pos_y );
862 add_point_to_path( $last_pos_x, $last_pos_y );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl78 my $last_pos_x = "";
689 my $pos_x = $last_pos_x;
694 $op =~ s/__last_x__/$last_pos_x/g;
708 $last_pos_x = $pos_x;
782 $last_pos_x = "";
843 my %points = ( 'x' => $last_pos_x, 'y' => $last_pos_y );
851 $last_pos_x = value( $attr{'x'} );
854 $last_pos_x *= ( value( 'w' ) / $path_w ) if ( defined( $path_w ) );
858 my %points = ( 'x' => $last_pos_x, 'y' => $last_pos_y );
862 add_point_to_path( $last_pos_x, $last_pos_y );
[all …]
/dports/emulators/fuse/fuse-1.6.0/ui/gtk/
H A Dgtkmouse.c54 static gdouble last_pos_x = 0; variable
62 *rel_x = x - last_pos_x; in mouse_motion_relative()
70 last_pos_x = x; in mouse_motion_relative()