Home
last modified time | relevance | path

Searched refs:imgsize (Results 1 – 25 of 277) sorted by last modified time

12345678910>>...12

/dports/science/minc2/minc-release-2.2.00/progs/mincview/
H A Dmincview104 imgsize=( $(mincinfo -dimlength ${dims[$ind2]} -dimlength ${dims[$ind3]} $infile) )
/dports/multimedia/pwcview/pwcview/
H A Dpwcview.c1148 int imgsize; in main() local
1260 imgsize = (vw.width * vw.height * 3)/2; in main()
1279 y = malloc(imgsize); in main()
1336 while (frozen || ((size = v4l1_read(fd,y,imgsize)) > 0) || (size == -1 && errno == EINTR)) { in main()
1338 if(!frozen && size != imgsize) { in main()
1340 fprintf(stderr,"Warning short read, got only %d of %d bytes\n",size,imgsize); in main()
/dports/graphics/gimageview/gimageview-0.2.27/plugins/image_view/
H A Dgimv_xine_priv.h163 GimvXinePrivImage *gimv_xine_priv_image_new (gint imgsize);
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A Dnv_dds.cpp1160 CTexture::CTexture(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsi… in CTexture() argument
1161 : CSurface(w, h, d, imgsize, pixels) // initialize base class part in CTexture()
1194 void CTexture::create(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const u… in create() argument
1196 CSurface::create(w, h, d, imgsize, pixels); in create()
1225 CSurface::CSurface(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsi… in CSurface() argument
1232 create(w, h, d, imgsize, pixels); in CSurface()
1295 void CSurface::create(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const u… in create() argument
1300 assert(imgsize != 0); in create()
1308 m_size = imgsize; in create()
1309 m_pixels = new unsigned char[imgsize]; in create()
[all …]
H A Dnv_dds.h116 …CSurface(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsigned char…
123 …void create(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsigned c…
146 …CTexture(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsigned char…
151 …void create(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsigned c…
/dports/dns/bindgraph/bindgraph-0.3/
H A Dbindgraph.cgi29 my $imgsize = '';
182 . qq#<p><img border="0" alt="bindgraph image $n" $imgsize #
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dridge_radar.pl38 my ($img_x, $img_y) = imgsize(\$response->content);
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/commands/
H A Duzccommand_blockpreviewexport.pas64 BlockName,imgsize:AnsiString;
69 GetPartOfPath(imgsize,operands,'|');
70 TryStrToInt(imgsize,sx);
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dnoisesim2.py115 dimquads=4, quadscale=100, imgsize=1000, argument
120 fquad[0,0] = imgsize/2 - quadscale/2
121 fquad[1,0] = imgsize/2
122 fquad[0,1] = imgsize/2 + quadscale/2
123 fquad[1,1] = imgsize/2
125 fquad[0,i] = imgsize/2 + randn(1) * quadscale
126 fquad[1,i] = imgsize/2 + randn(1) * quadscale
146 rads = sqrt((array(range(Rsteps))+0.5) / float(Rsteps)) * imgsize/2
/dports/astro/cfitsio/cfitsio-3.49/
H A Dimcompress.c4037 long imgsize; in fits_img_decompress() local
4088 imgsize = 1; in fits_img_decompress()
4091 imgsize *= (infptr->Fptr)->znaxis[ii]; in fits_img_decompress()
4121 long imgsize, memsize; in fits_decompress_img() local
4195 imgsize = 1; in fits_decompress_img()
4198 imgsize *= (infptr->Fptr)->znaxis[ii]; in fits_decompress_img()
4205 memsize = ((imgsize * byte_per_pix) - 1) / sizeof(double) + 1; in fits_decompress_img()
4223 fits_write_imgnull(outfptr, datatype, 1, imgsize, data, nulladdr, in fits_decompress_img()
4226 fits_write_img(outfptr, datatype, 1, imgsize, data, status); in fits_decompress_img()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/encoder/
H A DTrackEncoder.cpp524 gfx::IntSize imgsize = iter->mFrame.GetImage()->GetSize(); in Init() local
526 nsresult rv = Init(imgsize.width, imgsize.height, intrinsicSize.width, in Init()
/dports/www/firefox/firefox-99.0/dom/media/encoder/
H A DTrackEncoder.cpp522 gfx::IntSize imgsize = iter->mFrame.GetImage()->GetSize(); in Init() local
524 nsresult rv = Init(imgsize.width, imgsize.height, intrinsicSize.width, in Init()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/encoder/
H A DTrackEncoder.cpp524 gfx::IntSize imgsize = iter->mFrame.GetImage()->GetSize(); in Init() local
526 nsresult rv = Init(imgsize.width, imgsize.height, intrinsicSize.width, in Init()
/dports/graphics/okular/okular-21.12.3/generators/djvu/
H A Dkdjvu.cpp916 int imgsize = newimg.width() * newimg.height(); in image() local
917 if (imgsize > 0) { in image()
920 …f ((cur->page == page) && (abs(cur->img.width() * cur->img.height() - imgsize) < imgsize * 0.35)) { in image()
/dports/math/kig/kig-21.12.3/filters/
H A Dexporter.cc94 QSize imgsize = opts->imageSize(); in run() local
117 QPixmap img( imgsize ); in run()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/frontend/repository/components/__snapshots__/
H A Dlast_commit_spec.js.snap11 imgsize="40"
118 imgsize="40"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/frontend/design_management/components/design_notes/__snapshots__/
H A Ddesign_note_spec.js.snap11 imgsize="40"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/frontend/vue_shared/components/notes/__snapshots__/
H A Dplaceholder_note_spec.js.snap13 imgsize="40"
/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux_raw.c103 int imgsize; member
116 {"size", OPT_INT(imgsize), M_RANGE(1, 8192 * 8192 * 4)},
206 int imgsize = opts->imgsize; in demux_rawvideo_open() local
210 if (!imgsize) { in demux_rawvideo_open()
213 imgsize += ((width >> desc.xs[p]) * (height >> desc.ys[p]) * in demux_rawvideo_open()
220 if (!imgsize) { in demux_rawvideo_open()
237 imgsize = width * height * bpp / 8; in demux_rawvideo_open()
264 .frame_size = imgsize, in demux_rawvideo_open()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/contrib/vm/
H A Dcow38 imgsize=`blockdev --getsz $imgloop`
39 x=`basename $imgfile` ; echo 0 $imgsize snapshot $imgloop $tmploop N 16 | \
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/lib/Template/Plugin/
H A DImage.pm35 my @stuff = Image::Size::imgsize($file);
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dmapimg.c388 } imgsize; /* image size */ member
1886 pimg->imgsize.x += TILE_SIZE / 2; in img_new()
1887 pimg->imgsize.y += TILE_SIZE / 2; in img_new()
1950 pimg->map = fc_calloc(pimg->imgsize.x * pimg->imgsize.y, in img_new()
1953 memset(pimg->map, 0, pimg->imgsize.x * pimg->imgsize.y); in img_new()
1976 if (mindex < 0 || mindex > pimg->imgsize.x * pimg->imgsize.y) { in img_set_pixel()
1978 pimg->imgsize.x * pimg->imgsize.y); in img_set_pixel()
1994 return pimg->imgsize.x * y + x; in img_index()
2240 for (y = 0; y < pimg->imgsize.y; y++) { in img_save_magickwand()
2247 for (x = 0; x < pimg->imgsize.x; x++) { in img_save_magickwand()
[all …]
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dmapimg.c388 } imgsize; /* image size */ member
1886 pimg->imgsize.x += TILE_SIZE / 2; in img_new()
1887 pimg->imgsize.y += TILE_SIZE / 2; in img_new()
1950 pimg->map = fc_calloc(pimg->imgsize.x * pimg->imgsize.y, in img_new()
1953 memset(pimg->map, 0, pimg->imgsize.x * pimg->imgsize.y); in img_new()
1976 if (mindex < 0 || mindex > pimg->imgsize.x * pimg->imgsize.y) { in img_set_pixel()
1978 pimg->imgsize.x * pimg->imgsize.y); in img_set_pixel()
1994 return pimg->imgsize.x * y + x; in img_index()
2240 for (y = 0; y < pimg->imgsize.y; y++) { in img_save_magickwand()
2247 for (x = 0; x < pimg->imgsize.x; x++) { in img_save_magickwand()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/printsupport/kernel/
H A Dqpaintengine_alpha.cpp481 QSize imgsize((int)(width * xscale), (int)(height * yscale)); in drawAlphaImage() local
482 QImage img(imgsize, QImage::Format_RGB32); in drawAlphaImage()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/printsupport/kernel/
H A Dqpaintengine_alpha.cpp481 QSize imgsize((int)(width * xscale), (int)(height * yscale)); in drawAlphaImage() local
482 QImage img(imgsize, QImage::Format_RGB32); in drawAlphaImage()

12345678910>>...12