Home
last modified time | relevance | path

Searched refs:tileheight (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4set.cpp45 tileheight(this), in NetHackQtSettings()
64 heightlbl.setBuddy(&tileheight); in NetHackQtSettings()
65 tileheight.setRange(TILEHMIN, 128); in NetHackQtSettings()
68 tileheight.setValue(settings.value("tileheight", 16).toInt()); in NetHackQtSettings()
77 tileheight.setValue(atoi(qt_tileheight)); in NetHackQtSettings()
139 int h = tileheight.value(); in resizeTiles()
142 settings.setValue("tileheight", tileheight.value()); in resizeTiles()
154 QSize n = QSize(tilewidth.value(),tileheight.value()); in setGlyphSize()
157 tileheight.blockSignals(true); in setGlyphSize()
159 tileheight.setValue(othersize.height()); in setGlyphSize()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4set.cpp45 tileheight(this), in NetHackQtSettings()
64 heightlbl.setBuddy(&tileheight); in NetHackQtSettings()
65 tileheight.setRange(TILEHMIN, 128); in NetHackQtSettings()
68 tileheight.setValue(settings.value("tileheight", 16).toInt()); in NetHackQtSettings()
77 tileheight.setValue(atoi(qt_tileheight)); in NetHackQtSettings()
139 int h = tileheight.value(); in resizeTiles()
142 settings.setValue("tileheight", tileheight.value()); in resizeTiles()
154 QSize n = QSize(tilewidth.value(),tileheight.value()); in setGlyphSize()
157 tileheight.blockSignals(true); in setGlyphSize()
159 tileheight.setValue(othersize.height()); in setGlyphSize()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/
H A Drlmap.lua177 map.heightpixels = map.height * map.tileheight
206 if map.tilewidth ~= tileset.tilewidth or map.tileheight ~= tileset.tileheight then
231 local tileheight = tileset.tileheight
245 height = tileheight,
316 yy = yy + map.tileheight
452 for y = 0, png:getHeight() - 1, map.tileheight do
453 built.layer0[ y // map.tileheight + 1 ] = {}
487 for y = 0, png:getHeight() - 1, map.tileheight do
488 indices[ y // map.tileheight + 1 ] = {}
521 out:writeu16( map.tileheight )
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_set.cpp71 tileheight(this), in NetHackQtSettings()
95 heightlbl.setBuddy(&tileheight); in NetHackQtSettings()
96 tileheight.setRange(TILEHMIN, 128); in NetHackQtSettings()
98 tileheight.setValue(settings.value("tileheight", 16).toInt()); in NetHackQtSettings()
124 tileheight.setValue(atoi(qt_tileheight)); in NetHackQtSettings()
174 grid->addWidget(&tileheight, row, 2), ++row; in NetHackQtSettings()
222 tileHeight = tileheight.value(); in resizeTiles()
240 QSize n = QSize(tilewidth.value(),tileheight.value()); in setGlyphSize()
243 tileheight.blockSignals(true); in setGlyphSize()
245 tileheight.setValue(othersize.height()); in setGlyphSize()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-xbm.c731 gint tileheight, rowoffset; in load_image() local
920 tileheight = gimp_tile_height (); in load_image()
923 for (i = 0; i < height; i += tileheight) in load_image()
925 tileheight = MIN (tileheight, height - i); in load_image()
930 tileheight); in load_image()
934 for (j = 0; j < tileheight; j ++) in load_image()
1108 tileheight = gimp_tile_height (); in save_image()
1114 for (i = 0; i < height; i += tileheight) in save_image()
1117 tileheight = MIN (tileheight, height - i); in save_image()
1126 width, i, tileheight); in save_image()
[all …]
H A Dfile-tga.c992 gint max_tileheight, tileheight; in ReadImage() local
1127 for (i = 0; i < info->height; i += tileheight) in ReadImage()
1130 if (tileheight == 0) in ReadImage()
1131 tileheight = max_tileheight; in ReadImage()
1133 for (y = 1; y <= tileheight; ++y) in ReadImage()
1135 row = data + (info->width * bpp * (tileheight - y)); in ReadImage()
1141 info->width, tileheight), 0, in ReadImage()
1144 gimp_progress_update ((gdouble) (i + tileheight) / in ReadImage()
1152 tileheight = MIN (max_tileheight, info->height - i); in ReadImage()
1154 for (y = 0; y < tileheight; ++y) in ReadImage()
[all …]
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dtilemap.h427 … &decoder, tilemap_get_info_delegate tile_get_info, u16 tilewidth, u16 tileheight, u32 cols, u32 r…
448 u16 tileheight() const { return m_tileheight; } in tileheight() function
632 …_interface &decoder, T &&tile_get_info, U &&mapper, u16 tilewidth, u16 tileheight, u32 cols, u32 r… in create() argument
633 …r, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileheight, cols, rows, nul… in create()
636 …r, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileheight, cols, rows, &st… 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 … &decoder, tilemap_get_info_delegate tile_get_info, u16 tilewidth, u16 tileheight, u32 cols, u32 r…
448 u16 tileheight() const { return m_tileheight; } in tileheight() function
632 …_interface &decoder, T &&tile_get_info, U &&mapper, u16 tilewidth, u16 tileheight, u32 cols, u32 r… in create() argument
633 …r, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileheight, cols, rows, nul… in create()
636 …r, std::forward<T>(tile_get_info), std::forward<U>(mapper), tilewidth, tileheight, cols, rows, &st… 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/gimageview/gimageview-0.2.27/plugins/image_loader/
H A Dtga.c452 gint max_tileheight, tileheight; in tga_read_image() local
506 for (i = 0; i < info->height; i += tileheight) { in tga_read_image()
507 tileheight = i ? max_tileheight : (info->height % max_tileheight); in tga_read_image()
508 if (tileheight == 0) tileheight = max_tileheight; in tga_read_image()
510 for (y = 1; y <= tileheight; ++y) { in tga_read_image()
511 row = data + (info->width * bytes * (tileheight - y)); in tga_read_image()
524 tileheight = MIN (max_tileheight, info->height - i); in tga_read_image()
526 for (y = 0; y < tileheight; ++y) { in tga_read_image()
/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)
92 anglesteplong = M_PI / (2.0 * math.asin(tileheight / (2.0 * radius)))
/dports/games/senken/senken-0.3.0/src/
H A Dsdlwin.c349 int tileheight; in show_tile() local
351 screen_tilesizes(screen, &tilesizex, &tilesizey, &tileheight); in show_tile()
391 …x - ((sy-1)*tilesizex/2), y - heightsquare->dir.topleft*tileheight - tile->extray[dirview][zoom] -… in show_tile()
461 int tileheight; in sdlwin_draw_spot() local
470 screen_tilesizes(screen, &tilesizex, &tilesizey, &tileheight); in sdlwin_draw_spot()
525 drawsquare.parts.topy = y + 0 - heightsquare.dir.topleft*tileheight; in sdlwin_draw_spot()
527 drawsquare.parts.righty = y + tilesizey*sx/2 - heightsquare.dir.topright*tileheight; in sdlwin_draw_spot()
529 drawsquare.parts.lefty = y + tilesizey*sy/2 - heightsquare.dir.botleft*tileheight; in sdlwin_draw_spot()
531 drawsquare.parts.boty = y + tilesizey*(sx+sy)/2 - heightsquare.dir.botright*tileheight; in sdlwin_draw_spot()
H A Dscreen.c37 int tileheight; member
68 screen->tileheight = 8; in screen_init()
553 screen->tileheight *= 2; in screen_zoom()
560 screen->tileheight /= 2; in screen_zoom()
611 …(*screeny + screen->tiley >= screen->y) && (*screeny - 8 * screen->tileheight <= screen->y + scree… in screen_is_square_viewable()
670 *th = screen->tileheight; in screen_tilesizes()
676 return screen->tileheight; in screen_tileheight()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_textures.c245 int tilewidth, tileheight, tiledepth; member
1257 for (height = glt->tileheight;height < glt->inputheight;height <<= 1); in R_UploadFullTexture()
1264 height = glt->tileheight; in R_UploadFullTexture()
1582 …dbuffer + i*glt->tilewidth*glt->tileheight*glt->tiledepth*glt->bytesperpixel, prevbuffer, glt->til… in R_UploadFullTexture()
2110 mipinfo[0][1] = glt->tileheight; in R_SaveTextureDDSFile()
2334 glt->tileheight = sizes.height; in R_LoadTextureDDSFile()
2820 glt->tileheight = mipheight; in R_LoadTextureDDSFile()
2827 for (glt->tileheight = 1;glt->tileheight < mipheight;glt->tileheight <<= 1); in R_LoadTextureDDSFile()
2893 upload_mipheight = (glt->tileheight >> mip); in R_LoadTextureDDSFile()
3089 if (height > glt->tileheight - y) in R_UpdateTexture()
[all …]
/dports/games/darkplaces/darkplaces/
H A Dgl_textures.c245 int tilewidth, tileheight, tiledepth; member
1264 for (height = glt->tileheight;height < glt->inputheight;height <<= 1); in R_UploadFullTexture()
1270 height = glt->tileheight; in R_UploadFullTexture()
1605 …dbuffer + i*glt->tilewidth*glt->tileheight*glt->tiledepth*glt->bytesperpixel, prevbuffer, glt->til… in R_UploadFullTexture()
2133 mipinfo[0][1] = glt->tileheight; in R_SaveTextureDDSFile()
2357 glt->tileheight = sizes.height; in R_LoadTextureDDSFile()
2843 glt->tileheight = mipheight; in R_LoadTextureDDSFile()
2850 for (glt->tileheight = 1;glt->tileheight < mipheight;glt->tileheight <<= 1); in R_LoadTextureDDSFile()
2916 upload_mipheight = (glt->tileheight >> mip); in R_LoadTextureDDSFile()
3112 if (height > glt->tileheight - y) in R_UpdateTexture()
[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/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Datarimo_vidhrdw.c48 int tileheight; /* height of non-rotated tile */ member
317 mo->tileheight = gfx->height; in atarimo_init()
319 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
398 …hift=%d), height=%d (shift=%d)\n", mo->tilewidth, mo->tilexshift, mo->tileheight, mo->tileyshift); in atarimo_init()
540 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects() local
572 rect->max_y = rect->min_y + tileheight - 1; in convert_dirty_grid_to_rects()
785 yadv = mo->tileheight; in mo_render_object()
799 if (sy <= cliprect->min_y - mo->tileheight) in mo_render_object()
848 if (sy <= -cliprect->min_y - mo->tileheight || sy > cliprect->max_y) in mo_render_object()
/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);
H A Dcanvas.cpp286 KtlQCanvas::KtlQCanvas( QPixmap p, int h, int v, int tilewidth, int tileheight ) { in KtlQCanvas() argument
288 init(h*tilewidth, v*tileheight, scm(tilewidth,tileheight) ); in KtlQCanvas()
289 setTiles( p, h, v, tilewidth, tileheight ); in KtlQCanvas()
1181 void KtlQCanvas::setTiles( QPixmap p, int h, int v, int tilewidth, int tileheight ) in setTiles() argument
1183 if ( !p.isNull() && (!tilewidth || !tileheight || in setTiles()
1184 p.width() % tilewidth != 0 || p.height() % tileheight != 0 ) ) in setTiles()
1195 tileh = tileheight; in setTiles()
1200 int s = scm(tilewidth,tileheight); in setTiles()
1201 retune( s < 128 ? s : qMax(tilewidth,tileheight) ); in setTiles()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Datarimo_vidhrdw.c48 int tileheight; /* height of non-rotated tile */ member
317 mo->tileheight = gfx->height; in atarimo_init()
319 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
398 …hift=%d), height=%d (shift=%d)\n", mo->tilewidth, mo->tilexshift, mo->tileheight, mo->tileyshift); in atarimo_init()
540 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects() local
572 rect->max_y = rect->min_y + tileheight - 1; in convert_dirty_grid_to_rects()
785 yadv = mo->tileheight; in mo_render_object()
799 if (sy <= cliprect->min_y - mo->tileheight) in mo_render_object()
848 if (sy <= -cliprect->min_y - mo->tileheight || sy > cliprect->max_y) in mo_render_object()
/dports/games/powder/powder118_src/
H A Dbmp.cpp244 int tilewidth, int tileheight, int numtilex, int numtiley) in bmp_tilify() argument
257 bytesperrow = (tilewidth * tileheight * numtilex * numtiley) * tileperrow; in bmp_tilify()
269 for (y = 0; y < tileheight; y++) in bmp_tilify()
275 (ty * tileheight * numtiley + sy * tileheight + y) * w in bmp_tilify()
/dports/games/powder/powder118_src/support/tile2c/
H A Dbmp.cpp221 int tilewidth, int tileheight, int numtilex, int numtiley) in bmp_tilify() argument
234 bytesperrow = (tilewidth * tileheight * numtilex * numtiley) * tileperrow; in bmp_tilify()
246 for (y = 0; y < tileheight; y++) in bmp_tilify()
252 (ty * tileheight * numtiley + sy * tileheight + y) * w in bmp_tilify()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/
H A Dpamtojpeg2k.c48 unsigned int tileheight; member
115 OPTENT3(0, "tileheight", OPT_UINT, &cmdlineP->tileheight, in parseCommandLine()
177 cmdlineP->tileheight = 0; in parseCommandLine()
437 cmdline.tileheight, in writeJpc()
/dports/games/openglad/openglad-0.98/src/
H A Dvideo.h59 long tilewidth, long tileheight,
64 long tilewidth, long tileheight,
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datarimo.cpp60 int tileheight; /* height of non-rotated tile */ member
356 mo->tileheight = gfx->height; in atarimo_init()
358 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
630 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects() local
666 rect->max_y = rect->min_y + tileheight - 1; in convert_dirty_grid_to_rects()
888 yadv = mo->tileheight; in mo_render_object()
902 if (sy <= cliprect->min_y - mo->tileheight) in mo_render_object()
956 if (sy <= -cliprect->min_y - mo->tileheight || sy > cliprect->max_y) in mo_render_object()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datarimo.cpp60 int tileheight; /* height of non-rotated tile */ member
356 mo->tileheight = gfx->height; in atarimo_init()
358 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
626 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects() local
662 rect->max_y = rect->min_y + tileheight - 1; in convert_dirty_grid_to_rects()
884 yadv = mo->tileheight; in mo_render_object()
898 if (sy <= cliprect->min_y - mo->tileheight) in mo_render_object()
952 if (sy <= -cliprect->min_y - mo->tileheight || sy > cliprect->max_y) in mo_render_object()

12345678