Searched refs:ico (Results 1 - 25 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dlld2d.conf1 icon = /etc/small.ico
2 jumbo-icon = /etc/large.ico
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/
H A DMakefile.am4 EXTRA_DIST = chat.ico.xpm \
5 mule_TrayIcon.ico.xpm \
6 mule_Tr_grey.ico.xpm \
7 mule_Tr_yellow.ico.xpm \
8 mule_TrayIcon_big.ico.xpm \
9 mule_Tr_grey_big.ico.xpm \
10 mule_Tr_yellow_big.ico.xpm \
H A DMakefile.in330 EXTRA_DIST = chat.ico.xpm \
331 mule_TrayIcon.ico.xpm \
332 mule_Tr_grey.ico.xpm \
333 mule_Tr_yellow.ico.xpm \
334 mule_TrayIcon_big.ico.xpm \
335 mule_Tr_grey_big.ico.xpm \
336 mule_Tr_yellow_big.ico.xpm \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/install/lltd/wrt54g-linux/usr/sbin/
H A Dlld2d.conf1 icon = /usr/sbin/icon.ico
2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dlld2d.conf1 icon = /usr/sbin/icon.ico
2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/images/
H A DMakefile.am3 favicon.ico \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dicodec.c54 IcoDemuxContext *ico = s->priv_data; local
59 ico->nb_images = avio_rl16(pb);
61 ico->images = av_malloc_array(ico->nb_images, sizeof(IcoImage));
62 if (!ico->images)
65 for (i = 0; i < ico->nb_images; i++) {
79 ico->images[i].nb_pal = avio_r8(pb);
80 if (ico->images[i].nb_pal == 255)
81 ico->images[i].nb_pal = 0;
85 ico
120 IcoDemuxContext *ico = s->priv_data; local
[all...]
H A Dicoenc.c60 av_log(s, AV_LOG_ERROR, "PNG in ico requires pixel format to be rgba\n");
79 IcoMuxContext *ico = s->priv_data; local
89 ico->current_image = 0;
90 ico->nb_images = s->nb_streams;
104 ico->images = av_mallocz_array(ico->nb_images, sizeof(IcoMuxContext));
105 if (!ico->images)
115 IcoMuxContext *ico = s->priv_data; local
121 if (ico->current_image >= ico
159 IcoMuxContext *ico = s->priv_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/
H A DMakefile.am3 EXTRA_DIST = alc.rc alc.ico
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/
H A DMakefile.am3 EXTRA_DIST = wxcas.rc wxcas.ico
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/
H A DMakefile.am14 EXTRA_DIST = README.OSX READMEwin32static.txt README.MinGW READMEwin32.txt GeoIPWinDLL.patch TODO bootstrap GeoIP.spec GeoIP.spec.in Makefile.netware Makefile.vc Makefile.win32 get_ver.awk geoip.ico geoip.pc.in
H A DMakefile.win3229 ICON = geoip.ico
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/
H A DMakefile.am9 EXTRA_DIST = amule.rc amule.ico amule.png convert.ico \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/default/
H A DMakefile.am25 favicon.ico \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/
H A DMakefile.am58 favicon.ico \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dframe.tex398 %wxSTD_MDIPARENTFRAME ICON icon1.ico
399 %wxSTD_MDICHILDFRAME ICON icon2.ico
400 %wxSTD_FRAME ICON icon3.ico
403 %where icon1.ico will be used for the MDI parent frame, icon2.ico
404 %will be used for MDI child frames, and icon3.ico will be used for
411 %wxDEFAULT_FRAME ICON std.ico
412 %wxDEFAULT_MDIPARENTFRAME ICON mdi.ico
413 %wxDEFAULT_MDICHILDFRAME ICON child.ico
416 %You can replace std.ico, md
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/setup/wince/
H A Dbuild.bat35 copy life.ico Deliver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dmakefile.dmc42 for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.bcc250 for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.dms209 data : .\horse.png .\horse.jpg .\horse.bmp .\horse.gif .\horse.pcx .\horse.pnm .\horse_ag.pnm .\horse_rg.pnm .\horse.tif .\horse.tga .\horse.xpm .\horse.cur .\horse.ico .\horse3.ani .\smile.xbm .\toucan.png .\cmyk.jpg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/
H A Dmake_dist.mk286 $(CP_P) $(UTILSDIR)/tex2rtf/src/tex2rtf.ico $(DISTDIR)/utils/tex2rtf/src
410 $(CP_P) $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
474 $(CP_P) $(DEMODIR)/bombs/*.ico $(DISTDIR)/demos/bombs
487 $(CP_P) $(DEMODIR)/forty/*.ico $(DISTDIR)/demos/forty
501 $(CP_P) $(DEMODIR)/life/*.ico $(DISTDIR)/demos/life
514 $(CP_P) $(DEMODIR)/poem/*.ico $(DISTDIR)/demos/poem
521 $(CP_P) $(DEMODIR)/fractal/*.ico $(DISTDIR)/demos/fractal
536 -name '*.bmp' -o -name '*.ico' -o -name '*.png' -o \
610 $(CP_P) $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/xrc/rc
656 $(CP_P) $(UTILSDIR)/helpview/src/*.ico
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmakefile.dmc45 for %f in (appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc throbber.gif stop.xpm) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
H A Dmakefile.bcc269 for %f in (appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc throbber.gif stop.xpm) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
H A Dmakefile.dms225 data : .\rc\appicon.ico .\rc\appicon.xpm .\rc\artprov.xpm .\rc\artprov.xrc .\rc\basicdlg.xpm .\rc\basicdlg.xrc .\rc\controls.xpm .\rc\controls.xrc .\rc\custclas.xpm .\rc\custclas.xrc .\rc\derivdlg.xpm .\rc\derivdlg.xrc .\rc\fileopen.gif .\rc\filesave.gif .\rc\frame.xrc .\rc\fuzzy.gif .\rc\menu.xrc .\rc\platform.xpm .\rc\platform.xrc .\rc\quotes.gif .\rc\resource.xrc .\rc\toolbar.xrc .\rc\uncenter.xpm .\rc\uncenter.xrc .\rc\update.gif .\rc\variable.xpm .\rc\variable.xrc .\rc\throbber.gif .\rc\stop.xpm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dbitmap.h207 void SetHICON(WXHICON ico);

Completed in 219 milliseconds

12