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

/haiku/src/libs/print/libprint/
H A DPackBits.cpp53 unsigned char thisbyte; local
63 thisbyte = *source++;
68 if (thisbyte == runbyte) {
71 runbyte = thisbyte;
81 runbyte = thisbyte;
83 } else if (thisbyte == runbyte) {
92 runbyte = thisbyte;
103 if (thisbyte == runbyte) {
109 runbyte = thisbyte;
113 if ((thisbyte !
[all...]

Completed in 73 milliseconds