Home
last modified time | relevance | path

Searched refs:bgMap (Results 1 – 22 of 22) sorted by relevance

/dports/math/R-cran-sp/sp/demo/
H A Dwebmap.R9 bgMap = get_map(as.vector(bbox(meuse)), source = "google", zoom = 13) # useless without zoom level globalVar
12 plot(spTransform(meuse, merc), bgMap = bgMap, pch = 16, cex = .5)
16 sp.layout = list(panel.ggmap, bgMap, first = TRUE))
20 bgMap = get_map(as.vector(bb), source = "osm") # WGS84 for background map globalVar
21 plot(spTransform(meuse, merc), bgMap = bgMap, pch = 16, cex = .5)
28 plot(spTransform(meuse, merc), bgMap = g, pch = 16, cex = .5)
39 bgMap = get_map(as.vector(bbox(norway))) # no is already in WGS84 globalVar
40 plot(spTransform(norway, merc), bgMap = bgMap, border = 'red')
/dports/math/R-cran-sf/sf/demo/
H A Dwebmap.R8 bgMap = get_map(unname(st_bbox(st_as_sf(meuse))), source = "google", zoom = 13) # useless without z… globalVar
10 plot(st_as_sf(spTransform(meuse, merc)), bgMap = bgMap, pch = 16, cex = .5)
19 bgMap = get_map(as.vector(bb), source = "osm") # WGS84 for background map globalVar
20 plot(st_as_sf(spTransform(meuse, merc)), bgMap = bgMap, pch = 16, cex = .5)
27 plot(st_as_sf(spTransform(meuse, merc)), bgMap = g, pch = 16, cex = .5)
38 bgMap = get_map(as.vector(bbox(norway))) # no is already in WGS84 globalVar
39 plot(st_as_sf(spTransform(norway, merc)), bgMap = bgMap, border = 'red')
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Ddeadang_vidhrdw.c39 const data8_t *bgMap = memory_region(REGION_GFX6); in get_pf3_tile_info() local
40 int code=(bgMap[tile_index*2]<<8) | bgMap[tile_index*2+1]; in get_pf3_tile_info()
46 const data8_t *bgMap = memory_region(REGION_GFX7); in get_pf2_tile_info() local
47 int code=(bgMap[tile_index*2]<<8) | bgMap[tile_index*2+1]; in get_pf2_tile_info()
H A Dpushman_vidhrdw.c22 unsigned char *bgMap = memory_region(REGION_GFX4); in get_back_tile_info() local
25 tile=bgMap[tile_index<<1]+(bgMap[(tile_index<<1)+1]<<8); in get_back_tile_info()
H A Dstfight_vidhrdw.c122 unsigned char *bgMap = memory_region(REGION_GFX6); in get_bg_tile_info() local
125 attr = bgMap[0x8000+tile_index]; in get_bg_tile_info()
131 tile_base + bgMap[tile_index], in get_bg_tile_info()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Ddeadang_vidhrdw.c39 const data8_t *bgMap = memory_region(REGION_GFX6); in get_pf3_tile_info() local
40 int code=(bgMap[tile_index*2]<<8) | bgMap[tile_index*2+1]; in get_pf3_tile_info()
46 const data8_t *bgMap = memory_region(REGION_GFX7); in get_pf2_tile_info() local
47 int code=(bgMap[tile_index*2]<<8) | bgMap[tile_index*2+1]; in get_pf2_tile_info()
H A Dpushman_vidhrdw.c22 unsigned char *bgMap = memory_region(REGION_GFX4); in get_back_tile_info() local
25 tile=bgMap[tile_index<<1]+(bgMap[(tile_index<<1)+1]<<8); in get_back_tile_info()
H A Dstfight_vidhrdw.c122 unsigned char *bgMap = memory_region(REGION_GFX6); in get_bg_tile_info() local
125 attr = bgMap[0x8000+tile_index]; in get_bg_tile_info()
131 tile_base + bgMap[tile_index], in get_bg_tile_info()
/dports/math/R-cran-sp/sp/R/
H A DSpatial-methods.R213 xaxs, yaxs, lab, setParUsrBB = FALSE, bgMap = NULL, expandBB = c(0,0,0,0)) { argument
253 if (!is.null(bgMap)) {
256 if (is(bgMap, "ggmap")) {
257 bb = bb2merc(bgMap, "ggmap")
259 } else if (all(c("lat.center","lon.center","zoom","myTile","BBOX") %in% names(bgMap))) {
261 bb = bb2merc(bgMap, "RgoogleMaps")
262 bgMap = bgMap$myTile
268 rasterImage(bgMap, bb[1,1], bb[2,1], bb[1,2], bb[2,2], interpolate = FALSE)
H A DSpatialPolygons-displayMethods.R5 usePolypath=NULL, rule=NULL, bgMap = NULL) { argument
16 ..., setParUsrBB=setParUsrBB, bgMap = bgMap)
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Ddeadang.cpp50 const uint16_t *bgMap = (const uint16_t *)memregion("gfx6")->base(); in TILE_GET_INFO_MEMBER() local
51 int code= bgMap[tile_index]; in TILE_GET_INFO_MEMBER()
57 const uint16_t *bgMap = (const uint16_t *)memregion("gfx7")->base(); in TILE_GET_INFO_MEMBER() local
58 int code= bgMap[tile_index]; in TILE_GET_INFO_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Ddeadang.cpp50 const uint16_t *bgMap = (const uint16_t *)memregion("gfx6")->base(); in TILE_GET_INFO_MEMBER() local
51 int code= bgMap[tile_index]; in TILE_GET_INFO_MEMBER()
57 const uint16_t *bgMap = (const uint16_t *)memregion("gfx7")->base(); in TILE_GET_INFO_MEMBER() local
58 int code= bgMap[tile_index]; in TILE_GET_INFO_MEMBER()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dstfight.c119 unsigned char *bgMap = memory_region(REGION_GFX6); in get_bg_tile_info() local
122 attr = bgMap[0x8000+tile_index]; in get_bg_tile_info()
126 SET_TILE_INFO(2+tile_bank,tile_base + bgMap[tile_index],attr & 0x07); in get_bg_tile_info()
/dports/math/R-cran-sf/sf/tests/
H A Dplot.R87 plot(st_transform(nc[1], merc), bgMap = bgMap)
94 plot(st_transform(nc, merc), bgMap = g)
H A Dplot.Rout.save125 > #bgMap = get_map(unname(st_bbox(nc)), source = "google", zoom = 8)
126 > plot(st_transform(nc[1], merc), bgMap = bgMap)
133 > plot(st_transform(nc, merc), bgMap = g)
/dports/math/R-cran-sf/sf/R/
H A Dplot.R258 localTitle <- function(..., extent, col, bg, pch, cex, lty, lwd, axes, type, bgMap, argument
555 xaxs, yaxs, lab, setParUsrBB = FALSE, bgMap = NULL, expandBB = c(0,0,0,0), graticule = NA_crs_, argument
618 if (!is.null(bgMap)) {
620 if (inherits(bgMap, "ggmap")) {
621 bb = bb2merc(bgMap, "ggmap")
623 } else if (all(c("lat.center","lon.center","zoom","myTile","BBOX") %in% names(bgMap))) {
625 bb = bb2merc(bgMap, "RgoogleMaps")
626 bgMap = bgMap$myTile
632 rasterImage(bgMap, bb[1], bb[2], bb[3], bb[4], interpolate = FALSE)
/dports/games/nimuh/nimuh-1.02/src/
H A Dscene_infotown.cpp609 if (bgMap->getIndexZ()==z) { in drawSceneMapByIndexZ()
610 bgMap->draw(); in drawSceneMapByIndexZ()
1058 delete bgMap; in unLoad()
1186 data->scene->bgMap = new Element(); in startInfoTownXML()
1187 data->scene->bgMap->addFrameFileFromData(data->scene->map.file); in startInfoTownXML()
1188 data->scene->bgMap->setFadeIn(1000); in startInfoTownXML()
1194 data->scene->bgMap = new Element(); in startInfoTownXML()
1195 …data->scene->bgMap->addFrameFile(Missions::GetInstance()->currentLevel->getPath() + data->scene->m… in startInfoTownXML()
1196 data->scene->bgMap->setFadeIn(1000); in startInfoTownXML()
H A Dscene_infotown.h82 Element *bgMap; variable
/dports/databases/grass7/grass-7.8.6/gui/wxpython/vdigit/
H A Dtoolbars.py632 bgMap = UserSettings.Get(group='vdigit', key='bgmap', subkey='value',
634 if bgMap:
636 self.editingBgMap.emit(mapName=bgMap, unset=True)
1044 bgMap = UserSettings.Get(
1049 if bgMap:
1051 self.editingBgMap.emit(mapName=bgMap, unset=True)
/dports/math/R-cran-sf/sf/man/
H A Dplot.Rd144 bgMap = NULL,
221 \item{bgMap}{object of class \code{ggmap}, or returned by function \code{RgoogleMaps::GetMap}}
/dports/math/R-cran-sp/sp/inst/
H A DNEWS.Rd108 \code{sp::plot} now has an argument \code{bgMap}, \code{spplot}
/dports/math/R-cran-sp/sp/man/
H A DSpatial-class.Rd87 \item{bgMap}{object of class \code{ggmap}, or returned by function \code{RgoogleMaps::GetMap}}