Home
last modified time | relevance | path

Searched refs:pic_name (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/qc/menu/
H A Dgraphic.qc36 string(string pic_name, float complain) gfx_loadpic =
39 c = precache_pic(pic_name);
42 error("Couldnt precache ", pic_name, " !\n");
44 dprint("Couldnt precache ", pic_name, " !\n");
48 void(string pic_name) gfx_unloadpic =
52 //gfx_unloadpic(pic_name);
109 size = gfx_getimagesize(pic_name);
126 error("Picture ", pic_name, " was not precached !\n");
180 gfx_drawpic(position, pic_name, size, rgb, alpha, flag);
203 vector(string pic_name) gfx_getimagesize =
[all …]
H A Dgraphic.qh34 string(string pic_name, float complain) gfx_loadpic;
35 void(string pic_name) gfx_unloadpic;
43 void(vector position, string pic_name, vector size, vector rgb, float alpha, float flag)
59 void(vector position, string pic_name, vector size, vector rgb, float alpha, float flag)
69 vector(string pic_name) gfx_getimagesize;
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/gui/
H A DPic.r8 pic_name = str_new (); globalVar
14 str_free (pic_name);
20 str_copy (pic_name, pic);
25 Draw_Pic (xabs, yabs, Draw_CachePic (pic_name, 1));
32 Draw_CenterPic (xabs, yabs, Draw_CachePic (pic_name, 1));
/dports/games/eureka/eureka-1.27b-source/src/
H A Dw_loadpic.cc224 const char *pic_name, // picture name (for messages) in LoadPicture() argument
240 sub = LoadImage_PNG(lump, pic_name); in LoadPicture()
244 sub = LoadImage_JPEG(lump, pic_name); in LoadPicture()
248 sub = LoadImage_TGA(lump, pic_name); in LoadPicture()
252 LogPrintf("Unknown image format in '%s' lump\n", pic_name); in LoadPicture()
256 LogPrintf("Unsupported image format in '%s' lump\n", pic_name); in LoadPicture()
290 offset, pic_name); in LoadPicture()
H A Dw_loadpic.h36 const char *pic_name, /* Picture name, for messages */
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Ddevice.c116 create_pic (char *pic_name, int maxram, int bankmsk, int confsiz, in create_pic() argument
121 char *simple_pic_name = sanitise_processor_name (pic_name); in create_pic()
217 find_device (char *pic_name) in find_device() argument
253 simple_pic_name = sanitise_processor_name (pic_name); in find_device()
342 if (pic_name == NULL) in find_device()
388 if (found_processor || pic_name == NULL) in find_device()
453 if (pic_name == NULL) in find_device()
477 return create_pic (pic_name, pic_maxram, pic_bankmsk, in find_device()
/dports/games/openomf/libShadowDive-b2c34a6/src/
H A Dtournament.c58 int sd_tournament_set_pic_name(sd_tournament_file *trn, const char *pic_name) { in sd_tournament_set_pic_name() argument
59 if(trn == NULL || pic_name == NULL) return SD_INVALID_INPUT; in sd_tournament_set_pic_name()
60 trn->pic_file = realloc(trn->pic_file, strlen(pic_name)+1); in sd_tournament_set_pic_name()
61 sprintf(trn->pic_file, "%s", pic_name); in sd_tournament_set_pic_name()
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/
H A Dmodel_pyr.m28 pic_name = fname(u,1); variable
29 fname1 = strcat(inpath,pic_name);
/dports/games/flyhard/flyhard-0.42/src/
H A Dmovers.h140 …shot(const std::string &pic_name, float li_ex, int mount_index, detonation_fn_t *det_fn=0, expirat…
150 std::string pic_name() const;
H A Dmovers.cpp391 shot::shot(const std::string &pic_name, float li_ex, int mount_index, detonation_fn_t *det_fn, expi… in shot() argument
393 m_pic_name=pic_name; in shot()
444 std::string shot::pic_name() const in pic_name() function in shot
H A Dweapons.cpp128 …explosion *e=game::the_game->m_exp_pool.get_explosion(dynamic_cast<shot *>(m)->pic_name(), m->pic(… in shot_det()
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/include/gui/
H A DPic.h11 string pic_name; variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/include/
H A Dpic.h12 const char *pic_name; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dintr.c201 .pic_name = "softintr_fakepic",
670 pic->pic_name, isp->is_evname); in intr_allocate_slot_cpu()
967 pic->pic_name, pin); in intr_establish_xname()
1004 __func__, pic->pic_name, pin, in intr_establish_xname()
1011 __func__, source->is_type, pic->pic_name, pin); in intr_establish_xname()
1084 pic->pic_name, type == IST_EDGE ? "edge" : "level", pin, level, in intr_establish_xname()
1170 device_xname(ci->ci_dev), ih->ih_slot, pic->pic_name, in intr_disestablish_xcall()
1232 snprintf(buf, len, "%s pin %d", pic->pic_name, legacy_irq); in legacy_intr_string()
1416 isp->is_pic->pic_name, isp->is_type, isp->is_maxlevel); in intr_printconfig()
1918 isp->is_pic->pic_name, isp->is_intrid)); in intr_set_affinity()
H A Di8259.c110 .pic_name = "pic0",
H A Dlapic.c83 .pic_name = "lapic",
/dports/games/openomf/libShadowDive-b2c34a6/include/shadowdive/
H A Dtournament.h113 int sd_tournament_set_pic_name(sd_tournament_file *trn, const char *pic_name);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/magnetic/
H A Dgraphics.cpp288 Common::String pic_name(name.c_str(), name.c_str() + 6); in find_name_in_header() local
291 pic_name.toUppercase(); in find_name_in_header()
295 if (strncmp(hname, pic_name.c_str(), 6) == 0) in find_name_in_header()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dwebpublishdialog.h78 QString codepic(QString pic_name, QString map_name);
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/gui/
H A Dgui.h183 bool Gui_LoadScreenAssignPic(const char* pic_name);
H A Dgui.cpp450 bool Gui_LoadScreenAssignPic(const char* pic_name) in Gui_LoadScreenAssignPic() argument
452 size_t pic_len = strlen(pic_name); in Gui_LoadScreenAssignPic()
459 strncat(image_name_buf, pic_name, buf_len); in Gui_LoadScreenAssignPic()
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dmodifyalb.php355 foreach ($img_list as $pid => $pic_name) {
356 …' . ($pid == $ALBUM_DATA[$name] ? ' selected="selected"' : '') . '>' . $pic_name . '</option>' . $…
H A Dcatmgr.php291 foreach ($img_list as $pid => $pic_name) {
292 …umb']) && $pid == $current_category['thumb'] ? ' selected':'') . '>' . $pic_name . '</option>' . $…
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/addressbook/
H A Dews-oab-decoder.c203 gchar *filename = NULL, *pic_name = NULL, *name; in ews_populate_photo() local
220 pic_name = g_strconcat (name, ".jpg", NULL); in ews_populate_photo()
221 filename = g_build_filename (eod->priv->cache_dir, pic_name, NULL); in ews_populate_photo()
241 g_free (pic_name); in ews_populate_photo()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Demu.cpp598 char pic_name[8]; in init_gfx1() local
602 pic_name[i] = 0; in init_gfx1()
603 strncpy(pic_name, name, 6); in init_gfx1()
606 pic_name[i] = (char)toupper(pic_name[i]); in init_gfx1()
611 if (strncmp(hname, pic_name, 6) == 0) in init_gfx1()

12