Home
last modified time | relevance | path

Searched refs:bgimg (Results 1 – 25 of 29) sorted by path

12

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSkinSupport.cpp473 bgimg = ""; in reloadSkin()
595 bgimg = g.second.props["image"]; in reloadSkin()
H A DSkinSupport.h323 std::string customBackgroundImage() const { return bgimg; }
367 std::string bgimg = "";
/dports/comms/atslog/atslog-2.1.1/www/include/phplot/
H A Dphplot.php1051 $this->bgimg = $input_file;
2511 if (isset($this->bgimg)) { // If bgimg is defined, use it
2512 … $this->tile_img($this->bgimg, 0, 0, $this->image_width, $this->image_height, $this->bgmode);
/dports/databases/mantis/mantisbt-2.25.2/vendor/dapphp/securimage/
H A Dsecurimage.php888 protected $bgimg; variable in Securimage
1262 $this->bgimg = $background_image;
1799 …if($this->use_transparent_text == true || $this->bgimg != '' || function_exists('imagecreatetrueco…
1941 if ($this->bgimg == '') {
1948 $this->bgimg = $img;
1953 if ($this->bgimg == '') {
1957 $dat = @getimagesize($this->bgimg);
1963 case 1: $newim = @imagecreatefromgif($this->bgimg); break;
1964 case 2: $newim = @imagecreatefromjpeg($this->bgimg); break;
1965 case 3: $newim = @imagecreatefrompng($this->bgimg); break;
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dcrskin.cpp817 CRIconListRef bgimg = getBgIcons(); in draw() local
818 if ( bgimg.isNull() ) { in draw()
821 bgimg->draw( buf, rc ); in draw()
/dports/devel/fossil/fossil-src-2.17/src/
H A Ddoc.c1174 Blob bgimg; in background_page() local
1179 blob_zero(&bgimg); in background_page()
1180 db_blob(&bgimg, "SELECT value FROM config WHERE name='background-image'"); in background_page()
1181 if( blob_size(&bgimg)==0 ){ in background_page()
1182 blob_init(&bgimg, (char*)aBackground, sizeof(aBackground)); in background_page()
1185 cgi_set_content(&bgimg); in background_page()
/dports/finance/weberp/webERP/includes/phplot/
H A Dphplot.php1538 $this->bgimg = $input_file;
4131 if (isset($this->bgimg)) { // If bgimg is defined, use it
4132 … $this->tile_img($this->bgimg, 0, 0, $this->image_width, $this->image_height, $this->bgmode);
/dports/games/caph/caph-1.1/src/
H A Ddraw.c239 static raw_img_t bgimg; variable
355 if (img_load_png(img, &bgimg) < 0) { in draw_load_bg()
369 if (bgimg.alpha) in draw_load_bg()
371 bgimg.width, bgimg.height, in draw_load_bg()
372 0, GL_RGBA, GL_UNSIGNED_BYTE, bgimg.raw); in draw_load_bg()
375 bgimg.width, bgimg.height, in draw_load_bg()
376 0, GL_RGB, GL_UNSIGNED_BYTE, bgimg.raw); in draw_load_bg()
382 free(bgimg.raw); in draw_load_bg()
386 temp = SDL_CreateRGBSurfaceFrom(bgimg.raw, bgimg.width, bgimg.height, in draw_load_bg()
387 24, bgimg.width * 3, 0, 0, 0, 0); in draw_load_bg()
[all …]
/dports/games/torcs/torcs-1.3.7/src/libs/racescreens/
H A Dloadingscreen.cpp54 void RmLoadingScreenStart(const char *title, const char *bgimg) in RmLoadingScreenStart() argument
86 if (bgimg) { in RmLoadingScreenStart()
87 GfuiScreenAddBgImg(menuHandle, bgimg); in RmLoadingScreenStart()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/opengl/
H A Dmgopengl.c900 Image *bgimg; in mgopengl_worldbegin() local
908 if((bgimg = _mgc->bgimage)) { in mgopengl_worldbegin()
925 if(xsize >= bgimg->width) { in mgopengl_worldbegin()
926 pos[0] = (xsize - bgimg->width)/2; in mgopengl_worldbegin()
930 off = (bgimg->width - xsize) / 2; in mgopengl_worldbegin()
933 if(ysize >= bgimg->height) { in mgopengl_worldbegin()
937 off += bgimg->width * ((bgimg->height - ysize) / 2); in mgopengl_worldbegin()
947 glDrawPixels(xsize < bgimg->width ? xsize : bgimg->width, in mgopengl_worldbegin()
948 ysize < bgimg->height ? ysize : bgimg->height, in mgopengl_worldbegin()
949 formats[bgimg->channels], in mgopengl_worldbegin()
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/gpu/
H A Dbgfg_segm.cpp78 Mat bgimg; in main() local
129 d_bgimg.download(bgimg); in main()
134 if (!bgimg.empty()) in main()
135 imshow("mean background image", bgimg); in main()
/dports/graphics/phplot/phplot-6.2.0/
H A Dphplot.php82 protected $bgimg; variable in PHPlot
2193 $this->bgimg = $input_file;
5742 if (isset($this->bgimg)) { // If bgimg is defined, use it
5743 … $this->tile_img($this->bgimg, 0, 0, $this->image_width, $this->image_height, $this->bgmode);
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.c9000 lives_painter_surface_t *bgimg; in delete_audio_track() local
9009 …if ((bgimg = (lives_painter_surface_t *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(eventbox)… in delete_audio_track()
9010 lives_painter_surface_destroy(bgimg); in delete_audio_track()
9032 …if ((bgimg = (lives_painter_surface_t *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(xeventbox… in delete_audio_track()
9033 lives_painter_surface_destroy(bgimg); in delete_audio_track()
9047 …if ((bgimg = (lives_painter_surface_t *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(xeventbox… in delete_audio_track()
9048 lives_painter_surface_destroy(bgimg); in delete_audio_track()
10130 lives_painter_surface_t *bgimg; in delete_video_track() local
10139 …if ((bgimg = (lives_painter_surface_t *)lives_widget_object_get_data(LIVES_WIDGET_OBJECT(eventbox)… in delete_video_track()
10140 lives_painter_surface_destroy(bgimg); in delete_video_track()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_video.c110 bgimg = switch_xml_attr(x_layout, "bgimg"); in conference_video_parse_layouts()
125 if (bgimg) { in conference_video_parse_layouts()
126 vlayout->bgimg = switch_core_strdup(conference->pool, bgimg); in conference_video_parse_layouts()
1667 if (vlayout->bgimg) { in conference_video_init_canvas_layers()
1669 } else if (canvas->bgimg) { in conference_video_init_canvas_layers()
1670 switch_img_free(&canvas->bgimg); in conference_video_init_canvas_layers()
1709 switch_img_free(&canvas->bgimg); in conference_video_set_canvas_bgimg()
1715 if (!canvas->bgimg) { in conference_video_set_canvas_bgimg()
1723 …ion(POS_CENTER_MID, canvas->img->d_w, canvas->img->d_h, canvas->bgimg->d_w, canvas->bgimg->d_h, &x… in conference_video_set_canvas_bgimg()
1845 switch_img_free(&canvas->bgimg); in conference_video_destroy_canvas()
[all …]
H A Dmod_conference.h509 char *bgimg; member
567 switch_image_t *bgimg; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_video_filter/
H A Dmod_video_filter.c43 switch_image_t *bgimg; member
90 switch_img_free(&context->bgimg); in uninit_context()
244 if (context->bgimg) { in parse_params()
245 switch_img_free(&context->bgimg); in parse_params()
320 switch_img_free(&context->bgimg); in parse_params()
321 switch_img_copy(context->bgimg_orig, &context->bgimg); in parse_params()
324 switch_img_sepia(context->bgimg, 0, 0, context->bgimg->d_w, context->bgimg->d_h); in parse_params()
328 switch_img_sepia(context->bgimg, 0, 0, context->bgimg->d_w, context->bgimg->d_h); in parse_params()
381 if (context->bgimg_orig && !context->bgimg) { in parse_params()
382 switch_img_copy(context->bgimg_orig, &context->bgimg); in parse_params()
[all …]
/dports/net/opennx/opennx-0.16/packaging/MacOSX/
H A Dmkdmg15 my $bgimg = '';
140 "bgimg=s" => \$bgimg,
161 die "Background image does not exist\n" unless (($bgimg eq '') || (-e $bgimg));
166 imgsize($bgimg);
173 if ($bgimg ne '') {
175 chkrun('cp "'.$bgimg.'" "'.$mountpoint.'/.bg'.$$.'"');
176 $bgimg = basename($bgimg);
198 … set background picture of the icon view options of container window to file ".bg$$:$bgimg"
206 if ($bgimg ne '') {
/dports/www/adzap/adzap-20110915/rc/
H A Dpatterns670 AD http://*.pheedo.com/bgimg.php?**
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/widget/secureimage/assets/
H A Dsecurimage.php740 protected $bgimg; variable in Securimage
1075 $this->bgimg = $background_image;
1412 …if( ($this->use_transparent_text == true || $this->bgimg != '') && function_exists('imagecreatetru…
1542 if ($this->bgimg == '') {
1549 $this->bgimg = $img;
1554 if ($this->bgimg == '') {
1558 $dat = @getimagesize($this->bgimg);
1564 case 1: $newim = @imagecreatefromgif($this->bgimg); break;
1565 case 2: $newim = @imagecreatefromjpeg($this->bgimg); break;
1566 case 3: $newim = @imagecreatefrompng($this->bgimg); break;
/dports/www/ilias/ILIAS-5.4.25/Services/Captcha/lib/securimage_3_5_1/
H A Dsecurimage.php543 protected $bgimg; variable in Securimage
816 $this->bgimg = $background_image;
954 …if (($this->use_transparent_text == true || $this->bgimg != '') && function_exists('imagecreatetru…
1109 if ($this->bgimg == '') {
1115 $this->bgimg = $img;
1120 if ($this->bgimg == '') {
1124 $dat = @getimagesize($this->bgimg);
1130 case 1: $newim = @imagecreatefromgif($this->bgimg); break;
1131 case 2: $newim = @imagecreatefromjpeg($this->bgimg); break;
1132 case 3: $newim = @imagecreatefrompng($this->bgimg); break;
/dports/www/ilias6/ILIAS-6.14/Services/Captcha/lib/securimage_3_5_1/
H A Dsecurimage.php543 protected $bgimg; variable in Securimage
816 $this->bgimg = $background_image;
954 …if (($this->use_transparent_text == true || $this->bgimg != '') && function_exists('imagecreatetru…
1109 if ($this->bgimg == '') {
1115 $this->bgimg = $img;
1120 if ($this->bgimg == '') {
1124 $dat = @getimagesize($this->bgimg);
1130 case 1: $newim = @imagecreatefromgif($this->bgimg); break;
1131 case 2: $newim = @imagecreatefromjpeg($this->bgimg); break;
1132 case 3: $newim = @imagecreatefrompng($this->bgimg); break;
/dports/www/osticket/upload/include/
H A Dclass.captcha.php27 $this->bgimg=$bg;
29 $this->bgimg=rtrim($bg,'/').'/'.$this->bgimages[array_rand($this->bgimages, 1)];
40 list($w,$h) = getimagesize($this->bgimg);
44 $img= imagecreatefrompng($this->bgimg);
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkFrame.c100 Tk_Image bgimg; /* Derived from bgimgPtr by calling member
340 Tk_Image bgimg, int bgtile);
912 if (framePtr->bgimg) { in DestroyFrame()
913 Tk_FreeImage(framePtr->bgimg); in DestroyFrame()
1022 if (framePtr->bgimg) { in ConfigureFrame()
1023 Tk_FreeImage(framePtr->bgimg); in ConfigureFrame()
1025 framePtr->bgimg = image; in ConfigureFrame()
1544 if (framePtr->bgimg) { in DisplayFrame()
1546 framePtr->bgimg, framePtr->tile); in DisplayFrame()
2204 Tk_Image bgimg, in DrawFrameBackground() argument
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dframe.test1544 list [.f cget -bgimg] [.f cget -tile]
1560 list [.f cget -bgimg] [.f cget -tile]
1577 set result [list [.f cget -bgimg] [.f cget -tile]]
1591 pack [frame .f -width 100 -height 100 -bgimg gorp]
1604 pack [frame .f -width 10 -height 10 -bgimg gorp]
1625 pack [frame .f -width 50 -height 25 -bgimg gorp -tile 1]
1722 list [.t cget -bgimg] [.t cget -tile]
1736 list [.t cget -bgimg] [.t cget -tile]
1751 set result [list [.t cget -bgimg] [.t cget -tile]]
1764 toplevel .t -width 100 -height 100 -bgimg gorp
[all …]
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/demos/
H A Ddemo.tcl1056 $m2 add radiobutton -label none -variable Popup(bgimg) -value none \
1058 $m2 add radiobutton -label feather -variable Popup(bgimg) -value feather \
1059 -command {$Popup(T) configure -bgimage $Popup(bgimg) -bgimageopaque no}
1060 $m2 add radiobutton -label sky -variable Popup(bgimg) -value sky \
1061 -command {$Popup(T) configure -bgimage $Popup(bgimg) -bgimageopaque yes}
1416 set Popup(bgimg) [$T cget -backgroundimage]
1423 if {$Popup(bgimg) eq ""} { set Popup(bgimg) none }

12