Index: xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp |
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp |
index 2c707ea306181ad9b532457011083d392361fe26..e8c8373242f082abafabef3701ee6f433d9b7f04 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp |
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp |
@@ -32,6 +32,7 @@ int32_t CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule1( |
return ApplyMaskPenaltyRule1Internal(matrix, TRUE) + |
ApplyMaskPenaltyRule1Internal(matrix, FALSE); |
} |
+ |
int32_t CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule2( |
CBC_CommonByteMatrix* matrix) { |
int32_t penalty = 0; |
@@ -50,6 +51,7 @@ int32_t CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule2( |
} |
return 3 * penalty; |
} |
+ |
int32_t CBC_QRCoderMaskUtil::ApplyMaskPenaltyRule3( |
CBC_CommonByteMatrix* matrix) { |
int32_t penalty = 0; |