Home
last modified time | relevance | path

Searched refs:bg_file (Results 1 – 17 of 17) sorted by relevance

/dports/www/e107/e107/e107_handlers/
H A Dsecure_img_handler.php369 $bg_file = $secureimg['image'];
374 $image = imagecreatefrompng($path.$bg_file.".png");
379 $image = imagecreatefromgif($path.$bg_file.".gif");
384 $image = imagecreatefromjpeg($path.$bg_file.".jpg");
/dports/games/fillets-ng/fillets-ng-1.0.1/src/effect/
H A DLayeredPicture.cpp25 LayeredPicture::LayeredPicture(const Path &bg_file, const V2 &loc, in LayeredPicture() argument
27 : Picture(bg_file, loc) in LayeredPicture()
H A DLayeredPicture.h18 LayeredPicture(const Path &bg_file, const V2 &loc,
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_sprites/
H A Dmap_enemy_sprite.h186 void SetBattleBackground(const std::string &bg_file) { in SetBattleBackground() argument
187 _bg_file = bg_file; in SetBattleBackground()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/conf_display/
H A De_int_config_desklock_fsel.c59 const char *bg_file = NULL; in _free_data() local
62 if (cfdata->bg) bg_file = strdup(cfdata->bg); in _free_data()
65 e_int_config_desklock_fsel_done(cfd->data, e_object_data_get(E_OBJECT(cfd)), bg_file, hide_logo); in _free_data()
H A De_mod_main.h10 void e_int_config_desklock_fsel_done(E_Config_Dialog *cfd, Evas_Object *bg, const char *bg_file, Ei…
H A De_int_config_desklock.c87 e_int_config_desklock_fsel_done(E_Config_Dialog *cfd, Evas_Object *bg, const char *bg_file, Eina_Bo… in e_int_config_desklock_fsel_done() argument
98 if (!bg_file) return; in e_int_config_desklock_fsel_done()
107 eina_stringshare_replace(&cbg->file, bg_file); in e_int_config_desklock_fsel_done()
110 e_widget_preview_edje_set(bg, bg_file, "e/desktop/background"); in e_int_config_desklock_fsel_done()
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap_sprites.h465 void SetBattleBackground(const std::string& bg_file) in SetBattleBackground() argument
466 { _bg_file = bg_file; } in SetBattleBackground()
/dports/graphics/feh/feh-3.5/src/
H A Dindex.c100 if (opt.bg && opt.bg_file) { in init_index_mode()
101 if (!strcmp(opt.bg_file, "trans")) in init_index_mode()
105 if (feh_load_image_char(&bg_im, opt.bg_file) != 0) { in init_index_mode()
H A Doptions.h92 char *bg_file; member
H A Dthumbnail.c130 if (opt.bg && opt.bg_file) { in init_thumbnail_mode()
131 if (!strcmp(opt.bg_file, "trans")) in init_thumbnail_mode()
136 if (feh_load_image_char(&td.im_bg, opt.bg_file) != 0) { in init_thumbnail_mode()
H A Doptions.c594 opt.bg_file = estrdup(optarg); in feh_parse_option_array()
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dvte-private.h371 char *bg_file; member
H A Dvte.c8864 g_free(terminal->pvt->bg_file); in vte_terminal_finalize()
11528 g_value_set_string (value, pvt->bg_file); in vte_terminal_get_property()
13234 if (terminal->pvt->bg_file) { in vte_terminal_background_update()
13238 terminal->pvt->bg_file, in vte_terminal_background_update()
13447 if (pvt->bg_file) { in vte_terminal_set_background_image()
13448 g_free(pvt->bg_file); in vte_terminal_set_background_image()
13449 pvt->bg_file = NULL; in vte_terminal_set_background_image()
13490 g_free(pvt->bg_file); in vte_terminal_set_background_image_file()
13491 pvt->bg_file = g_strdup(path); in vte_terminal_set_background_image_file()
/dports/textproc/sdf/sdf-2.001/perllib/sdf/
H A Dtomif.pl2579 if ($bg_file eq '') {
2585 unless (open(BGFILE, $bg_file)) {
2586 &AppMsg("warning", "unable to open background file '$bg_file'");
2616 &AppMsg("warning", "master page '$master' not found in '$bg_file'");
/dports/print/p5-XML-Handler-AxPoint/XML-Handler-AxPoint-1.5/lib/XML/Handler/
H A DAxPoint.pm509 ) || die "Couldn't load $bg_file";
512 die "Cannot load image $bg_file!";
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.c8083 int bg_file = IS_VALID_CLIP(mainw->blend_file) && mainw->blend_file != mainw->current_file local
8085 … int bg_frame = bg_file > 0 && bg_file != mainw->current_file ? mainw->files[bg_file]->frameno : 0;
8098 (prefs->rec_opts & REC_EFFECTS && bg_file != -1 && !IS_NORMAL_CLIP(bg_file))) {
8104 bg_file = -1;
8166 numframes = (bg_file == -1) ? 1 : 2;
8173 clips[1] = bg_file;