Searched refs:GPLOT_LINES (Results 1 – 8 of 8) sorted by relevance
/external/tesseract/liblept/ |
D | gplot.c | 259 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()
|
D | gplot.h | 29 GPLOT_LINES = 0, enumerator
|
D | compare.c | 688 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()
|
D | skew.c | 375 gplotAddPlot(gplot, natheta, nascore, GPLOT_LINES, "plot1"); in pixFindSkewSweep() 656 gplotAddPlot(gplot, natheta, nascore, GPLOT_LINES, "plot1"); in pixFindSkewSweepAndSearchScorePivot()
|
D | readbarcode.c | 724 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()
|
D | pix4.c | 1740 gplotAddPlot(gplot, NULL, na, GPLOT_LINES, NULL); in pixSplitDistributionFgBg() 1745 gplotAddPlot(gplot, nax, nay, GPLOT_LINES, NULL); in pixSplitDistributionFgBg()
|
D | jbclass.c | 1476 gplotAddPlot(gplot, naseq, nacc, GPLOT_LINES, ""); in pixWordMaskByDilation()
|
/external/tesseract/include/ |
D | gplot.h | 29 GPLOT_LINES = 0, enumerator
|