Searched defs:lastopcode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c81 int lastopcode = -1, insertmix = False, bicolour = False; local
142 if ((lastopcode == opcode) && !((x == width) && (prevline == NULL)))
166 lastopcode = opcode;
279 int lastopcode = -1, insertmix = False, bicolour = False; local
340 if ((lastopcode == opcode) && !((x == width) && (prevline == NULL)))
364 lastopcode = opcode;
478 int lastopcode = -1, insertmix = False, bicolour = False; local
540 if ((lastopcode == opcode) && !((x == width) && (prevline == NULL)))
570 lastopcode = opcode;

Completed in 314 milliseconds