Lines Matching defs:format
146 * the pixels are converted in place to the Cairo or the GdkPixbuf format.
328 // from the file. This can be done by using format-specific libraries e.g. libpng.
337 * Converts the pixbuf to GdkPixbuf pixel format.
349 * Converts the pixbuf to Cairo pixel format and returns an image surface
439 void Pixbuf::_setMimeData(guchar *data, gsize len, Glib::ustring const &format)
443 if (format == "jpeg") {
445 } else if (format == "jpeg2000") {
447 } else if (format == "png") {
456 //g_message("Not setting Cairo MIME data: unknown format %s", name.c_str());
1140 * Converts the Cairo surface to a GdkPixbuf pixel format,
1179 the name of the format is closer to the value in that format. */
1234 * Convert pixel data from GdkPixbuf format to ARGB.
1235 * This will convert pixel data from GdkPixbuf format to Cairo's native pixel format.
1253 * Convert pixel data from ARGB to GdkPixbuf format.
1254 * This will convert pixel data from GdkPixbuf format to Cairo's native pixel format.
1271 * This function will convert a GdkPixbuf in place into Cairo's native pixel format.
1272 * Note that this is a hack intended to save memory. When the pixbuf is in Cairo's format,
1293 * Converts GdkPixbuf's data back to its native format.