Searched refs:nextByte (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/bdftopcf/dist/
H A Dbdfread.c93 int i, nextByte; local in function:bdfReadBitmap
116 nextByte = 0;
148 picture[nextByte++] = bdfHexByte(pInBits);
153 picture[nextByte++] = 0;
155 else if (nextByte > 0) {
159 if (mask && picture[nextByte - 1] & ~mask) {
160 picture[nextByte - 1] &= mask;
167 picture[nextByte++] = 0;
178 if (nextByte != height * widthBytes) {
180 nextByte, heigh
[all...]
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c98 nextByte; local in function:bdfReadBitmap
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);
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c100 nextByte; local in function:bdfReadBitmap
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);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; local in function:FillBitmap
130 nextByte = MsbToLsbTable[iter[1]];
133 nextByte = iter[1];
137 ((nextByte & lowBitMask) >> (8 - bitOffset));
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; local in function:FillBitmap
130 nextByte = MsbToLsbTable[iter[1]];
133 nextByte = iter[1];
137 ((nextByte & lowBitMask) >> (8 - bitOffset));

Completed in 5 milliseconds