Home
last modified time | relevance | path

Searched refs:map_width (Results 226 – 250 of 254) sorted by relevance

1234567891011

/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dmap.c114 pixmaps[0]->map_width = nx; in map_init()
H A Dsdl.c900 int w = pixmaps[face]->map_width; in display_mapcell()
940 dx = pixmaps[face]->map_width % scaled_image_size; in display_mapcell()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/widgets/
H A Dmap_window.h117 uint16 map_width; variable
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_wave_edit.c1036 guint map_width; in ags_wave_edit_reset_hscrollbar() local
1073 map_width = (gui_scale_factor * 64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction; in ags_wave_edit_reset_hscrollbar()
1074 upper = map_width - allocation.width; in ags_wave_edit_reset_hscrollbar()
H A Dags_automation_edit.c1371 guint map_width; in ags_automation_edit_reset_hscrollbar() local
1408 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_edit_reset_hscrollbar()
1409 upper = map_width - allocation.width; in ags_automation_edit_reset_hscrollbar()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_namcos1.cpp1685 INT32 map_width = layer_size[layer][0]; in draw_layer() local
1688 INT32 width = map_width * 8; in draw_layer()
1716 for (INT32 offs = 0; offs < map_width * map_height; offs++) in draw_layer()
1718 INT32 sx = (offs % map_width) * 8; in draw_layer()
1719 INT32 sy = (offs / map_width) * 8; in draw_layer()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_namcos1.cpp1681 INT32 map_width = layer_size[layer][0]; in draw_layer() local
1684 INT32 width = map_width * 8; in draw_layer()
1712 for (INT32 offs = 0; offs < map_width * map_height; offs++) in draw_layer()
1714 INT32 sx = (offs % map_width) * 8; in draw_layer()
1715 INT32 sy = (offs / map_width) * 8; in draw_layer()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/noise/
H A DNoiseOptions90 * noise pattern resets across the map. A frequency of 1.0/map_width
/dports/net-p2p/py-tremc/tremc-8b6b29163295e5cf12d9d874e80203c5906619c8/
H A Dtremc2061 map_width = int(str(self.width - margin - 1)[0:-1] + '0')
2062 list_len = (piece_count // map_width) + 1
3380 map_width = (self.width - margin - 1) // 10 * 10
3381 start = self.scrollpos_detaillist[4] * map_width
3382 end = min(start + (self.height - ypos - 3) * map_width, piece_count)
3383 last_line = (end - 1) // map_width
3387 for x in range(10, map_width, 10):
3393 self.pad.addstr(yp, 1, format_str % (counter * map_width), curses.A_BOLD)
3395 self.pad.addstr(yp, margin, '-' * ((end - 1) % map_width + 1), default_attr)
3397 self.pad.addstr(yp, margin, '-' * map_width, default_attr)
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/
H A Dtrackplacer507 self.map_width = self.map.get_width()
664 self.drawing_area.set_size_request(self.map_width, self.map_height)
667 if self.map_width < 0.75 * screen_width and self.map_height < 0.75 * screen_width:
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/taito/
H A Dtaitof3_video.cpp1989 INT32 map_width = bitmap_width[which_map]; in get_line_ram_info() local
2025 map_width = bitmap_width[which_map]; in get_line_ram_info()
2051 line_t->src_s[y]=src_s=srcbitmap + (y_index * map_width); in get_line_ram_info()
2055 line_t->tsrc_s[y]=tsrc_s=flagsbitmap + (y_index * map_width); in get_line_ram_info()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/taito/
H A Dtaitof3_video.cpp1984 INT32 map_width = bitmap_width[which_map]; in get_line_ram_info() local
2020 map_width = bitmap_width[which_map]; in get_line_ram_info()
2044 line_t->src_s[y]=src_s=srcbitmap + (y_index * map_width); in get_line_ram_info()
2048 line_t->tsrc_s[y]=tsrc_s=flagsbitmap + (y_index * map_width); in get_line_ram_info()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/
H A Dgame_ui.lua611 local map_width, map_height = map.th:size()
612 if 1 <= wx and wx <= map_width and 1 <= wy and wy <= map_height then
/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DGameController.cpp2751 int map_width; in new_round() local
2755 reader >> map_name >> map_revision >> map_width >> map_height >> game_started >> time_until_start; in new_round()
2787 init_map(map_width, map_height); in new_round()
3448 void GameController::init_map(int map_width, int map_height) { in init_map() argument
3449 m_map_width = map_width; in init_map()
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_directwrite.c583 static int map_width(enum DWRITE_FONT_STRETCH stretch) in map_width() function
/dports/lang/fpc-source/fpc-3.2.2/packages/x11/src/
H A Dxkblib.pp702 map_width : Smallint; // keyboard device
721map_width : Smallint; // width of core keymap
/dports/x11/fpc-x11/fpc-3.2.2/packages/x11/src/
H A Dxkblib.pp702 map_width : Smallint; // keyboard device
721map_width : Smallint; // width of core keymap
/dports/games/angband/Angband-4.2.2/src/
H A Dui-display.c1928 int map_width = t->wid - 2; in update_minimap_subwindow() local
1932 if (cave->height <= map_height || cave->width <= map_width) { in update_minimap_subwindow()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/map/
H A Dmap_template.cpp655 int map_width = (map_end.x - map_start_pos.x); in Apply() local
711 int map_width = (map_end.x - map_start_pos.x); in Apply() local
/dports/graphics/tiled/tiled-1.7.2/docs/reference/
H A Dtmx-map-format.rst457 // (map_width * map_height * 4)
460 for (int x = 0; x < map_width; ++x) {
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Sceptre_of_Fire/scenarios/
H A D4_Gathering_Materials.cfg24 map_width=45
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Heir_To_The_Throne/scenarios/
H A D17_Scepter_of_Fire.cfg12 map_width=50
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.h538 int map_width; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/front/spv/
H A Dmod.rs2698 width: map_width(width)?, in parse_type_int()
2724 width: map_width(width)?, in parse_type_float()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/front/spv/
H A Dmod.rs2698 width: map_width(width)?, in parse_type_int()
2724 width: map_width(width)?, in parse_type_float()

1234567891011