Searched defs:mapname (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
H A Dcximage.cpp147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) argument
152 if( mapname )
154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) argument
305 if( mapname )
307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname );
/external/opencv/cxcore/include/
H A Dcxcore.hpp69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) argument
70 { read( fs, mapname, imgname ); }
120 bool read( CvFileStorage* fs, const char* mapname, const char* imgname );
239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0) argument
240 { read( fs, mapname, matname ); }
303 bool read( CvFileStorage* fs, const char* mapname, const char* matname );
/external/quake/quake/src/WinQuake/
H A Dhost_cmd.cpp375 char mapname[MAX_QPATH]; local
385 strcpy (mapname, sv.name); // must copy out, because it gets cleared
389 SV_SpawnServer (mapname, startspot);
391 SV_SpawnServer (mapname);
572 char mapname[MAX_QPATH]; local
628 fscanf (f, "%s\n",mapname);
634 SV_SpawnServer (mapname, NULL);
636 SV_SpawnServer (mapname);
772 char mapname[MAX_QPATH]; local
804 fscanf (f, "%s\n",mapname);
[all...]
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h13 string_t mapname; member in struct:__anon11507
/external/quake/quake/src/QW/server/
H A Dprogdefs.h32 string_t mapname; member in struct:__anon11555

Completed in 71 milliseconds