Home
last modified time | relevance | path

Searched defs:ResultPoint (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DResultPoint.h33 ResultPoint(float x, float y) : PointF(x, y) {} in ResultPoint() function
34 ResultPoint(int x, int y) : PointF(x, y) {} in ResultPoint() function
35 template <typename T> ResultPoint(PointT<T> p) : PointF(p) {} in ResultPoint() function
H A DWhiteRectDetector.h22 class ResultPoint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.hpp58 struct ResultPoint struct
60 GLfloat x;
61 GLfloat y;
62 GLfloat red;
63 GLfloat green;
64 GLfloat blue;
66 ResultPoint(GLfloat _x, GLfloat _y, GLfloat _red, GLfloat _green, GLfloat _blue) in ResultPoint() argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/
H A Dresultpoint.cpp19 ResultPoint::ResultPoint() : posX_(0), posY_(0) {} in ResultPoint() function in zxing::ResultPoint
21 ResultPoint::ResultPoint(float x, float y) : posX_(x), posY_(y) {} in ResultPoint() function in zxing::ResultPoint
23 ResultPoint::ResultPoint(int x, int y) : posX_(float(x)), posY_(float(y)) {} in ResultPoint() function in zxing::ResultPoint
H A Dresultpoint.hpp18 class ResultPoint : public Counted { class
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/pdf417/
H A DPDFScanningDecoder.h24 class ResultPoint; variable
H A DPDFDetector.cpp161 …startRow, int startColumn, const std::vector<int>& pattern, std::array<Nullable<ResultPoint>, 4>& … in FindRowsWithPattern()
216 CopyToResult(std::array<Nullable<ResultPoint>, 8>& result, const std::array<Nullable<ResultPoint>, … in CopyToResult()
H A DPDFReader.cpp57 static int GetMinCodewordWidth(const std::array<Nullable<ResultPoint>, 8>& p) in GetMinCodewordWidth()
71 static int GetMaxCodewordWidth(const std::array<Nullable<ResultPoint>, 8>& p) in GetMaxCodewordWidth()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DConvertClickToPoint.cxx21 gp_Pnt ResultPoint = ElSLib::Value(ConvertedPointOnPlane.X(), in ConvertClickToPoint() local
H A DViewer3dView.cpp211 gp_Pnt ResultPoint = ElSLib::Value(ConvertedPointOnPlane.X(), in ConvertClickToPoint() local
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/aztec/
H A DAZDetector.cpp159 static bool ExtractParameters(const BitMatrix& image, const std::array<ResultPoint, 4>& bullsEyeCor… in ExtractParameters()
341 static void ExpandSquare(std::array<ResultPoint, 4>& cornerPoints, float oldSide, float newSide) in ExpandSquare()
370 …etBullsEyeCorners(const BitMatrix& image, const PointI& pCenter, std::array<ResultPoint, 4>& resul… in GetBullsEyeCorners()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A DThinLayer.cpp451 SPoint3 ResultPoint; in FindNewPoint() local