MCPcopy Create free account

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

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

↓ 14 callersMethodGetCodewordCount
()
datamatrix/encoder/symbol_info.go:167
↓ 14 callersMethodGetDimensionForVersion
()
qrcode/decoder/version.go:55
↓ 14 callersMethodGetSizeInBytes
()
bit_array.go:26
↓ 14 callersMethodGetSymbolWidth
()
datamatrix/encoder/symbol_info.go:159
↓ 14 callersMethodGetValue
()
oned/rss/data_character.go:18
↓ 14 callersMethodHasMoreCharacters
()
datamatrix/encoder/encoder_context.go:94
↓ 14 callersMethodgetFirstDifferent
getFirstDifferent Gets the coordinate of the first point with a different color in the given direction
aztec/detector/detector.go:504
↓ 13 callersMethodDetect
Detect Detects an Aztec Code in an image. @param isMirror if true, image is a mirror-image of original @return {@link AztecDetectorResult} encapsulat
aztec/detector/detector.go:53
↓ 13 callersMethodGetArray
()
qrcode/encoder/byte_matrix.go:29
↓ 13 callersMethodGetSymbolInfo
()
datamatrix/encoder/encoder_context.go:106
↓ 13 callersFunctionNewFinderPatternFinder
(image *gozxing.BitMatrix, resultPointCallback gozxing.ResultPointCallback)
qrcode/detector/finder_pattern_finder.go:24
↓ 13 callersFunctionNewGlobalHistgramBinarizer
(source LuminanceSource)
global_histogram_binarizer.go:15
↓ 13 callersFunctiontestDecodeHintType_String
(t testing.TB, d DecodeHintType, e string)
decode_hint_type_test.go:7
↓ 13 callersFunctiontestResultMetadataTypeString
(t testing.TB, metadataType ResultMetadataType, expect string)
result_metadata_type_test.go:7
↓ 12 callersMethodGetCharacterCountBits
(version *Version)
qrcode/decoder/mode.go:58
↓ 12 callersMethodGetNextUnset
(from int)
bit_array.go:71
↓ 12 callersMethodGetSymbolHeight
()
datamatrix/encoder/symbol_info.go:163
↓ 12 callersMethodGetSymbologyModifier
()
common/decoder_result.go:102
↓ 12 callersMethodGetTotalCodewords
()
qrcode/decoder/version.go:51
↓ 12 callersFunctionNewBitMatrixParser
NewBitMatrixParser construct parser @param bitMatrix {@link BitMatrix} to parse @throws FormatException if dimension is < 8 or > 144 or not 0 mod 2
datamatrix/decoder/bit_matrix_parser.go:16
↓ 12 callersFunctionNewGenericGF
(primitive, size, b int)
common/reedsolomon/generic_gf.go:30
↓ 12 callersFunctionNewSymbolInfoRS
(rectangular bool, dataCapacity, errorCodewords, matrixWidth, matrixHeight, dataRegions, rsBlockData, rsBlock
datamatrix/encoder/symbol_info.go:67
↓ 12 callersFunctionNewUPCEANExtension5Support
()
oned/upcean_extension5_support.go:19
↓ 12 callersMethodgetEncodedData
getEncodedData Gets the string encoded in the aztec code bits @return the decoded string
aztec/decoder/decoder.go:93
↓ 12 callersFunctionstrToBools
(s string)
aztec/decoder/decoder_test.go:131
↓ 11 callersMethodGetCoefficient
(degree int)
common/reedsolomon/generic_gf_poly.go:51
↓ 11 callersMethodGetText
()
common/decoder_result.go:54
↓ 11 callersMethodIsZero
()
common/reedsolomon/generic_gf_poly.go:47
↓ 11 callersFunctionNewAlignmentPattern
(posX, posY, estimatedModuleSize float64)
qrcode/detector/alignment_pattern.go:14
↓ 11 callersFunctionNewDefaultPlacement
(codewords []byte, numcols, numrows int)
datamatrix/encoder/default_placement.go:10
↓ 11 callersFunctioncode128FindCType
(value []rune, start int)
oned/code128_writer.go:247
↓ 11 callersFunctiontestDecoder
(t testing.TB, field *GenericGF, dataWords, ecWords []int)
common/reedsolomon/reedsolomon_decoder_test.go:32
↓ 11 callersFunctiontestIsRange
(t testing.TB, b *BitArray, start, end int, value, expect bool)
bit_array_test.go:188
↓ 11 callersFunctiontestMode_String
(t testing.TB, mode *Mode, expect string)
qrcode/decoder/mode_test.go:83
↓ 10 callersMethodCrossCheckHorizontal
(startJ, centerI, maxCount, originalStateCountTotal int)
qrcode/detector/finder_pattern_finder.go:314
↓ 10 callersMethodCrossCheckVertical
(startI, centerJ, maxCount, originalStateCountTotal int)
qrcode/detector/finder_pattern_finder.go:247
↓ 10 callersFunctionDecodedBitStreamParser_decodeNumericSegment
(bits *common.BitSource, result []byte, count int)
qrcode/decoder/decoded_bit_stream_parser.go:328
↓ 10 callersMethodEncode
** * @param contents The contents to encode in the barcode * @param format The barcode format to generate * @param width The preferred width in
writer.go:25
↓ 10 callersMethodEncode
( contents string, format gozxing.BarcodeFormat, width, height int, hints map[gozxing.EncodeHintType]interfa
qrcode/qrcode_writer.go:26
↓ 10 callersFunctionFinderPatternFinder_foundPatternCross
(stateCount []int)
qrcode/detector/finder_pattern_finder.go:123
↓ 10 callersFunctionFormatInformation_DecodeFormatInformation
(maskedFormatInfo1, maskedFormatInfo2 uint)
qrcode/decoder/format_information.go:61
↓ 10 callersMethodGetBlackMatrix
** * Converts a 2D array of luminance data to 1 bit data. As above, assume this method is expensive * and do not call it repeatedly. This method i
binarizr.go:31
↓ 10 callersMethodGetECBlocksForLevel
(ecLevel ErrorCorrectionLevel)
qrcode/decoder/version.go:59
↓ 10 callersMethodGetRawBytes
()
result.go:43
↓ 10 callersFunctionGridSampler_checkAndNudgePoints
(image *gozxing.BitMatrix, points []float64)
common/grid_sampler.go:26
↓ 10 callersFunctionHighLevelEncoder_isExtendedASCII
(ch byte)
datamatrix/encoder/high_level_encoder.go:339
↓ 10 callersFunctionNewDetector
(image *gozxing.BitMatrix)
datamatrix/detector/detector.go:14
↓ 10 callersFunctionNewMode
(characterCountBitsForVersions []int, bits int)
qrcode/decoder/mode.go:26
↓ 10 callersFunctionRecordPattern
RecordPattern Records the size of successive runs of white and black pixels in a row, starting at a given point. The values are recorded in the given
oned/oned_reader.go:207
↓ 10 callersMethodSetRange
(start, end int)
bit_array.go:96
↓ 10 callersFunctioncodabarReader_arrayContains
(array []byte, key byte)
oned/codabar_reader.go:261
↓ 10 callersFunctiondecodeTextSegment
decodeTextSegment See ISO 16022:2006, 5.2.6 and Annex C, Table C.2
datamatrix/decoder/decoded_bit_stream_parser.go:303
↓ 10 callersFunctiondoTest
(t testing.TB, bytes []byte, charset encoding.Encoding, encoding string)
common/string_utils_test.go:53
↓ 10 callersFunctiongetVersionForDimensions
getVersionForDimensions Deduces version information from Data Matrix dimensions. @param numRows Number of rows in modules @param numColumns Number of
datamatrix/decoder/version.go:80
↓ 10 callersFunctiontestC40EncodeChar
(t testing.TB, c byte, expn int, expb []byte)
datamatrix/encoder/c40_encoder_test.go:26
↓ 10 callersFunctiontestDecodeImage
(t testing.TB, file, expect string)
qrcode/qrcode_reader_test.go:207
↓ 10 callersFunctiontestEan13Reader_determineFirstDigit
(t testing.TB, p int, expect byte)
oned/ean13_reader_test.go:10
↓ 10 callersFunctiontestModeForBits
(t testing.TB, bits int, expect *Mode)
qrcode/decoder/mode_test.go:7
↓ 10 callersFunctionupceanReader_decodeDigit
UPCEANReader_decodeDigit Attempts to decode a single UPC/EAN-encoded digit. @param row row of black/white values to decode @param counters the counts
oned/upcean_reader.go:384
↓ 9 callersFunctionDecodedBitStreamParser_decode
(bytes []byte)
datamatrix/decoder/decoded_bit_stream_parser.go:75
↓ 9 callersMethodDetect
Detect Detects a candidate barcode-like rectangular region within an image. It starts around the center of the image, increases the size of the candid
common/detector/white_rectangle_detector.go:66
↓ 9 callersMethodGetLuminanceSource
()
binarizr.go:4
↓ 9 callersMethodGetMessage
()
datamatrix/encoder/encoder_context.go:50
↓ 9 callersMethodIsRange
(start, end int, value bool)
bit_array.go:127
↓ 9 callersMethodMultiply
(a, b int)
common/reedsolomon/generic_gf.go:103
↓ 9 callersFunctionNewPair
(value, checksumPortion int, finderPattern *FinderPattern)
oned/rss/pair.go:9
↓ 9 callersMethodReadVersion
()
qrcode/decoder/bit_matrix_parser.go:59
↓ 9 callersFunctionResultPoint_OrderBestPatterns
Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC and BC is less than AC, and the angle between BC and BA is less
result_point.go:32
↓ 9 callersFunctionWrapReaderException
(e error)
reader_exception.go:18
↓ 9 callersFunctionWrapReedSolomonException
(err error)
common/reedsolomon/reedsolomon_exception.go:49
↓ 9 callersFunctioncheckResultPoint
(r gozxing.ResultPoint, x, y float64)
datamatrix/detector/detector_test.go:66
↓ 9 callersFunctioncompResultPoint
(p gozxing.ResultPoint, x, y float64)
multi/qrcode/detector/multi_finder_pattern_finder_test.go:85
↓ 9 callersFunctiondecodeC40Segment
decodeC40Segment See ISO 16022:2006, 5.2.5 and Annex C, Table C.1
datamatrix/decoder/decoded_bit_stream_parser.go:212
↓ 9 callersFunctionedifactHandleEOD
edifactHandleEOD Handle "end of data" situations @param context the encoder context @param buffer the buffer with the remaining encoded characters
datamatrix/encoder/edifact_encoder.go:52
↓ 9 callersFunctionembedBasicPatterns
embedBasicPatterns Embed basic patterns. On success, modify the matrix and return true. The basic patterns are: - Position detection patterns - Timing
qrcode/encoder/matrix_util.go:142
↓ 9 callersMethodgetHorizontalDataRegions
()
datamatrix/encoder/symbol_info.go:121
↓ 9 callersFunctionreadCode
readCode Reads a code of given length and at given index in an array of bits
aztec/decoder/decoder.go:411
↓ 9 callersFunctiontestUnrandomize255State
(t testing.TB, randomized, codewordPosition, expect int)
datamatrix/decoder/decoded_bit_stream_parser_test.go:11
↓ 9 callersFunctionupceanReader_checkChecksum
checkChecksum Check checksum @param s string of digits to check @return {@link #checkStandardUPCEANChecksum(CharSequence)} @throws FormatException if
oned/upcean_reader.go:275
↓ 8 callersFunctionDecodedBitStreamParser_parseECIValue
(bits *common.BitSource)
qrcode/decoder/decoded_bit_stream_parser.go:369
↓ 8 callersMethodError
()
reader_exception.go:52
↓ 8 callersMethodGetECLevel
()
qrcode/encoder/qrcode.go:29
↓ 8 callersMethodGetSymbolDataHeight
()
datamatrix/encoder/symbol_info.go:155
↓ 8 callersMethodGetSymbolDataWidth
()
datamatrix/encoder/symbol_info.go:151
↓ 8 callersMethodGetZero
()
common/reedsolomon/generic_gf.go:60
↓ 8 callersMethodHandlePossibleCenter
(stateCount []int, i, j int)
qrcode/detector/finder_pattern_finder.go:381
↓ 8 callersFunctionHighLevelEncoder_isDigit
(ch byte)
datamatrix/encoder/high_level_encoder.go:335
↓ 8 callersMethodInverse
(a int)
common/reedsolomon/generic_gf.go:96
↓ 8 callersMethodInvert
** * @return a wrapper of this {@code LuminanceSource} which inverts the luminances it returns -- black becomes * white and vice versa, and each
luminance_source.go:68
↓ 8 callersFunctionNewDataCharacter
(value, checksumPortion int)
oned/rss/data_character.go:14
↓ 8 callersFunctionNewEAN8Reader
()
oned/ean8_reader.go:12
↓ 8 callersFunctionNewOneDReader
(rowDecoder RowDecoder)
oned/oned_reader.go:27
↓ 8 callersFunctionNewQRCodeReader
()
qrcode/qrcode_reader.go:17
↓ 8 callersFunctionNewRSS14Reader
()
oned/rss/rss14_reader.go:41
↓ 8 callersFunctionNewReedSolomonDecoder
(field *GenericGF)
common/reedsolomon/reedsolomon_decoder.go:11
↓ 8 callersFunctionNewUPCEANExtension2Support
()
oned/upcean_extension2_support.go:14
↓ 8 callersMethodProcessFinderPatternInfo
(info *FinderPatternInfo)
qrcode/detector/detector.go:49
↓ 8 callersMethodPutAllMetadata
(metadata map[ResultMetadataType]interface{})
result.go:70
↓ 8 callersMethodReadFormatInformation
()
qrcode/decoder/bit_matrix_parser.go:22
↓ 8 callersFunctionResultPoint_Distance
(pattern1, pattern2 ResultPoint)
result_point.go:64
← previousnext →101–200 of 1,648, ranked by callers