Home
last modified time | relevance | path

Searched refs:mapname (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/coders/
Dhtml.c213 mapname[MagickPathExtent], in WriteHTMLImage() local
273 (void) CopyMagickString(mapname,basename,MagickPathExtent); in WriteHTMLImage()
322 "src=\"%s\" style=\"border: 0;\" alt=\"Image map\" />\n",mapname, in WriteHTMLImage()
335 "<map id=\"%s\" name=\"%s\">\n",mapname,mapname); in WriteHTMLImage()
411 "<map id=\"%s\" name=\"%s\">\n",mapname,mapname); in WriteHTMLImage()
/external/opencv/cxcore/src/
Dcximage.cpp147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) in read() argument
152 if( mapname ) in read()
154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); in read()
300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) in read() argument
305 if( mapname ) in read()
307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); in read()
/external/opencv/cxcore/include/
Dcxcore.hpp69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0) in CvImage() argument
70 { read( fs, mapname, imgname ); } in CvImage()
120 bool read( CvFileStorage* fs, const char* mapname, const char* imgname );
239 CvMatrix( CvFileStorage* fs, const char* mapname, const char* matname ) : matrix(0) in CvMatrix() argument
240 { read( fs, mapname, matname ); } in CvMatrix()
303 bool read( CvFileStorage* fs, const char* mapname, const char* matname );