Lines Matching full:this

8  * this software and associated documentation files (the "Software"), to deal in
13 * - The above copyright notice and this permission notice shall be included in
39 // Regarding all public and private functions defined in this source file:
215 break; // This version number is found to be suitable in qrcodegen_encodeSegmentsAdvanced()
290 // be clobbered by this function. The final answer is stored in result[0 : rawCodewords].
334 // all function modules are excluded. This includes remainder bits, so it might not be a multiple o…
335 // The result is in the range [208, 29648]. This could be implemented as a 40-entry lookup table.
361 // Note that r = 0x02, which is a generator element of this field GF(2^8/0x11D). in calcReedSolomonGenerator()
396 // All inputs are valid. This could be implemented as a 256*256 lookup table.
448 // non-function modules. This does not draw the format bits. This requires all function modules to …
449 // marked black (namely by initializeFunctionModules()), because this may skip redrawing black func…
509 // on the given mask and error correction level. This always draws all modules of
542 // for this version number, returning the length of the list (in the range [0,7]).
544 // This could be implemented as lookup table of 40 variable-length lists of unsigned bytes.
570 // Draws the raw codewords (including data and ECC) onto the given QR Code. This requires the initi…
589 // If this QR Code has any remainder bits (0 to 7), they were assigned as in drawCodewords()
590 // 0/false/white by the constructor and are left unchanged by this method in drawCodewords()
598 // XORs the codeword modules in this QR Code with the given mask pattern.
630 // This is used by the automatic mask choice algorithm to find the mask pattern that yields the low…