Searched defs:mimetype (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/
H A Doutput.h23 gchar *mimetype; /**< What is the mime type this inputs? */ member in class:Inkscape::Extension::Output
H A Dinput.h24 gchar *mimetype; /**< What is the mime type this inputs? */ member in class:Inkscape::Extension::Input
/inkscape/src/display/
H A Dcairo-utils.cpp390 guchar const *Pixbuf::getMimeData(gsize &len, std::string &mimetype) const
403 mimetype = mimetypes[i];
441 gchar const *mimetype = NULL; local
444 mimetype = CAIRO_MIME_TYPE_JPEG;
446 mimetype = CAIRO_MIME_TYPE_JP2;
448 mimetype = CAIRO_MIME_TYPE_PNG;
451 if (mimetype != NULL) {
452 cairo_surface_set_mime_data(_surface, mimetype, data, len, g_free, data);
453 //g_message("Setting Cairo MIME data: %s", mimetype);

Completed in 783 milliseconds