Home
last modified time | relevance | path

Searched refs:tilewidth (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/games/powder/powder118_src/support/tile2c/
H A Dbmp.cpp253 + (tx * numtilex * tilewidth + sx * tilewidth + x) ]]; in bmp_tilify()
352 int tilewidth = -1; in bmp_convertTileset() local
366 if (tilewidth < 0) in bmp_convertTileset()
367 tilewidth = aw / 10; in bmp_convertTileset()
368 if ((aw != tilewidth * 10) || (ah < tilewidth * 11)) in bmp_convertTileset()
397 if (d16 && (dw != tilewidth*48 || dh < tilewidth*24)) in bmp_convertTileset()
402 if (m16 && (mw != tilewidth*48 || mh < tilewidth * 8)) in bmp_convertTileset()
407 if (sprite16 && (sw != tilewidth*48 || sh < tilewidth*4)) in bmp_convertTileset()
525 d8 = bmp_tilify(d16, dw, dh, cd_to_pal, tilewidth, tilewidth, 2, 2); in bmp_convertTileset()
526 m8 = bmp_tilify(m16, mw, mh, cd_to_pal, tilewidth, tilewidth, 2, 2); in bmp_convertTileset()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4set.cpp44 tilewidth(this), in NetHackQtSettings()
62 widthlbl.setBuddy(&tilewidth); in NetHackQtSettings()
63 tilewidth.setRange(TILEWMIN, 128); in NetHackQtSettings()
67 tilewidth.setValue(settings.value("tilewidth", 16).toInt()); in NetHackQtSettings()
73 tilewidth.setValue(atoi(qt_tilewidth)); in NetHackQtSettings()
138 int w = tilewidth.value(); in resizeTiles()
141 settings.setValue("tilewidth", tilewidth.value()); in resizeTiles()
154 QSize n = QSize(tilewidth.value(),tileheight.value()); in setGlyphSize()
156 tilewidth.blockSignals(true); in setGlyphSize()
158 tilewidth.setValue(othersize.width()); in setGlyphSize()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4set.cpp44 tilewidth(this), in NetHackQtSettings()
62 widthlbl.setBuddy(&tilewidth); in NetHackQtSettings()
63 tilewidth.setRange(TILEWMIN, 128); in NetHackQtSettings()
67 tilewidth.setValue(settings.value("tilewidth", 16).toInt()); in NetHackQtSettings()
73 tilewidth.setValue(atoi(qt_tilewidth)); in NetHackQtSettings()
138 int w = tilewidth.value(); in resizeTiles()
141 settings.setValue("tilewidth", tilewidth.value()); in resizeTiles()
154 QSize n = QSize(tilewidth.value(),tileheight.value()); in setGlyphSize()
156 tilewidth.blockSignals(true); in setGlyphSize()
158 tilewidth.setValue(othersize.width()); in setGlyphSize()
[all …]
/dports/games/powder/powder118_src/
H A Dbmp.cpp256 tileperrow = w / (tilewidth * numtilex); in bmp_tilify()
271 for (x = 0; x < tilewidth; x++) in bmp_tilify()
276 + (tx * numtilex * tilewidth + sx * tilewidth + x) ]]; in bmp_tilify()
364 int tilewidth = 8; in bmp_loadExtraTileset() local
412 tilewidth = aw / 10; in bmp_loadExtraTileset()
547 glb_tilesets[NUM_TILESETS-1].tilewidth = tilewidth; in bmp_loadExtraTileset()
554 tilewidth, tilewidth, 1, 1); in bmp_loadExtraTileset()
557 tilewidth, tilewidth, 2, 2); in bmp_loadExtraTileset()
559 tilewidth, tilewidth, 2, 2); in bmp_loadExtraTileset()
561 tilewidth, tilewidth, 2, 2); in bmp_loadExtraTileset()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_set.cpp70 tilewidth(this), in NetHackQtSettings()
93 widthlbl.setBuddy(&tilewidth); in NetHackQtSettings()
94 tilewidth.setRange(TILEWMIN, 128); in NetHackQtSettings()
97 tilewidth.setValue(settings.value("tilewidth", 16).toInt()); in NetHackQtSettings()
120 tilewidth.setValue(atoi(qt_tilewidth)); in NetHackQtSettings()
172 grid->addWidget(&tilewidth, row, 2), ++row; in NetHackQtSettings()
221 tileWidth = tilewidth.value(); in resizeTiles()
240 QSize n = QSize(tilewidth.value(),tileheight.value()); in setGlyphSize()
242 tilewidth.blockSignals(true); in setGlyphSize()
244 tilewidth.setValue(othersize.width()); in setGlyphSize()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/
H A Drlmap.lua174 map.tilewidth = tonumber( xml.findAttr( tmx, 'tilewidth' ) )
176 map.widthpixels = map.width * map.tilewidth
206 if map.tilewidth ~= tileset.tilewidth or map.tileheight ~= tileset.tileheight then
230 local tilewidth = tileset.tilewidth
235 local j = id * tileset.tilewidth
244 width = tilewidth,
313 xx = xx + map.tilewidth
455 for x = 0, png:getWidth() - 1, map.tilewidth do
490 for x = 0, png:getWidth() - 1, map.tilewidth do
520 out:writeu16( map.tilewidth )
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dpixaatest.c42 l_int32 w, d, tilewidth; in main() local
83 tilewidth = w / nx; in main()
84 pixad1 = pixaaDisplayTiledAndScaled(pixaa1, d, tilewidth, ncols, 0, 10, 0); in main()
85 pixad2 = pixaaDisplayTiledAndScaled(pixaa2, d, tilewidth, ncols, 0, 10, 0); in main()
H A Dmodifyhuesat.c46 l_int32 i, j, w, d, nhue, nsat, tilewidth; in main() local
94 tilewidth = L_MIN(w, 1500 / nsat); in main()
95 pixd = pixaDisplayTiledAndScaled(pixa, d, tilewidth, nsat, 0, 25, 3); in main()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dtilemap.h427 …ce_gfx_interface &decoder, tilemap_get_info_delegate tile_get_info, u16 tilewidth, u16 tileheight,…
447 u16 tilewidth() const { return m_tilewidth; } in tilewidth() function
632 …tilemap_t &create(device_gfx_interface &decoder, T &&tile_get_info, U &&mapper, u16 tilewidth, u16… in create() argument
633 …{ return create(decoder, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileh… in create()
636 …{ return create(decoder, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileh… in create()
672 …, u16 tilewidth, u16 tileheight, tilemap_standard_mapper mapper, u32 columns, u32 rows, pen_t tran… in DECLARE_DEVICE_TYPE()
678 set_tile_size(tilewidth, tileheight); in DECLARE_DEVICE_TYPE()
684 , u16 tilewidth, u16 tileheight, tilemap_standard_mapper mapper, u32 columns, u32 rows) in DECLARE_DEVICE_TYPE()
690 set_tile_size(tilewidth, tileheight); in DECLARE_DEVICE_TYPE()
694 …onfig, const char *tag, device_t *owner, T &&gfxtag, int entrybytes, u16 tilewidth, u16 tileheight) in DECLARE_DEVICE_TYPE()
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dtilemap.h427 …ce_gfx_interface &decoder, tilemap_get_info_delegate tile_get_info, u16 tilewidth, u16 tileheight,…
447 u16 tilewidth() const { return m_tilewidth; } in tilewidth() function
632 …tilemap_t &create(device_gfx_interface &decoder, T &&tile_get_info, U &&mapper, u16 tilewidth, u16… in create() argument
633 …{ return create(decoder, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileh… in create()
636 …{ return create(decoder, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileh… in create()
672 …, u16 tilewidth, u16 tileheight, tilemap_standard_mapper mapper, u32 columns, u32 rows, pen_t tran… in DECLARE_DEVICE_TYPE()
678 set_tile_size(tilewidth, tileheight); in DECLARE_DEVICE_TYPE()
684 , u16 tilewidth, u16 tileheight, tilemap_standard_mapper mapper, u32 columns, u32 rows) in DECLARE_DEVICE_TYPE()
690 set_tile_size(tilewidth, tileheight); in DECLARE_DEVICE_TYPE()
694 …onfig, const char *tag, device_t *owner, T &&gfxtag, int entrybytes, u16 tilewidth, u16 tileheight) in DECLARE_DEVICE_TYPE()
[all …]
/dports/graphics/largetifftools/largetifftools-1.4/src/
H A Dtiffsplittiles.c181 uint32 tilewidth, tilelength; in main() local
228 TIFFGetField(in, TIFFTAG_TILEWIDTH, &tilewidth); in main()
270 searchNumberOfDigits((imagewidth+tilewidth-1)/tilewidth); in main()
290 for (x = 0; x < imagewidth; x += tilewidth) in main()
295 uint32 outputimagewidth= tilewidth; in main()
312 number_digits_horiz_tile_numbers, x/tilewidth+1, in main()
329 TIFFSetField(out, TIFFTAG_TILEWIDTH, tilewidth); in main()
/dports/graphics/py-pivy/pivy-0.6.6/examples/contrib/
H A Dmirrorball.py73 def generateMirrorBall(radius, tileheight, tilewidth): argument
76 tilethickness = ((tilewidth + tileheight)/2.0)/50.0 # looks nice
77 tile = generateTile(tileheight, tilewidth, tilethickness)
93 anglesteplat = M_PI / (2.0 * math.asin(tilewidth / (2.0 * radius)))
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_textures.c245 int tilewidth, tileheight, tiledepth; member
1256 for (width = glt->tilewidth;width < glt->inputwidth ;width <<= 1); in R_UploadFullTexture()
1263 width = glt->tilewidth; in R_UploadFullTexture()
2109 mipinfo[0][0] = glt->tilewidth; in R_SaveTextureDDSFile()
2333 glt->tilewidth = sizes.width; in R_LoadTextureDDSFile()
2819 glt->tilewidth = mipwidth; in R_LoadTextureDDSFile()
2826 for (glt->tilewidth = 1;glt->tilewidth < mipwidth;glt->tilewidth <<= 1); in R_LoadTextureDDSFile()
2892 upload_mipwidth = (glt->tilewidth >> mip); in R_LoadTextureDDSFile()
3070 int outputskip = glt->tilewidth*bpp; in R_UpdateTexture()
3087 if (width > glt->tilewidth - x) in R_UpdateTexture()
[all …]
/dports/games/darkplaces/darkplaces/
H A Dgl_textures.c245 int tilewidth, tileheight, tiledepth; member
1263 for (width = glt->tilewidth;width < glt->inputwidth ;width <<= 1); in R_UploadFullTexture()
1269 width = glt->tilewidth; in R_UploadFullTexture()
2132 mipinfo[0][0] = glt->tilewidth; in R_SaveTextureDDSFile()
2356 glt->tilewidth = sizes.width; in R_LoadTextureDDSFile()
2842 glt->tilewidth = mipwidth; in R_LoadTextureDDSFile()
2849 for (glt->tilewidth = 1;glt->tilewidth < mipwidth;glt->tilewidth <<= 1); in R_LoadTextureDDSFile()
2915 upload_mipwidth = (glt->tilewidth >> mip); in R_LoadTextureDDSFile()
3093 int outputskip = glt->tilewidth*bpp; in R_UpdateTexture()
3110 if (width > glt->tilewidth - x) in R_UpdateTexture()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Datarimo_vidhrdw.c47 int tilewidth; /* width of non-rotated tile */ member
316 mo->tilewidth = gfx->width; in atarimo_init()
318 mo->tilexshift = compute_log(mo->tilewidth); in atarimo_init()
539 int tilewidth = 1 << mo->tilexshift; in convert_dirty_grid_to_rects() local
570 rect->max_x = rect->min_x + tilewidth - 1; in convert_dirty_grid_to_rects()
580 rect->max_x += tilewidth; in convert_dirty_grid_to_rects()
756 xpos = mo->last_xpos + mo->tilewidth; in mo_render_object()
758 mo->next_xpos = xpos + mo->tilewidth; in mo_render_object()
777 xadv = mo->tilewidth; in mo_render_object()
811 if (sx <= -cliprect->min_x - mo->tilewidth || sx > cliprect->max_x) in mo_render_object()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datarimo.cpp355 mo->tilewidth = gfx->width; in atarimo_init()
357 mo->tilexshift = compute_log(mo->tilewidth); in atarimo_init()
453 if (mo->tilewidth) in atarimo_exit()
478 if (mo->tilewidth) in AtariMoScan()
629 int tilewidth = 1 << mo->tilexshift; in convert_dirty_grid_to_rects() local
664 rect->max_x = rect->min_x + tilewidth - 1; in convert_dirty_grid_to_rects()
674 rect->max_x += tilewidth; in convert_dirty_grid_to_rects()
859 xpos = mo->last_xpos + mo->tilewidth; in mo_render_object()
861 mo->next_xpos = xpos + mo->tilewidth; in mo_render_object()
880 xadv = mo->tilewidth; in mo_render_object()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datarimo.cpp355 mo->tilewidth = gfx->width; in atarimo_init()
357 mo->tilexshift = compute_log(mo->tilewidth); in atarimo_init()
453 if (mo->tilewidth) in atarimo_exit()
479 if (mo->tilewidth) in AtariMoScan()
625 int tilewidth = 1 << mo->tilexshift; in convert_dirty_grid_to_rects() local
660 rect->max_x = rect->min_x + tilewidth - 1; in convert_dirty_grid_to_rects()
670 rect->max_x += tilewidth; in convert_dirty_grid_to_rects()
855 xpos = mo->last_xpos + mo->tilewidth; in mo_render_object()
857 mo->next_xpos = xpos + mo->tilewidth; in mo_render_object()
876 xadv = mo->tilewidth; in mo_render_object()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Datarimo_vidhrdw.c47 int tilewidth; /* width of non-rotated tile */ member
316 mo->tilewidth = gfx->width; in atarimo_init()
318 mo->tilexshift = compute_log(mo->tilewidth); in atarimo_init()
539 int tilewidth = 1 << mo->tilexshift; in convert_dirty_grid_to_rects() local
570 rect->max_x = rect->min_x + tilewidth - 1; in convert_dirty_grid_to_rects()
580 rect->max_x += tilewidth; in convert_dirty_grid_to_rects()
756 xpos = mo->last_xpos + mo->tilewidth; in mo_render_object()
758 mo->next_xpos = xpos + mo->tilewidth; in mo_render_object()
777 xadv = mo->tilewidth; in mo_render_object()
811 if (sx <= -cliprect->min_x - mo->tilewidth || sx > cliprect->max_x) in mo_render_object()
[all …]
/dports/graphics/jasper/jasper-version-2.0.33/test/bin/
H A Dcodec_tests231 tilegrdtly=1 tilewidth=97 tileheight=101 cblkwidth=128 cblkheight=32 \
242 tilegrdtly=3003 tilewidth=91 tileheight=97 cblkwidth=128 cblkheight=32 \
264 tilewidth=97 tileheight=101 cblkwidth=128 cblkheight=32 prcwidth=16384 \
288 tilewidth=97 tileheight=101 cblkwidth=128 cblkheight=32 prcwidth=16384 \
383 tilegrdtly=0 tilewidth=131 tileheight=137 mode=int numrlvls=6 pae=0
386 tilegrdtlx=0 tilegrdtly=0 tilewidth=111 tileheight=203 \
390 imgareatly=3097 tilegrdtlx=33 tilegrdtly=3003 tilewidth=91 tileheight=97 \
405 tilewidth=101 tileheight=79 prcwidth=32 prcheight=32 prg=rlcp pae=0
409 imgareatlx=1 imgareatly=1 tilewidth=101 tileheight=79 prcwidth=32 \
419 tilewidth=2048 tileheight=2048 \
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dload-tiff.c38 unsigned tilewidth; member
425 for (x = 0; x < tiff->tilewidth && col + x < tiff->imagewidth; x++) in tiff_paste_tile()
591 tilesacross = (tiff->imagewidth + tiff->tilewidth - 1) / tiff->tilewidth; in tiff_decode_tiles()
610 for (y = 0; y < tiff->imagewidth; y += tiff->tilewidth) in tiff_decode_tiles()
636 for (y = 0; y < tiff->imagewidth; y += tiff->tilewidth) in tiff_decode_tiles()
924 tiff_read_tag_value(&tiff->tilewidth, tiff, type, value, 1); in tiff_read_tag()
1252 if (!tiff->tilelength && !tiff->tilewidth && !tiff->stripbytecounts) in tiff_decode_ifd()
1259 if (tiff->tilelength && tiff->tilewidth && !tiff->tilebytecounts) in tiff_decode_ifd()
1262 unsigned tilesacross = (tiff->imagewidth + tiff->tilewidth - 1) / tiff->tilewidth; in tiff_decode_ifd()
1271 if (tiff->tilelength && tiff->tilewidth) in tiff_decode_ifd()
[all …]
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dcanvas.h34 KtlQCanvas( QPixmap p, int h, int v, int tilewidth, int tileheight );
39 int tilewidth, int tileheight );
134 void initTiles(QPixmap p, int h, int v, int tilewidth, int tileheight);
/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()
622 if ((tilestartx + tilewidth) > portendx) //this clips on the right edge in putbuffer()
646 sourceshifter = tilewidth - rowsize; //this will wrap the source around in putbuffer()
649 offssource = (ymin * tilewidth) + xmin; //start at u-l position in putbuffer()
657 num = i*tilewidth + j; in putbuffer()
665 long tilewidth, long tileheight, in putbuffer() argument
671 long xmin=0, xmax=tilewidth, ymin=0, ymax=tileheight; in putbuffer()
679 if ((tilestartx + tilewidth) > portendx) //this clips on the right edge in putbuffer()
701 sourceshifter = tilewidth - rowsize; //this will wrap the source around in putbuffer()
[all …]
H A Dvideo.h59 long tilewidth, long tileheight,
64 long tilewidth, long tileheight,
/dports/games/zangband/zangband/src/
H A Dmain-xaw.c210 Dimension tilewidth; member
473 x += widget->angband.tilewidth; in AngbandOutputText()
534 wid = widget->angband.tilewidth; in AngbandOutputPict()
656 wnew->angband.tilewidth = 2 * wnew->angband.fontwidth; in Initialize()
658 wnew->angband.tilewidth = wnew->angband.fontwidth; in Initialize()
1487 td->widget->angband.tilewidth - 1, in Term_curs_xaw()
1672 td->widget->angband.tilewidth = 2 * td->widget->angband.fontwidth; in term_data_init()
1674 td->widget->angband.tilewidth = td->widget->angband.fontwidth; in term_data_init()
1898 td->widget->angband.tilewidth, in init_xaw()
1930 total = td->widget->angband.tilewidth * in init_xaw()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/
H A Dpamtojpeg2k.c47 unsigned int tilewidth; member
113 OPTENT3(0, "tilewidth", OPT_UINT, &cmdlineP->tilewidth, in parseCommandLine()
175 cmdlineP->tilewidth = 0; in parseCommandLine()
436 cmdline.tilewidth, in writeJpc()

12345678910