Home
last modified time | relevance | path

Searched refs:GPLOT_LINES (Results 1 – 8 of 8) sorted by relevance

/external/tesseract/liblept/
Dgplot.c259 if (plotstyle != GPLOT_LINES && plotstyle != GPLOT_POINTS && in gplotAddPlot()
538 gplotAddPlot(gplot, NULL, na, GPLOT_LINES, NULL); in gplotSimple1()
586 gplotAddPlot(gplot, NULL, na1, GPLOT_LINES, NULL); in gplotSimple2()
587 gplotAddPlot(gplot, NULL, na2, GPLOT_LINES, NULL); in gplotSimple2()
640 gplotAddPlot(gplot, NULL, na, GPLOT_LINES, NULL); in gplotSimpleN()
Dgplot.h29 GPLOT_LINES = 0, enumerator
Dcompare.c688 gplotAddPlot(gplot, NULL, nac, GPLOT_LINES, "gray"); in pixCompareGray()
804 gplotAddPlot(gplot, NULL, narc, GPLOT_LINES, "red"); in pixCompareRGB()
805 gplotAddPlot(gplot, NULL, nagc, GPLOT_LINES, "green"); in pixCompareRGB()
806 gplotAddPlot(gplot, NULL, nabc, GPLOT_LINES, "blue"); in pixCompareRGB()
Dskew.c375 gplotAddPlot(gplot, natheta, nascore, GPLOT_LINES, "plot1"); in pixFindSkewSweep()
656 gplotAddPlot(gplot, natheta, nascore, GPLOT_LINES, "plot1"); in pixFindSkewSweepAndSearchScorePivot()
Dreadbarcode.c724 gplotAddPlot(gplot, nax, nay, GPLOT_LINES, "plot 1"); in pixExtractBarcodeCrossings()
861 gplotAddPlot(gplot, NULL, naehist, GPLOT_LINES, "plot black"); in numaQuantizeCrossingsByWidth()
862 gplotAddPlot(gplot, NULL, naohist, GPLOT_LINES, "plot white"); in numaQuantizeCrossingsByWidth()
Dpix4.c1740 gplotAddPlot(gplot, NULL, na, GPLOT_LINES, NULL); in pixSplitDistributionFgBg()
1745 gplotAddPlot(gplot, nax, nay, GPLOT_LINES, NULL); in pixSplitDistributionFgBg()
Djbclass.c1476 gplotAddPlot(gplot, naseq, nacc, GPLOT_LINES, ""); in pixWordMaskByDilation()
/external/tesseract/include/
Dgplot.h29 GPLOT_LINES = 0, enumerator