Home
last modified time | relevance | path

Searched refs:tileheight (Results 26 – 50 of 188) sorted by relevance

12345678

/dports/graphics/geoserver/geoserver-2.20.1/data_dir/demo/
H A DWCS_getCoverage_2.0.1_format_geotiff.url1 …rage&VERSION=2.0.1&CoverageId=nurc__mosaic&compression=LZW&tiling=true&tileheight=256&tilewidth=256
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dtilemap.cpp356 u16 tileheight, in init_common() argument
371 m_tileheight = tileheight; in init_common()
373 m_height = rows * tileheight; in init_common()
443 u16 tileheight, in init() argument
450 init_common(manager, decoder, tile_get_info, tilewidth, tileheight, cols, rows); in init()
461 u16 tileheight, in init() argument
479 init_common(manager, decoder, tile_get_info, tilewidth, tileheight, cols, rows); in init()
1611 …gate tile_get_info, tilemap_mapper_delegate mapper, u16 tilewidth, u16 tileheight, u32 cols, u32 r… in create() argument
1615 ….append(allocated->init(*this, decoder, tile_get_info, mapper, tilewidth, tileheight, cols, rows)); in create()
1618 …gate tile_get_info, tilemap_standard_mapper mapper, u16 tilewidth, u16 tileheight, u32 cols, u32 r… in create() argument
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dtilemap.cpp356 u16 tileheight, in init_common() argument
371 m_tileheight = tileheight; in init_common()
373 m_height = rows * tileheight; in init_common()
443 u16 tileheight, in init() argument
450 init_common(manager, decoder, tile_get_info, tilewidth, tileheight, cols, rows); in init()
461 u16 tileheight, in init() argument
479 init_common(manager, decoder, tile_get_info, tilewidth, tileheight, cols, rows); in init()
1611 …gate tile_get_info, tilemap_mapper_delegate mapper, u16 tilewidth, u16 tileheight, u32 cols, u32 r… in create() argument
1615 ….append(allocated->init(*this, decoder, tile_get_info, mapper, tilewidth, tileheight, cols, rows)); in create()
1618 …gate tile_get_info, tilemap_standard_mapper mapper, u16 tilewidth, u16 tileheight, u32 cols, u32 r… in create() argument
[all …]
/dports/net-mgmt/phpweathermap/weathermap/
H A DWeathermap.class.php1344 list($tilewidth, $tileheight)=$this->myimagestringsize($font, "100%");
1353 $scale_top = $box_top + $tileheight + 6;
1354 $scale_bottom = $scale_top + $tileheight * 1.5;
1355 $box_bottom = $scale_bottom + $tileheight * 2 + 6;
1375 imageline($scale_im, $scale_left + $dx, $scale_top - $tileheight,
1376 $scale_left + $dx, $scale_bottom + $tileheight,
1428 $scale_right = $scale_left + $tileheight*2;
1437 $scale_top = $box_top + 4 + $scalefactor + $tileheight*2;
1439 $box_bottom = $scale_bottom + $scalefactor + $tileheight/2 + 4;
1525 $tileheight=$tileheight * 1.1;
[all …]
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_textures.c127 int tilewidth, tileheight, tiledepth; member
848 … == 0 && glt->inputwidth == glt->tilewidth && glt->inputheight == glt->tileheight && glt->inputdep… in R_Upload()
884 while (width > glt->tilewidth || height > glt->tileheight || depth > glt->tiledepth) in R_Upload()
886 …revbuffer, resizebuffer, &width, &height, &depth, glt->tilewidth, glt->tileheight, glt->tiledepth); in R_Upload()
951 while (width > glt->tilewidth || height > glt->tileheight || depth > glt->tiledepth) in R_Upload()
953 …revbuffer, resizebuffer, &width, &height, &depth, glt->tilewidth, glt->tileheight, glt->tiledepth); in R_Upload()
1108 …>inputwidth, glt->inputheight, glt->inputdepth, &glt->tilewidth, &glt->tileheight, &glt->tiledepth… in R_SetupTexture()
1222 R_Upload( glt, NULL, 0, 0, 0, glt->tilewidth, glt->tileheight, glt->tiledepth ); in R_ClearTexture()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4set.h38 QSpinBox tileheight; variable
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4set.h38 QSpinBox tileheight; variable
/dports/games/senken/senken-0.3.0/lib/
H A Dtiles.c176 int tileheight = 16; in slope_image_height() local
182 h[0] = 0 - ((slope >> 6) & 3) * tileheight; in slope_image_height()
183 h[1] = 32 - ((slope >> 4) & 3) * tileheight; in slope_image_height()
184 h[2] = 32 - ((slope >> 2) & 3) * tileheight; in slope_image_height()
185 h[3] = 64 - ((slope >> 0) & 3) * tileheight; in slope_image_height()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/qpageview/
H A Drender.py136 tileheight, extraheight = divmod(height, rowcount + 1)
137 rows = [tileheight] * rowcount + [tileheight + extraheight]
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_set.h60 QSpinBox tileheight; variable
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dipdenoise.h29 …, int imheight, int &numtiles_W, int &numtiles_H, int &tilewidth, int &tileheight, int &tileWskip,…
H A Dipdenoise.cc294 int numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tileHskip; in RGB_denoise_info() local
298 …, overlap, kall, imwidth, imheight, numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tile… in RGB_denoise_info()
323 int tilebottom = MIN(imheight, tiletop + tileheight); in RGB_denoise_info()
676 int numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tileHskip; in denoiseComputeParams() local
683 …esize, overlap, kall, widIm, heiIm, numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tile… in denoiseComputeParams()
H A DFTblockDN.cc442 …, int imheight, int &numtiles_W, int &numtiles_H, int &tilewidth, int &tileheight, int &tileWskip,… in Tile_calc() argument
461 tileheight = imheight; in Tile_calc()
464 tileheight = ceil((static_cast<float>(imheight)) / (numtiles_H)) + overlap; in Tile_calc()
465 tileheight += (tileheight & 1); in Tile_calc()
466 tileHskip = tileheight - overlap; in Tile_calc()
476 tileheight = imheight; in Tile_calc()
1854 int numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tileHskip; in RGB_denoise() local
1986 noisevarlum = new float[((tileheight + 1) / 2) * ((tilewidth + 1) / 2)]; in RGB_denoise()
1987 noisevarchrom = new float[((tileheight + 1) / 2) * ((tilewidth + 1) / 2)]; in RGB_denoise()
1999 int tilebottom = MIN(imheight, tiletop + tileheight); in RGB_denoise()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dipwavelet.cc575 int minsizetile = min(tilewidth, tileheight); in ip_wavelet()
679 float** varhue = new float*[tileheight]; in ip_wavelet()
681 for (int i = 0; i < tileheight; i++) { in ip_wavelet()
685 float** varchro = new float*[tileheight]; in ip_wavelet()
687 for (int i = 0; i < tileheight; i++) { in ip_wavelet()
709 Lold = new float*[tileheight]; in ip_wavelet()
713 for (int i = 0; i < tileheight; i++) { in ip_wavelet()
817 for (int i = 0; i < (tileheight + 1) / 2; i++) { in ip_wavelet()
827 for(int i = (tileheight + 1) / 2; i < tileheight; i++) { in ip_wavelet()
1235 for (int i = 0; i < tileheight; i++) in ip_wavelet()
[all …]
H A DFTblockDN.cc460 tileheight = imheight; in Tile_calc()
463 tileheight = ceil((static_cast<float>(imheight)) / (numtiles_H)) + overlap; in Tile_calc()
464 tileheight += (tileheight & 1); in Tile_calc()
465 tileHskip = tileheight - overlap; in Tile_calc()
475 tileheight = imheight; in Tile_calc()
724 int numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tileHskip; in RGB_denoise() local
868 noisevarlum = new float[((tileheight + 1) / 2) * ((tilewidth + 1) / 2)]; in RGB_denoise()
881 int tilebottom = MIN(imheight, tiletop + tileheight); in RGB_denoise()
1131 int minsizetile = min(tilewidth, tileheight); in RGB_denoise()
3130 int numtiles_W, numtiles_H, tilewidth, tileheight, tileWskip, tileHskip; in RGB_denoise_info() local
[all …]
/dports/games/openglad/openglad-0.98/src/
H A Dvideo.cpp608 long tilewidth, long tileheight, in putbuffer() argument
614 long xmin=0, xmax=tilewidth, ymin=0, ymax=tileheight; in putbuffer()
631 if ((tilestarty + tileheight) > portendy) //this clips on the bottom edge in putbuffer()
665 long tilewidth, long tileheight, in putbuffer() argument
671 long xmin=0, xmax=tilewidth, ymin=0, ymax=tileheight; in putbuffer()
687 if ((tilestarty + tileheight) > portendy) //this clips on the bottom edge in putbuffer()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/map/
H A Dmap_slippy_fetcher.tcl43 method tileheight {} {map::slippy tile size}
/dports/devel/tcllib/tcllib-1.20/modules/map/
H A Dmap_slippy_fetcher.tcl43 method tileheight {} {map::slippy tile size}
/dports/devel/tcllibc/tcllib-1.20/modules/map/
H A Dmap_slippy_fetcher.tcl43 method tileheight {} {map::slippy tile size}
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_enc.c397 cp->tileheight = 0; in cp_create()
474 cp->tileheight = atoi(jas_tvparser_getval(tvp)); in cp_create()
601 if (!cp->tileheight) { in cp_create()
602 cp->tileheight = cp->refgrdheight - cp->tilegrdoffy; in cp_create()
642 if (!cp->tileheight) { in cp_create()
644 cp->tileheight); in cp_create()
652 cp->tilegrdoffy + cp->tileheight < cp->imgareatly) { in cp_create()
662 cp->tileheight); in cp_create()
953 siz->tileheight = cp->tileheight; in jpc_enc_encodemainhdr()
1957 tile->tly = JAS_MAX(cp->tilegrdoffy + vtileno * cp->tileheight, in jpc_enc_tile_create()
[all …]
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_enc.c391 cp->tileheight = 0; in cp_create()
474 cp->tileheight = atoi(jas_tvparser_getval(tvp)); in cp_create()
606 if (!cp->tileheight) { in cp_create()
607 cp->tileheight = cp->refgrdheight - cp->tilegrdoffy; in cp_create()
647 if (!cp->tileheight) { in cp_create()
649 cp->tileheight); in cp_create()
657 cp->tilegrdoffy + cp->tileheight < cp->imgareatly) { in cp_create()
667 cp->tileheight); in cp_create()
933 siz->tileheight = cp->tileheight; in jpc_enc_encodemainhdr()
1919 tile->tly = JAS_MAX(cp->tilegrdoffy + vtileno * cp->tileheight, in jpc_enc_tile_create()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_enc.c346 cp->tileheight = 0; in cp_create()
425 cp->tileheight = atoi(jas_tvparser_getval(tvp)); in cp_create()
557 if (!cp->tileheight) { in cp_create()
558 cp->tileheight = cp->refgrdheight - cp->tilegrdoffy; in cp_create()
604 if (!cp->tileheight) { in cp_create()
606 cp->tileheight); in cp_create()
614 cp->tilegrdoffy + cp->tileheight < cp->imgareatly) { in cp_create()
624 cp->tileheight); in cp_create()
898 siz->tileheight = cp->tileheight; in jpc_enc_encodemainhdr()
1704 tile->tly = JAS_MAX(cp->tilegrdoffy + vtileno * cp->tileheight, in jpc_enc_tile_create()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_enc.c389 cp->tileheight = 0; in cp_create()
466 cp->tileheight = atoi(jas_tvparser_getval(tvp)); in cp_create()
593 if (!cp->tileheight) { in cp_create()
594 cp->tileheight = cp->refgrdheight - cp->tilegrdoffy; in cp_create()
634 if (!cp->tileheight) { in cp_create()
636 cp->tileheight); in cp_create()
644 cp->tilegrdoffy + cp->tileheight < cp->imgareatly) { in cp_create()
654 cp->tileheight); in cp_create()
941 siz->tileheight = cp->tileheight; in jpc_enc_encodemainhdr()
1944 tile->tly = JAS_MAX(cp->tilegrdoffy + vtileno * cp->tileheight, in jpc_enc_tile_create()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Datarigen.c2650 int tileheight; member
2700 source_desc->tileheight * source_desc->ytiles); in internal_pf_init()
2725 pf->scanline = (int*)malloc(source_desc->ytiles * source_desc->tileheight * sizeof(int)); in internal_pf_init()
2733 …pf->state = (struct atarigen_pf_state*)malloc(source_desc->ytiles * source_desc->tileheight * size… in internal_pf_init()
2742 pf->tileheight = source_desc->tileheight; in internal_pf_init()
2744 pf->tileheight_shift = compute_shift(source_desc->tileheight); in internal_pf_init()
2951 …tiles.max_y = ((current->vscroll + curclip.max_y + pf->tileheight) >> pf->tileheight_shift) & pf->… in internal_pf_process()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dvpfview.h123 double tileheight; /* 'Height' of tile 1 in the library */ member

12345678