Lines Matching refs:nextByte
98 nextByte;
122 nextByte = 0;
152 picture[nextByte++] = bdfHexByte(pInBits);
157 picture[nextByte++] = 0;
162 if (mask && picture[nextByte - 1] & ~mask) {
163 picture[nextByte - 1] &= mask;
170 picture[nextByte++] = 0;
181 if (nextByte != height * widthBytes) {
183 nextByte, height, widthBytes);
188 BitOrderInvert(picture, nextByte);
191 TwoByteSwap(picture, nextByte);
193 FourByteSwap(picture, nextByte);