Home
last modified time | relevance | path

Searched refs:rootname (Results 1 – 10 of 10) sorted by relevance

/external/tesseract/liblept/
Dgplot.c128 gplotCreate(const char *rootname, in gplotCreate() argument
139 if (!rootname) in gplotCreate()
155 gplot->rootname = stringNew(rootname); in gplotCreate()
157 snprintf(buf, L_BUF_SIZE, "%s.cmd", rootname); in gplotCreate()
160 snprintf(buf, L_BUF_SIZE, "%s.png", rootname); in gplotCreate()
162 snprintf(buf, L_BUF_SIZE, "%s.ps", rootname); in gplotCreate()
164 snprintf(buf, L_BUF_SIZE, "%s.eps", rootname); in gplotCreate()
166 snprintf(buf, L_BUF_SIZE, "%s.tex", rootname); in gplotCreate()
199 FREE(gplot->rootname); in gplotDestroy()
282 snprintf(buf, L_BUF_SIZE, "%s.data.%d", gplot->rootname, gplot->nplots); in gplotAddPlot()
[all …]
Dviewfiles.c67 const char *rootname, in pixHtmlViewer() argument
90 if (!rootname) in pixHtmlViewer()
115 sprintf(charbuf, "%s/%s.html", dirout, rootname); in pixHtmlViewer()
117 sprintf(charbuf, "%s/%s-links.html", dirout, rootname); in pixHtmlViewer()
119 linknameshort = stringJoin(rootname, "-links.html"); in pixHtmlViewer()
150 sprintf(charbuf, "%s_thumb_%03d.jpg", rootname, index); in pixHtmlViewer()
165 sprintf(charbuf, "%s_view_%03d.jpg", rootname, index); in pixHtmlViewer()
Dclassapp.c88 const char *rootname, in jbCorrelation() argument
105 if (!rootname) in jbCorrelation()
120 jbDataWrite(rootname, data); in jbCorrelation()
131 snprintf(filename, L_BUF_SIZE, "%s.%05d", rootname, i); in jbCorrelation()
168 const char *rootname, in jbRankHaus() argument
185 if (!rootname) in jbRankHaus()
200 jbDataWrite(rootname, data); in jbRankHaus()
211 snprintf(filename, L_BUF_SIZE, "%s.%05d", rootname, i); in jbRankHaus()
Dgplot.h59 char *rootname; /* for cmd, data, output */ member
Dwritefile.c106 pixaWriteFiles(const char *rootname, in pixaWriteFiles() argument
116 if (!rootname) in pixaWriteFiles()
123 snprintf(bigbuf, L_BUF_SIZE, "%s%03d.%s", rootname, i, in pixaWriteFiles()
Djbclass.c1865 jbDataRead(const char *rootname) in jbDataRead() argument
1880 if (!rootname) in jbDataRead()
1883 snprintf(fname, L_BUF_SIZE, "%s%s", rootname, JB_TEMPLATE_EXT); in jbDataRead()
1887 snprintf(fname, L_BUF_SIZE, "%s%s", rootname, JB_DATA_EXT); in jbDataRead()
Dleptprotos.h291 …in, l_float32 thresh, l_float32 weight, l_int32 components, const char *rootname, l_int32 firstpag…
292 …r *dirin, l_int32 size, l_float32 rank, l_int32 components, const char *rootname, l_int32 firstpag…
512 LEPT_DLL extern GPLOT * gplotCreate ( const char *rootname, l_int32 outformat, const char *title, c…
624 LEPT_DLL extern JBDATA * jbDataRead ( const char *rootname );
1630 LEPT_DLL extern l_int32 pixHtmlViewer ( const char *dirin, const char *dirout, const char *rootname
1639 LEPT_DLL extern l_int32 pixaWriteFiles ( const char *rootname, PIXA *pixa, l_int32 format );
/external/e2fsprogs/lib/ss/
Dct_c.awk4 rootname, rootname > outfile
/external/tesseract/include/
Dgplot.h59 char *rootname; /* for cmd, data, output */ member
Dleptprotos.h293 …in, l_float32 thresh, l_float32 weight, l_int32 components, const char *rootname, l_int32 firstpag…
294 …r *dirin, l_int32 size, l_float32 rank, l_int32 components, const char *rootname, l_int32 firstpag…
494 LEPT_DLL extern GPLOT * gplotCreate ( const char *rootname, l_int32 outformat, const char *title, c…
605 LEPT_DLL extern JBDATA * jbDataRead ( const char *rootname );
1573 LEPT_DLL extern l_int32 pixHtmlViewer ( const char *dirin, const char *dirout, const char *rootname
1584 LEPT_DLL extern l_int32 pixaWriteFiles ( const char *rootname, PIXA *pixa, l_int32 format );