Searched defs:hot_x (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | dynamic-base.cpp | 27 DynamicBase::DynamicBase(gchar const *const *cursor_shape, gint hot_x, gint hot_y) argument 28 : ToolBase(cursor_shape, hot_x, hot_y)
|
H A D | tool-base.h | 147 ToolBase(gchar const *const *cursor_shape, gint hot_x, gint hot_y, bool uses_snap = true); 227 gint hot_x, hot_y; member in class:Inkscape::UI::Tools::ToolBase
|
H A D | freehand-base.cpp | 80 FreehandBase::FreehandBase(gchar const *const *cursor_shape, gint hot_x, gint hot_y) argument 81 : ToolBase(cursor_shape, hot_x, hot_y)
|
H A D | pen-tool.cpp | 115 PenTool::PenTool(gchar const *const *cursor_shape, gint hot_x, gint hot_y) argument 116 : FreehandBase(cursor_shape, hot_x, hot_y)
|
H A D | tool-base.cpp | 92 ToolBase::ToolBase(gchar const *const *cursor_shape, gint hot_x, gint hot_y, bool uses_snap) argument 110 , hot_x(hot_x) 197 this->cursor = gdk_cursor_new_from_pixbuf(display, pixbuf, this->hot_x, this->hot_y); 212 pixbuf, this->hot_x, this->hot_y);
|
/inkscape/src/ |
H A D | sp-cursor.cpp | 114 GdkCursor *sp_cursor_new_from_xpm(char const *const *xpm, int hot_x, int hot_y) argument 121 pixbuf, hot_x, hot_y);
|
Completed in 102 milliseconds