Searched refs:pixmap_buffer (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-cursor.cpp102 guint32 *pixmap_buffer = new guint32[width * height]; local
107 pixmap_buffer[y * width + x] = (it == colorMap.end()) ? 0u : it->second;
111 return gdk_pixbuf_new_from_data(reinterpret_cast<guchar*>(pixmap_buffer), GDK_COLORSPACE_RGB, TRUE, 8, width, height, width * sizeof(guint32), free_cursor_data, NULL);

Completed in 14 milliseconds