Lines Matching refs:nextByte
100 nextByte;
124 nextByte = 0;
154 picture[nextByte++] = bdfHexByte(pInBits);
159 picture[nextByte++] = 0;
164 if (mask && picture[nextByte - 1] & ~mask) {
165 picture[nextByte - 1] &= mask;
172 picture[nextByte++] = 0;
183 if (nextByte != height * widthBytes) {
185 nextByte, height, widthBytes);
190 BitOrderInvert(picture, nextByte);
193 TwoByteSwap(picture, nextByte);
195 FourByteSwap(picture, nextByte);