summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h')
-rw-r--r--xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
index 919b0c1534..e45bf7bfa6 100644
--- a/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
+++ b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h
@@ -8,22 +8,22 @@
#define _BC_QRFINDERPATTERN_H_
class CBC_ResultPoint;
class CBC_QRFinderPattern;
-class CBC_QRFinderPattern : public CBC_ResultPoint
-{
-private:
- FX_FLOAT m_estimatedModuleSize;
- int32_t m_count;
-public:
- CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize);
- virtual ~CBC_QRFinderPattern();
+class CBC_QRFinderPattern : public CBC_ResultPoint {
+ private:
+ FX_FLOAT m_estimatedModuleSize;
+ int32_t m_count;
- int32_t GetCount();
- FX_FLOAT GetX();
- FX_FLOAT GetY();
- FX_FLOAT GetEstimatedModuleSize();
- void IncrementCount();
- FX_BOOL AboutEquals(FX_FLOAT moduleSize, FX_FLOAT i, FX_FLOAT j);
- CBC_QRFinderPattern *Clone();
+ public:
+ CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize);
+ virtual ~CBC_QRFinderPattern();
+
+ int32_t GetCount();
+ FX_FLOAT GetX();
+ FX_FLOAT GetY();
+ FX_FLOAT GetEstimatedModuleSize();
+ void IncrementCount();
+ FX_BOOL AboutEquals(FX_FLOAT moduleSize, FX_FLOAT i, FX_FLOAT j);
+ CBC_QRFinderPattern* Clone();
};
typedef CBC_QRFinderPattern FinderPattern;
#endif