Home
last modified time | relevance | path

Searched refs:shpFile (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/examples/
H A Dtest_writeshape.phtml20 GLOBAL $shpFile, $dbfFile;
27 $shpFile->addShape($oShp);
34 $shpFile = ms_newShapeFileObj( $shpFname, MS_SHP_POINT); variable
47 $shpFile->free();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_v2.cpp194 uint16 shapes = READ_LE_UINT16(shpFile); in getPtrToShape()
199 uint32 offset = READ_LE_UINT32(shpFile + (shape << 2) + 2); in getPtrToShape()
201 return shpFile + offset + 2; in getPtrToShape()
204 uint8 *Screen_v2::getPtrToShape(uint8 *shpFile, int shape) { in getPtrToShape() argument
205 uint16 shapes = READ_LE_UINT16(shpFile); in getPtrToShape()
210 uint32 offset = READ_LE_UINT32(shpFile + (shape << 2) + 2); in getPtrToShape()
212 return shpFile + offset + 2; in getPtrToShape()
216 if (!shpFile) in getShapeScaledWidth()
218 int width = READ_LE_UINT16(shpFile + 3); in getShapeScaledWidth()
223 if (!shpFile) in getShapeScaledHeight()
[all …]
H A Dscreen_v2.h49 uint8 *getPtrToShape(uint8 *shpFile, int shape);
50 const uint8 *getPtrToShape(const uint8 *shpFile, int shape);
52 int getShapeScaledWidth(const uint8 *shpFile, int scale);
53 int getShapeScaledHeight(const uint8 *shpFile, int scale);
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_v2.cpp194 uint16 shapes = READ_LE_UINT16(shpFile); in getPtrToShape()
199 uint32 offset = READ_LE_UINT32(shpFile + (shape << 2) + 2); in getPtrToShape()
201 return shpFile + offset + 2; in getPtrToShape()
204 uint8 *Screen_v2::getPtrToShape(uint8 *shpFile, int shape) { in getPtrToShape() argument
205 uint16 shapes = READ_LE_UINT16(shpFile); in getPtrToShape()
210 uint32 offset = READ_LE_UINT32(shpFile + (shape << 2) + 2); in getPtrToShape()
212 return shpFile + offset + 2; in getPtrToShape()
216 if (!shpFile) in getShapeScaledWidth()
218 int width = READ_LE_UINT16(shpFile + 3); in getShapeScaledWidth()
223 if (!shpFile) in getShapeScaledHeight()
[all …]
H A Dscreen_v2.h49 uint8 *getPtrToShape(uint8 *shpFile, int shape);
50 const uint8 *getPtrToShape(const uint8 *shpFile, int shape);
52 int getShapeScaledWidth(const uint8 *shpFile, int scale);
53 int getShapeScaledHeight(const uint8 *shpFile, int scale);
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/man/
H A DPlotPolysOnStaticMap.Rd61 shpFile <- paste(system.file(package = "RgoogleMaps"), "/shapes/bg11_d00.shp", sep = "")
63 #shpFile <- system.file('bg11_d00.shp', package = "RgoogleMaps");
67 shp=importShapefile(shpFile,projection="LL");
89 shpFile <- system.file("shapes/sids.shp", package="maptools");
91 shp=importShapefile(shpFile,projection="LL");
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/R/
H A DPlotPolysOnStaticMap.R74 shpFile <- paste(system.file(package = "RgoogleMaps"), "/shapes/bg11_d00.shp", sep = "") functionVar
77 shp=importShapefile(shpFile,projection="LL");
88 shpFile <- system.file("shapes/sids.shp", package="maptools");
89 shp=importShapefile(shpFile,projection="LL");
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dintro.cpp155 planetR3.shpFile = SharedPtr<Common::MemoryReadStreamEndian>(loadFile("planet.shp")); in playIntro()
168 planetR3.shpFile.reset(); in playIntro()
H A Dspace.cpp237 if (r3->shpFile != nullptr) { in drawR3Shape()
238 r3->shpFile->seek(r3->bitmapOffset, SEEK_SET); in drawR3Shape()
239 SharedPtr<Bitmap> bitmap(new Bitmap(r3->shpFile)); in drawR3Shape()
H A Dspace.h173 FileStream shpFile; // 0x68 member
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Deob.h137 void loadDecShapesToPage3(const char *shpFile) override;
H A Dscene_eob.cpp418 void EoBCoreEngine::loadDecShapesToPage3(const char *shpFile) { in loadDecShapesToPage3() argument
419 _screen->loadShapeSetBitmap(shpFile, 5, 3); in loadDecShapesToPage3()
H A Deob.cpp750 void EoBEngine::loadDecShapesToPage3(const char *shpFile) { in loadDecShapesToPage3() argument
752 EoBCoreEngine::loadDecShapesToPage3(shpFile); in loadDecShapesToPage3()
H A Dscene_lol.cpp268 void LoLEngine::loadLevelShpDat(const char *shpFile, const char *datFile, bool flag) { in loadLevelShpDat() argument
271 _lvlShpFileHandle = _res->createReadStream(shpFile); in loadLevelShpDat()
H A Deobcommon.h636 virtual void loadDecShapesToPage3(const char *shpFile);
H A Dlol.h924 void loadLevelShpDat(const char *shpFile, const char *datFile, bool flag);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dscene_lol.cpp268 void LoLEngine::loadLevelShpDat(const char *shpFile, const char *datFile, bool flag) { in loadLevelShpDat() argument
271 _lvlShpFileHandle = _res->createReadStream(shpFile); in loadLevelShpDat()
H A Dlol.h918 void loadLevelShpDat(const char *shpFile, const char *datFile, bool flag);
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dtyrian2.c3080 FILE *shpFile = dir_fopen_die(data_dir(), tempStr, "rb"); in JE_loadMap() local
3084 JE_boolean shapeBlank = fgetc(shpFile); in JE_loadMap()
3089 efread(shape, sizeof(JE_byte), sizeof(shape), shpFile); in JE_loadMap()
3151 fclose(shpFile); in JE_loadMap()