/inkscape/src/display/ |
H A D | canvas-arena.h | 44 guint cursor : 1; member in struct:_SPCanvasArena
|
H A D | sp-canvas.cpp | 591 * Grab item under cursor. 595 int sp_canvas_item_grab(SPCanvasItem *item, guint event_mask, GdkCursor *cursor, guint32 etime) argument 628 cursor, 633 NULL, cursor, etime); 1633 // the mouse cursor will be redrawn again and again, and the rest of the path 1680 horizontally-stretched windows) results in redrawing in horizontal strips (from cursor point, in 1681 both directions if the cursor is in the middle). This is traditional for Inkscape since old days, 1685 almost-square chunks, again from the cursor point. It's sometimes faster for drawings with few slow
|
/inkscape/src/ |
H A D | seltrans-handles.h | 49 GdkCursorType cursor; member in struct:SPSelTransHandle
|
H A D | knot.h | 66 GdkCursor *cursor[SP_KNOT_VISIBLE_STATES]; member in class:SPKnot
|
H A D | sp-cursor.cpp | 25 #include "sp-cursor.h" 116 GdkCursor *cursor = 0; local 120 cursor = gdk_cursor_new_from_pixbuf(gdk_display_get_default(), 126 return cursor;
|
H A D | svg-view.cpp | 107 GdkCursor *cursor = gdk_cursor_new_for_display(display, GDK_HAND2); local 109 gdk_window_set_cursor(window, cursor); 111 g_object_unref(cursor); 113 gdk_cursor_unref(cursor);
|
/inkscape/src/ui/tools/ |
H A D | text-tool.h | 58 SPCtrlLine *cursor; member in class:Inkscape::UI::Tools::TextTool 65 bool nascent_object; // true if we're clicked on canvas to put cursor, but no text typed yet so ->text is still NULL 67 bool over_text; // true if cursor is over a text object
|
H A D | tool-base.h | 152 GdkCursor *cursor; member in class:Inkscape::UI::Tools::ToolBase 223 /// An xpm containing the shape of the tool's cursor. 226 /// The cursor's hot spot
|
H A D | tool-base.cpp | 36 #include "sp-cursor.h" 94 , cursor(NULL) 120 if (this->cursor != NULL) { 122 g_object_unref(this->cursor); 124 gdk_cursor_unref(this->cursor); 126 this->cursor = NULL; 144 * Set the cursor to a standard GDK cursor 150 GdkCursor *cursor = gdk_cursor_new_for_display(display, cursor_type); local 153 if (cursor) { 154 gdk_window_set_cursor (gtk_widget_get_window (w), cursor); local 158 gdk_window_set_cursor (gtk_widget_get_window (w), cursor); local [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-gears.cpp | 141 double cursor = first_tooth_angle + (i * tooth_rotation); local 143 D2<SBasis> leading_I = compose(_involute(cursor, cursor + involute_swath_angle(outer_radius())), Linear(involute_t,1)); 146 cursor += involute_advance; 149 D2<SBasis> tip = _arc(cursor, cursor+tip_advance, outer_radius()); 152 cursor += tip_advance; 155 cursor += involute_advance; 156 D2<SBasis> trailing_I = compose(_involute(cursor, cursor [all...] |
/inkscape/src/ui/dialog/ |
H A D | spellcheck.cpp | 642 // select text; if in Text tool, position cursor to the beginning of word 647 Inkscape::Text::Layout::iterator *cursor = local 649 if (!cursor) // some other text is selected there 651 else if (*cursor <= _begin_w || *cursor >= _end_w)
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-item-grip.c | 173 gboolean cursor; local 184 cursor = FALSE; 190 cursor = TRUE; 198 cursor = TRUE; 201 if (grip->title_window && !cursor) 419 GdkCursor *cursor; local 450 cursor = NULL; 452 cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget), 454 gdk_window_set_cursor (grip->title_window, cursor); 455 if (cursor) [all...] |
H A D | gdl-dock-item.c | 1112 GdkCursor *cursor; local 1158 cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget), 1161 cursor); 1162 gdk_cursor_unref (cursor); 1182 cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget), 1185 cursor); 1186 gdk_cursor_unref (cursor); 1768 GdkCursor *cursor; local 1772 cursor = NULL; 1777 cursor [all...] |
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.c | 981 GdkCursor *cursor = NULL; local 990 cursor = gdk_cursor_new_for_display (display, GDK_XTERM); 994 cursor = gdk_cursor_new_for_display (display, GDK_SB_UP_ARROW); 998 cursor = gdk_cursor_new_for_display (display, GDK_SB_H_DOUBLE_ARROW); 1007 if (cursor) 1009 gdk_window_set_cursor (event->window, cursor); 1010 g_object_unref (cursor); 1013 gdk_window_set_cursor (event->window, cursor); 1014 gdk_cursor_unref (cursor);
|
H A D | gimpcolorwheel.c | 685 GdkCursor *cursor; local 687 cursor = 699 cursor, time); local 700 g_object_unref (cursor); 706 NULL, cursor, time); 707 gdk_cursor_unref (cursor);
|