Home
last modified time | relevance | path

Searched defs:xStop (Results 1 – 25 of 54) sorted by relevance

123

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DResult.cpp36 Result::Result(const std::string& text, int y, int xStart, int xStop, BarcodeFormat format, ByteArr… in Result()
H A DQuadrilateral.h67 Quadrilateral<PointT> Line(int y, int xStart, int xStop) in Line()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/oned/
H A DODITFReader.cpp90 int xStop = next.pixelsTillEnd(); in decodePattern() local
H A DODCodabarReader.cpp109 int xStop = next.pixelsTillEnd(); in decodePattern() local
H A DODCode93Reader.cpp138 int xStop = next.pixelsTillEnd(); in decodePattern() local
H A DODCode39Reader.cpp148 int xStop = next.pixelsTillEnd(); in decodePattern() local
H A DODDataBarCommon.h104 int finder = 0, xStart = -1, xStop = 1, y = -1, count = 1; member
H A DODCode128Reader.cpp284 int xStop = next.pixelsTillEnd(); in decodePattern() local
H A DODDataBarReader.cpp131 …int xStop = view.pixelsTillEnd() + (rightPair ? view[FULL_PAIR_SIZE] + view[FULL_PAIR_SIZE + 1] :… in ReadPair() local
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgFilterWorker.cpp68 int xStop = m_xLeft + COLUMNS_PER_PIECE; in slotRestartTimeout() local
/dports/graphics/libboard/libboard-5b38274/examples/
H A Dline_segment.cpp70 int xStop = myRound(x2); in drawLine() local
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Test/
H A DTestProjectedPoint.cpp81 double xStop = -1.0 * xStart; in testProjectedPoints() local
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/util/
H A DDefaultShadowGenerator.java206 int xStop = dstWidth - right; in applyShadow() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_grid/
H A DGrid_Polygon_Clip.cpp310 …int xStop = Get_System().Get_xWorld_to_Grid(pPolygon->Get_Extent().Get_XMax()) + 1; if( xStop >= G… in Get_Mask() local
H A DGrid_Statistics_AddTo_Polygon.cpp490 int x, y, ix, xStart, xStop, iShape, iPart, iPoint; in Get_Simple_Index() local
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dfilter_spot_remover.c96 int xStop = rect.x + rect.w; in remove_spot_channel() local
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dfilter_spot_remover.c96 int xStop = rect.x + rect.w; in remove_spot_channel() local
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/
H A Dfilter_spot_remover.c96 int xStop = rect.x + rect.w; in remove_spot_channel() local
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_spot_remover.c96 int xStop = rect.x + rect.w; in remove_spot_channel() local
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_spot_remover.c96 int xStop = rect.x + rect.w; in remove_spot_channel() local
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewgridlayout.cpp650 qreal xStart = 0.0, xStop = 0.0; in calculateSharing() local
690 qreal xStart = 0.0, xStop = 0.0; in updateProjections() local
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridInitializer.cpp17 double &xStop, in axisScale()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Ddof.cpp112 int xStop = min(x + size, int(screenRegion.x2 - 1)); in Render() local
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/util/
H A Dmmsubs.cpp215 double xStop, in projectPointOntoLine()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/
H A DShapes2Grid.cpp659 …int xStop = (int)((Extent.Get_XMax() - m_pGrid->Get_XMin()) / m_pGrid->Get_Cellsize()) + 1; if( xS… in Set_Polygon() local

123