Searched defs:hot_x (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/tools/
H A Ddynamic-base.cpp27 DynamicBase::DynamicBase(gchar const *const *cursor_shape, gint hot_x, gint hot_y) argument
28 : ToolBase(cursor_shape, hot_x, hot_y)
H A Dtool-base.h147 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 Dfreehand-base.cpp80 FreehandBase::FreehandBase(gchar const *const *cursor_shape, gint hot_x, gint hot_y) argument
81 : ToolBase(cursor_shape, hot_x, hot_y)
H A Dpen-tool.cpp115 PenTool::PenTool(gchar const *const *cursor_shape, gint hot_x, gint hot_y) argument
116 : FreehandBase(cursor_shape, hot_x, hot_y)
H A Dtool-base.cpp92 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 Dsp-cursor.cpp114 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 24 milliseconds