Lines Matching refs:opbgo
1590 unsigned char opbgo[35] = {
1616 opbgo[17] = scan->xskip % 256;
1617 opbgo[18] = ((scan->xskip >> 8) & 0xf) + (xend << 4);
1618 opbgo[19] = xend >> 4;
1619 opbgo[33] = 0x33 + ((xend & 0x1000) >> 5) + ((scan->xskip & 0x1000) >> 6);
1623 opbgo[23] = scan->color ? 0xc6 : 0x77;
1624 opbgo[24] = scan->color ? 0x5b : 0x4a;
1658 CHK (cwritev (scan, CMD_8, 35, opbgo, &s));
1688 unsigned char opbgo[36] = {
1714 opbgo[17] = scan->xskip % 256;
1715 opbgo[18] = ((scan->xskip >> 8) & 0x0f) + (xend << 4);
1716 opbgo[19] = xend >> 4;
1717 opbgo[33] = 0x23 + ((xend & 0x1000) >> 5) + ((scan->xskip & 0x1000) >> 6);
1722 opbgo[23] = bpl % 256;
1723 opbgo[24] = 0x41 + ((bpl / 256) & 0x1f);
1754 CHK (cwritev (scan, CMD_8, 36, opbgo, &s));