MCPcopy Create free account

hub / github.com/makiuchi-d/gozxing / functions

Functions1,648 in github.com/makiuchi-d/gozxing

↓ 6 callersMethoddecodeMiddle
decodeMiddle Subclasses override this to decode the portion of a barcode between the start and end guard patterns. @param row row of black/white valu
oned/upcean_reader.go:73
↓ 6 callersMethoddecodeMiddle
(row *gozxing.BitArray, startRange []int)
oned/upcean_extension5_support.go:52
↓ 6 callersFunctiondoTestVersion
(t testing.TB, exceptedVersion, mask int)
qrcode/decoder/version_test.go:60
↓ 6 callersMethodencode
encode encode contents string @return a byte array of horizontal pixels (false = white, true = black)
oned/ean8_writer.go:29
↓ 6 callersMethodencode
(contents string)
oned/ean13_writer.go:27
↓ 6 callersMethodextractParameters
extractParameters Extracts the number of data layers and data blocks from the layer around the bull's eye. @param bullsEyeCorners the array of bull's
aztec/detector/detector.go:96
↓ 6 callersMethodextractPureBits
(image *gozxing.BitMatrix)
qrcode/qrcode_reader.go:92
↓ 6 callersFunctionfindMSBSet
findMSBSet Return the position of the most significant bit set (to one) in the "value". The most significant bit is position 32. If there is no bit se
qrcode/encoder/matrix_util.go:290
↓ 6 callersMethodgetBlackPointOnSegment
(aX, aY, bX, bY int)
common/detector/white_rectangle_detector.go:214
↓ 6 callersMethodgetNumDataCodewords
()
datamatrix/decoder/data_block.go:103
↓ 6 callersMethodhandlePossibleCenter
(stateCount []int, i, j int)
qrcode/detector/alignment_pattern_finder.go:184
↓ 6 callersFunctionisWhiteHorizontal
(rowArray []int8, from, to int)
qrcode/encoder/mask_util.go:80
↓ 6 callersFunctionisWhiteVertical
(array [][]int8, col, from, to int)
qrcode/encoder/mask_util.go:95
↓ 6 callersFunctionitfReader_findGuardPattern
itfReader_findGuardPattern finds guard pattern @param row row of black/white values to search @param rowOffset position to start search @param p
oned/itf_reader.go:324
↓ 6 callersFunctionmakeYUVSource
(w, h int)
planar_yuv_luminance_source_test.go:8
↓ 6 callersFunctionmax
(a, b int)
aztec/detector/detector.go:449
↓ 6 callersFunctionnewTestImage
(w, h int)
go_image_luminance_source_test.go:29
↓ 6 callersFunctiononedWriter_checkNumeric
onedWriter_checkNumeric returns IllegalArgumentException if input contains characters other than digits 0-9.
oned/one_dimensional_code_writer.go:115
↓ 6 callersMethodreadCodewords
readCodewords Reads the bits in the BitMatrix representing the mapping matrix (No alignment patterns) in the correct order in order to reconstitute th
datamatrix/decoder/bit_matrix_parser.go:60
↓ 6 callersMethodsizeOfBlackWhiteBlackRun
(fromX, fromY, toX, toY int)
qrcode/detector/detector.go:232
↓ 6 callersFunctiontestGenericGFPoly_EvaluateAt
(t testing.TB, p *GenericGFPoly, a, expect int)
common/reedsolomon/generic_gf_poly_test.go:59
↓ 6 callersFunctiontestGenericGFPoly_MultiplyMonomial
(t testing.TB, p *GenericGFPoly, d, c int, expect []int)
common/reedsolomon/generic_gf_poly_test.go:171
↓ 6 callersFunctiontestGenericGF_Exp
(t testing.TB, g *GenericGF, a, expect int)
common/reedsolomon/generic_gf_test.go:64
↓ 6 callersFunctiontestGenericGF_Log
(t testing.TB, g *GenericGF, a, expect int)
common/reedsolomon/generic_gf_test.go:81
↓ 6 callersFunctionupceanReader_findGuardPattern
(row *gozxing.BitArray, rowOffset int, whiteFirst bool, pattern []int)
oned/upcean_reader.go:323
↓ 6 callersFunctionwriteFrame
(img *gozxing.BitMatrix, x, y, w, h, l int)
aztec/detector/detector_test.go:11
↓ 5 callersMethodAboutEquals
(moduleSize, i, j float64)
qrcode/detector/alignment_pattern.go:21
↓ 5 callersMethodClear
(value int8)
qrcode/encoder/byte_matrix.go:45
↓ 5 callersMethodCreateBinarizer
** * Creates a new object with the same type as this Binarizer implementation, but with pristine * state. This is needed because Binarizer impleme
binarizr.go:41
↓ 5 callersFunctionDataBlocks_getDataBlocks
DataBlocks_getDataBlocks When Data Matrix Codes use multiple data blocks, they actually interleave the bytes of each of them. That is, the first byte
datamatrix/decoder/data_block.go:25
↓ 5 callersMethodDecode
Decode Locates and decodes a Data Matrix code in an image. @return a String representing the content encoded by the Data Matrix code @throws NotFound
datamatrix/datamatrix_reader.go:37
↓ 5 callersMethodDecode
Decode Decodes a Data Matrix Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module. @param bits booleans representin
datamatrix/decoder/decoder.go:46
↓ 5 callersMethodDecode
Decode : Locates and decodes a Data Matrix code in an image. @return a String representing the content encoded by the Data Matrix code @throws NotFou
aztec/aztec_reader.go:32
↓ 5 callersFunctionDecodedBitStreamParser_decodeByteSegment
(bits *common.BitSource, result []byte, count int, currentCharacterSetECI *common.CharacterSetECI, byteSegme
qrcode/decoder/decoded_bit_stream_parser.go:233
↓ 5 callersMethodEncode
Encode the contents following specified format. {@code width} and {@code height} are required size. This method may return bigger size {@code BitMatri
oned/one_dimensional_code_writer.go:50
↓ 5 callersFunctionEncodeHighLevel
EncodeHighLevel Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E). @param msg t
datamatrix/encoder/high_level_encoder.go:94
↓ 5 callersMethodFind
()
qrcode/detector/alignment_pattern_finder.go:35
↓ 5 callersFunctionFinderPatternFinder_foundPatternDiagonal
(stateCount []int)
qrcode/detector/finder_pattern_finder.go:144
↓ 5 callersMethodGetBottomLeft
()
qrcode/detector/finder_pattern_info.go:17
↓ 5 callersMethodGetErrorCodewords
()
datamatrix/encoder/symbol_info.go:183
↓ 5 callersMethodGetErrorCorrectionLevel
()
qrcode/decoder/format_information.go:97
↓ 5 callersMethodGetEvenCounts
()
oned/rss/abstract_rss_reader.go:63
↓ 5 callersMethodGetFinderPattern
()
oned/rss/pair.go:16
↓ 5 callersMethodGetInterleavedBlockCount
()
datamatrix/encoder/symbol_info.go:171
↓ 5 callersMethodGetMaskPattern
()
qrcode/encoder/qrcode.go:37
↓ 5 callersMethodGetOddCounts
()
oned/rss/abstract_rss_reader.go:59
↓ 5 callersMethodGetStructuredAppendParity
()
common/decoder_result.go:94
↓ 5 callersMethodGetStructuredAppendSequenceNumber
()
common/decoder_result.go:98
↓ 5 callersMethodGetTopLeft
()
qrcode/detector/finder_pattern_info.go:21
↓ 5 callersMethodGetTopRight
()
qrcode/detector/finder_pattern_info.go:24
↓ 5 callersMethodGetVersion
()
datamatrix/decoder/bit_matrix_parser.go:35
↓ 5 callersFunctionGridSampler_GetInstance
()
common/grid_sampler.go:22
↓ 5 callersFunctionMaskUtil_getDataMaskBit
MaskUtil_getDataMaskBit Return the mask bit for "getMaskPattern" at "x" and "y". See 8.8 of JISX0510:2004 for mask pattern conditions.
qrcode/encoder/mask_util.go:137
↓ 5 callersFunctionMathUtils_DistanceInt
(aX, aY, bX, bY int)
common/util/math_utils.go:20
↓ 5 callersFunctionMatrixUtil_buildMatrix
MatrixUtil_buildMatrix Build 2D matrix of QR Code from "dataBits" with "ecLevel", "version" and "getMaskPattern". On success, store the result in "mat
qrcode/encoder/matrix_util.go:111
↓ 5 callersMethodMultiply
(other *GenericGFPoly)
common/reedsolomon/generic_gf_poly.go:103
↓ 5 callersMethodMultiplyByMonomial
(degree, coefficient int)
common/reedsolomon/generic_gf_poly.go:141
↓ 5 callersFunctionNewAlignmentPatternFinder
(image *gozxing.BitMatrix, startX, startY, width, height int, moduleSize float64, resultPointCallback gozxing.
qrcode/detector/alignment_pattern_finder.go:21
↓ 5 callersFunctionNewAztecDetectorResult
(bits *gozxing.BitMatrix, points []gozxing.ResultPoint, compact bool, nbDatablocks, nbLayers int)
aztec/detector/aztec_detector_result.go:18
↓ 5 callersFunctionNewDataMatrixReader
()
datamatrix/datamatrix_reader.go:20
↓ 5 callersFunctionNewDecoder
()
qrcode/decoder/decoder.go:13
↓ 5 callersFunctionNewEAN13Reader
()
oned/ean13_reader.go:45
↓ 5 callersFunctionNewReedSolomonException
(msg string)
common/reedsolomon/reedsolomon_exception.go:41
↓ 5 callersFunctionNewUPCAReader
()
oned/upca_reader.go:12
↓ 5 callersFunctionNewUPCEANExtensionSupport
()
oned/upcean_extension_support.go:14
↓ 5 callersFunctionRSSReader_isFinderPattern
(counters []int)
oned/rss/abstract_rss_reader.go:111
↓ 5 callersFunctionRSSUtils_getRSSvalue
** Adapted from listings in ISO/IEC 24724 Appendix B and Appendix G. */
oned/rss/rss_utils.go:5
↓ 5 callersMethodRotateCounterClockwise45
** * Returns a new object with rotated image data by 45 degrees counterclockwise. * Only callable if {@link #isRotateSupported()} is true. * *
luminance_source.go:84
↓ 5 callersMethodSelectBestPatterns
SelectBestPatterns return the 3 best {@link FinderPattern}s from our list of candidates. The "best" are those have similar module size and form a shap
qrcode/detector/finder_pattern_finder.go:464
↓ 5 callersFunctionWrapChecksumException
(e error)
checksum_exception.go:21
↓ 5 callersMethodWriteCodewords
(codewords []byte)
datamatrix/encoder/encoder_context.go:70
↓ 5 callersFunctionappendKanjiBytes
(content string, bits *gozxing.BitArray)
qrcode/encoder/encoder.go:597
↓ 5 callersFunctionappendLengthInfo
appendLengthInfo Append length info. On success, store the result in "bits".
qrcode/encoder/encoder.go:505
↓ 5 callersMethodcalculateModuleSizeOneWay
(pattern, otherPattern gozxing.ResultPoint)
qrcode/detector/detector.go:180
↓ 5 callersFunctioncode128FindStartPattern
(row *gozxing.BitArray)
oned/code128_reader.go:153
↓ 5 callersFunctioncode39ToNarrowWidePattern
For efficiency, returns -1 on failure. Not throwing here saved as many as 700 exceptions per image when using some of our blackbox images.
oned/code39_reader.go:205
↓ 5 callersFunctioncode93ToPattern
(counters []int)
oned/code93_reader.go:164
↓ 5 callersFunctioncompareBitMatrix
(t testing.TB, img, expect *gozxing.BitMatrix)
qrcode/decoder/bit_matrix_parser_test.go:272
↓ 5 callersMethodcomputeDimension
(topLeft, topRight, bottomLeft gozxing.ResultPoint, moduleSize float64)
qrcode/detector/detector.go:155
↓ 5 callersMethodcorrectBits
correctBits Performs RS error correction on an array of bits.</p> @return the corrected array @throws FormatException if the input contains too many
aztec/decoder/decoder.go:273
↓ 5 callersFunctiondecodeBase256Segment
decodeBase256Segment See ISO 16022:2006, 5.2.9 and Annex B, B.2
datamatrix/decoder/decoded_bit_stream_parser.go:488
↓ 5 callersMethoddecodeDataCharacter
(row *gozxing.BitArray, pattern *FinderPattern, outsideChar bool)
oned/rss/rss14_reader.go:179
↓ 5 callersMethoddecodeMiddle
(row *gozxing.BitArray, startRange []int, resultString []byte)
oned/ean13_reader.go:53
↓ 5 callersMethoddecodeMiddle
(row *gozxing.BitArray, startRange []int)
oned/upcean_extension2_support.go:47
↓ 5 callersMethoddecodeRow
(rowNumber int, row *gozxing.BitArray, rowOffset int)
oned/upcean_extension_support.go:21
↓ 5 callersMethoddetectSolid1
detectSolid1 Detect a solid side which has minimum transition.
datamatrix/detector/detector.go:103
↓ 5 callersMethoddoDecode
doDecode We're going to examine rows from the middle outward, searching alternately above and below the middle, and farther out each time. rowStep is
oned/oned_reader.go:97
↓ 5 callersFunctionedifactEncodeToCodewords
(sb []byte)
datamatrix/encoder/edifact_encoder.go:126
↓ 5 callersFunctionembedDataBits
embedDataBits Embed "dataBits" using "getMaskPattern". On success, modify the matrix and return true. For debugging purposes, it skips masking process
qrcode/encoder/matrix_util.go:231
↓ 5 callersMethodensureCapacity
(size int)
bit_array.go:30
↓ 5 callersFunctionextractPureBits
extractPureBits This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a
datamatrix/datamatrix_reader.go:95
↓ 5 callersMethodfoundPatternCross
(stateCount []int)
qrcode/detector/alignment_pattern_finder.go:114
↓ 5 callersMethodgetCodewords
()
datamatrix/decoder/data_block.go:107
↓ 5 callersMethodgetColor
getColor Gets the color of a segment @return 1 if segment more than 90% black, -1 if segment is more than 90% white, 0 else
aztec/detector/detector.go:467
↓ 5 callersMethodgetECBlocks
()
datamatrix/decoder/version.go:69
↓ 5 callersFunctiongetMinimumCount
(mins []byte)
datamatrix/encoder/high_level_encoder.go:327
↓ 5 callersFunctioninterleaveWithECBytes
interleaveWithECBytes Interleave "bits" with corresponding error correction bytes. On success, store the result in "result". The interleave rule is co
qrcode/encoder/encoder.go:409
↓ 5 callersFunctionisOnlyDoubleByteKanji
(content string)
qrcode/encoder/encoder.go:262
↓ 5 callersMethodisValidPoint
(point gozxing.ResultPoint)
aztec/detector/detector.go:560
↓ 5 callersFunctionnewException
(prefix string, args ...interface{})
reader_exception.go:32
← previousnext →301–400 of 1,648, ranked by callers