Home
last modified time | relevance | path

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

/external/tesseract/liblept/
Dgplot.c148 gplot->cmddata = sarrayCreate(0); in gplotCreate()
201 sarrayDestroy(&gplot->cmddata); in gplotDestroy()
387 sarrayClear(gplot->cmddata); in gplotGenCommandFile()
392 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
396 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
400 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
418 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
423 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
428 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
450 sarrayAddString(gplot->cmddata, buf, L_COPY); in gplotGenCommandFile()
[all …]
Dgplot.h61 struct Sarray *cmddata; /* command file contents */ member
/external/tesseract/include/
Dgplot.h61 struct Sarray *cmddata; /* command file contents */ member