Lines Matching refs:getBit
427 setFunctionModule(8, i, getBit(bits, i));
428 setFunctionModule(8, 7, getBit(bits, 6));
429 setFunctionModule(8, 8, getBit(bits, 7));
430 setFunctionModule(7, 8, getBit(bits, 8));
432 setFunctionModule(14 - i, 8, getBit(bits, i));
436 setFunctionModule(size - 1 - i, 8, getBit(bits, i));
438 setFunctionModule(8, size - 15 + i, getBit(bits, i));
456 bool bit = getBit(bits, i);
551 modules.at(y).at(x) = getBit(data.at(i >> 3), 7 - static_cast<int>(i & 7));
780 bool QrCode::getBit(long x, int i) {