Lines Matching full:or
10 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14 * all copies or substantial portions of the Software.
15 * - The Software is provided "as is", without warranty of any kind, express or
18 * authors or copyright holders be liable for any claim, damages or other
19 * liability, whether in an action of contract, tort or otherwise, arising from,
20 * out of or in connection with the Software or the use or other dealings in the
40 * The library provides functions to create a QR Code from text or binary data.
45 * - High level: Take the payload data and call qrcodegen_encodeText() or qrcodegen_encodeBinary().
47 * qrcodegen_encodeSegments() or qrcodegen_encodeSegmentsAdvanced().
115 // Always zero or positive. Not the same as the data's bit length.
137 // can store any single QR Code from version 1 to 25 (inclusive). The result fits in an int (or int…
161 * alphanumeric, or byte mode to encode the text.
163 * can hold any UTF-8 string up to 2953 bytes, or any alphanumeric string
164 * up to 4296 characters, or any digit string up to 7089 characters.
200 * QR Code creation succeeded, or false if the data is too long to fit in any version. The ECC level
207 * But the qrcode array must not overlap tempBuffer or any segment's data buffer.
215 …* Returns true if QR Code creation succeeded, or false if the data is too long to fit in the range…
220 * mask, or -1 to automatically choose an appropriate mask (which may be slow).
226 * But the qrcode array must not overlap tempBuffer or any segment's data buffer.
250 * - Returns SIZE_MAX on failure, i.e. numChars > INT16_MAX or
303 * for white or true for black. The top left corner has the coordinates (x=0, y=0).