Home
last modified time | relevance | path

Searched refs:LIVES_FILE_EXT_PNG (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dstartup.c883 lives_snprintf(prefs->image_ext, 16, "%s", LIVES_FILE_EXT_PNG); in do_startup_tests()
1197 if (!strcmp(prefs->image_ext, LIVES_FILE_EXT_PNG)) imgext_switched = TRUE; in do_startup_tests()
H A Dmainwindow.h487 #define LIVES_FILE_EXT_PNG "png" macro
H A Dmain.c924 …icon = lives_build_filename(prefs->prefix_dir, DESKTOP_ICON_DIR, "lives." LIVES_FILE_EXT_PNG, NULL… in pre_init()
2833 fname = lives_strdup_printf("%s.%s", THEME_SEP_IMG_LITERAL, LIVES_FILE_EXT_PNG); in set_palette_colours()
2848 fname = lives_strdup_printf("%s.%s", THEME_FRAME_IMG_LITERAL, LIVES_FILE_EXT_PNG); in set_palette_colours()
6798 create_blank_layer(layer, LIVES_FILE_EXT_PNG, 4, 4, weed_layer_get_palette(layer)); in layer_from_png()
7007 if (!strcmp(img_ext, LIVES_FILE_EXT_PNG)) is_png = TRUE; in weed_layer_create_from_file_progressive()
7032 if (!strcmp(img_ext, LIVES_FILE_EXT_PNG)) { in weed_layer_create_from_file_progressive()
7690 if (!strcmp(image_ext, LIVES_FILE_EXT_PNG)) palette = WEED_PALETTE_RGBA32; in pull_lives_pixbuf_at_size()
7693 if (strcmp(image_ext, LIVES_FILE_EXT_PNG)) palette = WEED_PALETTE_RGB24; in pull_lives_pixbuf_at_size()
H A Dpreferences.c1958 lives_snprintf(prefs->image_ext, 16, LIVES_FILE_EXT_PNG); in apply_prefs()
3554 …_toggle_button_set_active(LIVES_TOGGLE_BUTTON(png), !strcmp(prefs->image_ext, LIVES_FILE_EXT_PNG)); in create_prefs_dialog()
4976 filt[1] = LIVES_FILE_EXT_PNG; in create_prefs_dialog()
H A Dutils.c3028 case IMG_TYPE_PNG: return LIVES_FILE_EXT_PNG; // "png" in get_image_ext_for_type()
3040 if (!strcmp(img_ext, LIVES_FILE_EXT_PNG)) return LIVES_IMAGE_TYPE_PNG; in image_ext_to_lives_image_type()
H A Dplugins.c2052 if (!(caps & CAN_ENCODE_PNG) && !strcmp(img_ext, LIVES_FILE_EXT_PNG)) { in filter_encoders_by_img_ext()