Home
last modified time | relevance | path

Searched refs:rotate_cw (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/rezerwar/rezerwar-0.4.2/src/
H A Devents.c85 rotate_cw, in handle_events_keydown() enumerator
119 action = rotate_cw; in handle_events_keydown()
163 action = rotate_cw; in handle_events_keydown()
220 case rotate_cw: in handle_events_keydown()
/dports/devel/notcurses/notcurses-3.0.1/src/tetris/
H A Drotate.h8 curpiece_->rotate_cw(); in RotateCcw()
18 curpiece_->rotate_cw(); in RotateCw()
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/test/
H A Dtest_image.py17 image.rotate_cw()
19 image.rotate_cw()
/dports/games/xsc/xsc-1.6/
H A Dship.h79 void rotate_cw(const enum key_state);
91 Ship::rotate_cw(const enum key_state n) in rotate_cw() function
H A Dxsc.C215 ship->rotate_cw(KEY_DOWN); in handle_event()
290 ship->rotate_cw(KEY_UP); in handle_event()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/
H A DTestPfsRotate.cpp55 void rotate_cw(const InputType* input, in rotate_cw() function
96 rotate_cw(inputVector.data(), in TEST_P()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dlive_view.c77 GtkWidget *live_view, *live_view_zoom, *rotate_ccw, *rotate_cw, *flip; member
150 dt_accel_connect_button_lib(self, "rotate 90 degrees CW", GTK_WIDGET(lib->rotate_cw)); in connect_key_accels()
313 lib->rotate_cw = dtgtk_button_new(dtgtk_cairo_paint_refresh, in gui_init()
321 gtk_box_pack_start(GTK_BOX(box), lib->rotate_cw, TRUE, TRUE, 0); in gui_init()
327 gtk_widget_set_tooltip_text(lib->rotate_cw, _("rotate 90 degrees cw")); in gui_init()
333 g_signal_connect(G_OBJECT(lib->rotate_cw), "clicked", G_CALLBACK(_rotate_cw), lib); in gui_init()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dlive_view.c77 GtkWidget *live_view, *live_view_zoom, *rotate_ccw, *rotate_cw, *flip; member
187 dt_accel_connect_button_lib(self, "rotate 90 degrees CW", GTK_WIDGET(lib->rotate_cw)); in connect_key_accels()
350 lib->rotate_cw = dtgtk_button_new(dtgtk_cairo_paint_refresh, in gui_init()
358 gtk_box_pack_start(GTK_BOX(box), lib->rotate_cw, TRUE, TRUE, 0); in gui_init()
364 gtk_widget_set_tooltip_text(lib->rotate_cw, _("rotate 90 degrees cw")); in gui_init()
370 g_signal_connect(G_OBJECT(lib->rotate_cw), "clicked", G_CALLBACK(_rotate_cw), lib); in gui_init()
/dports/multimedia/totem/totem-3.38.2/src/plugins/rotation/
H A Dtotem-rotation.c229 const char * const rotate_cw[]= { "<Primary>r", NULL }; in impl_activate() local
264 rotate_cw); in impl_activate()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3qt/src/
H A Dcr3res.qrc19 <file>icons/rotate_cw.png</file>
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon_rotate.c76 rotate_cw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
H A Dfbcon_rotate.h58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() function
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon_rotate.c76 rotate_cw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
H A Dfbcon_rotate.h58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon_rotate.c76 rotate_cw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
H A Dfbcon_rotate.h58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() function
/dports/print/gimp-gutenprint/gutenprint-5.3.3/include/gutenprintui2/
H A Dgutenprintui.h104 void (*rotate_cw)(struct stpui_image *image); member
/dports/print/gutenprint/gutenprint-5.3.3/include/gutenprintui2/
H A Dgutenprintui.h104 void (*rotate_cw)(struct stpui_image *image); member
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/lazpaint/
H A Dimage.py134 def rotate_cw(): function
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dflip.c502 static void rotate_cw(GtkWidget *widget, dt_iop_module_t *self) in rotate_cw() function
526 G_CALLBACK(rotate_cw), FALSE, GDK_KEY_bracketright, 0, in gui_init()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dflip.c505 static void rotate_cw(GtkWidget *widget, dt_iop_module_t *self) in rotate_cw() function
557 G_CALLBACK(rotate_cw), FALSE, GDK_KEY_bracketright, 0, in gui_init()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/bitmaps/
H A Dbitmaps_list.h460 rotate_cw, enumerator
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/include/gimp-print/
H A Dgimp-print.h190 void (*rotate_cw)(struct stp_image *image); member
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dmain-win.c1474 GtkWidget* rotate_cw; in show_popup_menu() local
1480 menu_def[11].ret = &rotate_cw; in show_popup_menu()
1491 gtk_widget_set_sensitive( rotate_cw, FALSE ); in show_popup_menu()
/dports/print/gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dplist.c1772 if (image->rotate_cw) in stpui_print()
1773 (image->rotate_cw)(image); in stpui_print()

12