Home
last modified time | relevance | path

Searched refs:map_width (Results 176 – 200 of 254) sorted by relevance

1234567891011

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dtilemap_generic.h96 …apCallbackStruct *sTile), UINT32 tile_width, UINT32 tile_height, UINT32 map_width, UINT32 map_heig…
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.cc552 map_width = map.map_width; in init_from()
716 if (static_cast<int>(s.length()) > map_width) in add_line()
717 map_width = s.length(); in add_line()
1048 return map_width; in width()
1076 map_width = max(map_width, min_width); in extend()
1169 map_width = 0; in clear()
1577 const int xs = clockwise? 0 : map_width - 1, in rotate()
1578 xe = clockwise? map_width : -1, in rotate()
1604 map_width = lines.size(); in rotate()
1677 const int midpoint = map_width / 2; in hmirror()
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_map.cpp443 int map_width = GetWidth() * SCREEN_TILE_SIZE; in AddScreenX() local
445 screen_x = (screen_x + inc) % map_width; in AddScreenX()
447 ClampingAdd(0, map_width - SCREEN_WIDTH, screen_x, inc); in AddScreenX()
1339 const int map_width = GetWidth() * SCREEN_TILE_SIZE; in SetPositionX() local
1341 x = Utils::PositiveModulo(x, map_width); in SetPositionX()
1343 x = std::max(0, std::min(map_width - SCREEN_WIDTH, x)); in SetPositionX()
/dports/games/julius/julius-1.7.0/src/building/
H A Dhouse.c520 int map_width, map_height; in building_house_check_for_corruption() local
521 map_grid_size(&map_width, &map_height); in building_house_check_for_corruption()
523 for (int x = 0; x < map_width; x++) { in building_house_check_for_corruption()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/GoogleMap/CodeIgniter-Google-Maps-V3-API/
H A DGooglemaps.php56 …var $map_width = "100%"; // The width of the map container. Any units (ie 'px') can be use… variable in Googlemaps
2099 if (is_numeric($this->map_width)) { // if no width type set
2100 $this->map_width = $this->map_width.'px';
/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.cpp2364 int map_width = (int)(scale_width * 16); in loadImages() local
2374 …map_sq[MAP_GREEN][0] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max, filter_mi… in loadImages()
2399 …map_sq[MAP_GREY][0] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max, filter_min… in loadImages()
2412 …coast_icons[0] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
2414 …coast_icons[1] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
2416 …coast_icons[2] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
2418 …coast_icons[3] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
2421 …coast_icons[4] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
2424 …coast_icons[5] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
2427 …coast_icons[6] = Image::createNoise(map_width, map_height, 4.0f, 4.0f, filter_max_ocean, filter_mi… in loadImages()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dtilemap_generic.cpp34 …_flags, INT32 *category), UINT32 tile_width, UINT32 tile_height, UINT32 map_width, UINT32 map_heig… in GenericTilemapInit() argument
52 if (map_width == 0 || map_height == 0 || tile_width == 0 || tile_height == 0) { in GenericTilemapInit()
53 …, %d, %d) called with bad initializer!\n"), which, tile_width, tile_height, map_width, map_height); in GenericTilemapInit()
57 if (map_width > 4096 || map_height > 4096 || tile_width > 512 || tile_height > 512) { in GenericTilemapInit()
58 …d) called with likely bad initializer!\n"), which, tile_width, tile_height, map_width, map_height); in GenericTilemapInit()
73 cur_map->mwidth = map_width; in GenericTilemapInit()
/dports/games/gnome-mahjongg/gnome-mahjongg-3.38.3/src/
H A Dgame-view.vala208 var map_width = game.map.width + 2.0;
212 var unit_width = double.min (width / map_width, height / map_height);
/dports/finance/weberp/webERP/
H A DSelectCustomer.php489 $map_width = $myrow['map_width']; variable
574 … id="map" style="height:', $map_height . 'px; margin: 0 auto; width:', $map_width, 'px;"></div></t…
/dports/games/augustus/augustus-3.1.0/src/building/
H A Dhouse.c531 int map_width, map_height; in building_house_check_for_corruption() local
532 map_grid_size(&map_width, &map_height); in building_house_check_for_corruption()
534 for (int x = 0; x < map_width; x++) { in building_house_check_for_corruption()
/dports/net-mgmt/librenms/librenms-21.5.1/doc/Extensions/
H A DWorld-Map.md105 $config['mapael']['map_width'] = 400;
/dports/net-mgmt/phpweathermap/weathermap/random-bits/
H A Dcacti-integrate.php386 foreach ($width_map as $map_speed => $map_width) {
/dports/games/wesnoth/wesnoth-1.14.17/data/multiplayer/scenarios/
H A DRandom_Scenario_Desert.cfg25 map_width=40
H A DRandom_Scenario_Marsh.cfg27 map_width=40
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/api/services/
H A DCMap.php1980 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2006 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2008 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2035 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2037 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/api/services/
H A DCMap.php1980 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2006 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2008 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2035 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2037 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/api/services/
H A DCMap.php2029 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2055 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2057 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2084 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2086 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/api/services/
H A DCMap.php2029 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2055 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2057 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2084 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2086 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/api/services/
H A DCMap.php1980 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2006 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2008 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2035 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2037 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/api/services/
H A DCMap.php1980 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2006 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2008 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2035 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2037 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/api/services/
H A DCMap.php1980 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2006 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2008 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2035 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2037 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/api/services/
H A DCMap.php2029 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2055 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2057 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2084 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2086 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/api/services/
H A DCMap.php2029 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2055 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2057 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2084 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2086 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/api/services/
H A DCMap.php2029 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
2055 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
2057 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2084 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2086 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/classes/api/services/
H A DCMap.php1958 $map_width = array_key_exists('width', $map) ? $map['width'] : $db_map['width'];
1984 $api_shape_rules['fields']['x']['in'] = '0:'.$map_width;
1986 $api_shape_rules['fields']['width']['in'] = '1:'.$map_width;
2013 $api_line_rules['fields']['x1']['in'] = '0:'.$map_width;
2015 $api_line_rules['fields']['x2']['in'] = '0:'.$map_width;

1234567891011