Lines Matching refs:index
212 /** The index of the mask pattern used in this QR Code, which is between 0 and 7 (inclusive).
420 for (int index = 0, downIndex = size, end = size * size; index < end; ) {
426 for (int x = 0; x < size; x++, index++, downIndex++) {
427 int c = getBit(modules[index >>> 5], index);
458 for (int y = 0, index = x; y < size; y++, index += size) {
459 int c = getBit(modules[index >>> 5], index);
554 // Version: (note that index 0 is for padding, and is set to an illegal value)
563 // Version: (note that index 0 is for padding, and is set to an illegal value)