dpp-enrollee sample
setModuleBounded()
is only used within dpp-enrollee sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (4/4)...
dpp-enrollee sample
build
main
managed_components
espressif__qrcode
include
esp_qrcode_main.c
esp_qrcode_wrapper.c
qrcodegen.c
appendBitsToBuffer()
addEccAndInterleave()
getNumDataCodewords()
getNumRawDataModules()
reedSolomonComputeDivisor()
reedSolomonComputeRemainder()
reedSolomonMultiply()
initializeFunctionModules()
drawWhiteFunctionModules()
drawFormatBits()
getAlignmentPatternPositions()
fillRectangle()
drawCodewords()
applyMask()
getPenaltyScore()
finderPenaltyCountPatterns()
finderPenaltyTerminateAndCount()
finderPenaltyAddHistory()
getModule()
setModule()
setModuleBounded()
getBit()
calcSegmentBitLength()
getTotalBits()
numCharCountBits()
ALPHANUMERIC_CHARSET
ECC_CODEWORDS_PER_BLOCK
NUM_ERROR_CORRECTION_BLOCKS
PENALTY_N1
PENALTY_N2
PENALTY_N3
PENALTY_N4
qrcodegen_encodeText()
qrcodegen_encodeBinary()
appendBitsToBuffer()
qrcodegen_encodeSegments()
qrcodegen_encodeSegmentsAdvanced()
addEccAndInterleave()
getNumDataCodewords()
getNumRawDataModules()
reedSolomonComputeDivisor()
reedSolomonComputeRemainder()
reedSolomonMultiply()
initializeFunctionModules()
drawWhiteFunctionModules()
drawFormatBits()
getAlignmentPatternPositions()
fillRectangle()
drawCodewords()
applyMask()
getPenaltyScore()
finderPenaltyCountPatterns()
finderPenaltyTerminateAndCount()
finderPenaltyAddHistory()
qrcodegen_getSize()
qrcodegen_getModule()
getModule()
setModule()
setModuleBounded()
getBit()
qrcodegen_isAlphanumeric()
qrcodegen_isNumeric()
qrcodegen_calcSegmentBufferSize()
calcSegmentBitLength()
qrcodegen_makeBytes()
qrcodegen_makeNumeric()
qrcodegen_makeAlphanumeric()
qrcodegen_makeEci()
getTotalBits()
numCharCountBits()
qrcodegen.h
FreeRTOS
ESP-IDF
cJSON
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
dpp-enrollee sample
setModuleBounded()
setModuleBounded() function
Syntax
Show:
Summary
Declaration
Definition
from
qrcodegen.c:81
testable
void
setModuleBounded
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
;
Implemented in
qrcodegen.c:857
Arguments
Argument
qrcode
x
y
isBlack
Examples
References
from
examples
Code
Location
Referrer
testable
void
setModuleBounded
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
qrcodegen.c:857
testable
void
setModuleBounded
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
;
qrcodegen.c:81
setModuleBounded
(
qrcode
,
3
+
dx
,
3
+
dy
,
false
)
;
qrcodegen.c:501
drawWhiteFunctionModules()
setModuleBounded
(
qrcode
,
qrsize
-
4
+
dx
,
3
+
dy
,
false
)
;
qrcodegen.c:502
drawWhiteFunctionModules()
setModuleBounded
(
qrcode
,
3
+
dx
,
qrsize
-
4
+
dy
,
false
)
;
qrcodegen.c:503
drawWhiteFunctionModules()
Call Tree
from
examples
setModuleBounded()
is called by 1 function and calls 1 function:
drawWhiteFunctionModules()
All items filtered out
setModuleBounded()
setModule()
All items filtered out
Data Use
from
examples
setModuleBounded()
:
All items filtered out
setModuleBounded()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out