Lines Matching defs:sixel
113 * VK100/GIGI No sixel support No sixel support
130 TRACE(("initializing sixel background to size=%dx%d bgcolor=%hu\n",
156 set_sixel(Graphic *graphic, SixelContext const *context, int sixel)
165 TRACE2(("drawing sixel at pos=%d,%d color=%hu (hole=%d, [%d,%d,%d])\n",
179 if (sixel & (1 << pix)) {
189 TRACE(("sixel pixel %d out of bounds\n", pix));
209 /* FIXME: A single sixel DCS string can have multiple aspect ratios on
214 TRACE(("sixel updating pixel aspect (v:h): %d:%d\n",
222 TRACE(("sixel aspect limit: %d\n", limit));
230 TRACE(("sixel aspect gcd: %d\n", best));
238 * FIXME: The converse is true when implementing a sixel rendering
263 TRACE(("sixel aspect ratio: an=%d ad=%d -> pixw=%d pixh=%d\n",
290 * for nearly all sixel images. It differs in the few places where
397 TRACE(("sixel scrolling enabled: inline positioning for graphic at %d,%d\n",
403 TRACE(("sixel scrolling disabled: inline positioning for graphic at %d,%d\n",
418 TRACE(("sixel bitmap graphics sequence: params=%d (Pmacro=%d Pbgmode=%d Phgrid=%d) scroll_amt=%d\n",
544 TRACE(("DATA_ERROR: sixel data string terminated in the middle of a repeat operator\n"));
560 /* Not space or digit, so it must be the sixel to show */
562 int sixel = cp - 0x3f;
563 TRACE(("sixel repeat operator: sixel=%d (%c), count=%d\n",
564 sixel, (char) cp, s_accumulator));
573 if (sixel) {
577 set_sixel(s_graphic, &s_context, sixel)) {
587 TRACE(("DATA_ERROR: sixel data string ignoring repeat operator followed by control: %c (%d)\n",
601 TRACE(("sixel DECGRA raster argument found %d, followed by '%c'\n",
691 TRACE(("DATA_ERROR: sixel data string uses default color register, next char %c (%d)\n",
699 TRACE(("sixel switch to color register=%u\n", s_Pregister));
705 TRACE(("DATA_ERROR: sixel data string uses default colorspace \n"));
713 /* FIXME: Does VT340 sixel do the same as ReGIS and use the previous value for unspecified color components? */
714 TRACE(("DATA_ERROR: sixel data string uses default color component 1 \n"));
723 TRACE(("DATA_ERROR: sixel data string uses default color component 2 \n"));
732 TRACE(("DATA_ERROR: sixel data string uses default color component 3 \n"));
744 TRACE(("DATA_ERROR: sixel switch color operator ('#') with too many parameters\n, next char %c (%d)\n",
759 TRACE(("DATA_ERROR: sixel switch color operator with wrong number of parameters (%d)\n", s_color_state));
774 TRACE(("sixel set color register=%u space=%d color=[%d,%d,%d]\n",
780 TRACE(("DATA_ERROR: sixel set color operator uses out-of-range HLS color coordinates %d,%d,%d\n",
790 TRACE(("DATA_ERROR: sixel set color operator uses out-of-range RGB color coordinates %d,%d,%d\n",
801 TRACE(("DATA_ERROR: sixel set color operator uses unknown color space %d\n", Pspace));
817 int sixel = cp - 0x3f;
818 TRACE(("sixel=%x (%c)\n", sixel, (char) cp));
823 if (sixel) {
825 !set_sixel(s_graphic, &s_context, sixel)) {
833 /* ignore DECCRNLM in sixel mode */
834 TRACE(("sixel CR\n"));
838 TRACE(("sixel NL: "));
884 TRACE(("DATA_ERROR: skipping unknown sixel command %04x (%c)\n",