Searched refs:qrcodegen_Mask_AUTO (Results 1 - 3 of 3) sorted by relevance
/third_party/qrcodegen/c/ |
H A D | qrcodegen-demo.c | 65 qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doBasicDemo() 77 qrcodegen_Ecc_MEDIUM, qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doVarietyDemo() 86 qrcodegen_Ecc_HIGH, qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doVarietyDemo() 97 qrcodegen_Ecc_QUARTILE, qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doVarietyDemo() 114 qrcodegen_Ecc_HIGH, qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doVarietyDemo() 138 qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doSegmentDemo() 179 qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doSegmentDemo() 230 qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doSegmentDemo() 275 qrcodegen_Ecc_HIGH, qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true); in doMaskDemo()
|
H A D | qrcodegen.h | 73 qrcodegen_Mask_AUTO = -1, enumerator 162 * qrcodegen_Mask_AUTO to automatically choose an appropriate mask (which may be slow). 202 * qrcodegen_Mask_AUTO to automatically choose an appropriate mask (which may be slow). 278 * qrcodegen_Mask_AUTO to automatically choose an appropriate mask (which may be slow).
|
H A D | qrcodegen.c | 199 qrcodegen_VERSION_MIN, qrcodegen_VERSION_MAX, qrcodegen_Mask_AUTO, true, tempBuffer, qrcode); in qrcodegen_encodeSegments() 266 if (mask == qrcodegen_Mask_AUTO) { // Automatically choose best mask in qrcodegen_encodeSegmentsAdvanced() 609 assert(0 <= (int)mask && (int)mask <= 7); // Disallows qrcodegen_Mask_AUTO in applyMask()
|
Completed in 4 milliseconds