Searched defs:xpm (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-cursor.cpp57 GdkPixbuf *sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke) argument
64 ss << xpm[0]; local
74 char const *p = xpm[1 + i];
106 std::map<char, RGBA>::const_iterator it = colorMap.find(xpm[1 + colors + y][x]);
114 GdkCursor *sp_cursor_new_from_xpm(char const *const *xpm, int hot_x, int hot_y) argument
117 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data((const gchar **)xpm);
/inkscape/src/ui/tools/
H A Dselect-tool.cpp30 #include "pixmaps/cursor-select-m.xpm"
31 #include "pixmaps/cursor-select-d.xpm"
32 #include "pixmaps/handles.xpm"
76 sp_load_handles(int start, int count, char const **xpm) { argument
77 handles[start] = gdk_pixbuf_new_from_xpm_data((gchar const **)xpm);

Completed in 850 milliseconds