Home
last modified time | relevance | path

Searched refs:image_thumbnailtype (Results 1 – 4 of 4) sorted by relevance

/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/
H A Dimage.c72 strlen(main_v->props.image_thumbnailtype) + 2; in create_thumbnail_filename()
78 retval = strcat(retval, main_v->props.image_thumbnailtype); in create_thumbnail_filename()
157 if (strcmp(main_v->props.image_thumbnailtype, "jpeg") == 0) { in image_insert_dialogok_lcb()
158 gdk_pixbuf_save_to_buffer(tmp_im, &buffer, &buflen, main_v->props.image_thumbnailtype, &error, in image_insert_dialogok_lcb()
162 gdk_pixbuf_save_to_buffer(tmp_im, &buffer, &buflen, main_v->props.image_thumbnailtype, &error, in image_insert_dialogok_lcb()
479 tmp = main_v->props.image_thumbnailtype; /* it is often uppercase, we need it lowercase */ in image_insert_dialog_backend()
480 main_v->props.image_thumbnailtype = g_ascii_strdown(tmp, -1); in image_insert_dialog_backend()
858 if (strcmp(main_v->props.image_thumbnailtype, "jpeg") == 0) { in mt_openfile_lcb()
859 …gdk_pixbuf_save_to_buffer(thumb, (gchar **)&refp->data, &buflen, main_v->props.image_thumbnailtype, in mt_openfile_lcb()
1046 tmp = main_v->props.image_thumbnailtype; /* it is often uppercase, we need it lowercase */ in multi_thumbnail_dialog()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbluefish.h326 …gchar *image_thumbnailtype; /* fileformat to use for thumbnails, "jpeg" or "png" can be handled by… member
H A Dpreferences.c84image_thumbnailtype, /* fileformat to use for thumbnails, "jpeg" or "png" can be handled by gdkpi… enumerator
2185 string_apply(&main_v->props.image_thumbnailtype, pd->prefs[image_thumbnailtype]); in preferences_apply()
3141 index = prefs_combo_box_get_index_from_text(thumbnail_filetype, main_v->props.image_thumbnailtype); in preferences_dialog_new()
3142 pd->prefs[image_thumbnailtype] = in preferences_dialog_new()
3144 …dialog_mnemonic_label_in_table(_("Thumbnail _filetype:"), pd->prefs[image_thumbnailtype], table, 0… in preferences_dialog_new()
H A Drcfile.c456 init_prop_string(&config_rc, &main_v->props.image_thumbnailtype, "image_thumbnailtype:", "jpeg"); in props_init_main()
1621 g_free(main_v->props.image_thumbnailtype); in props_free()