Lines Matching defs:data
180 * by examining the data structures and set_font(). As much of
273 * For each data message coming downstream, ANSI assumes that it is composed
275 * parsing state machine. All data is parsed immediately -- there is
298 * Send the data we just got to the framebuffer.
950 * Call the primitive to render this data.
967 * point for the buffered data in a_outbuf. There shouldn't be any data
1285 da.data = string;
1299 * icons and pictures. The data is a pixel pattern that
1301 * The color pixel data must to be pre-adjusted by the caller
1317 da.data = image;
1363 da.data = tems.ts_blank_line;
1388 da.data = (uchar_t *)tem->tvs_pix_data;
1944 for (fl = fonts; fl->data; fl++) {
1945 if ((((*rows * fl->data->height) + BORDER_PIXELS) <= height) &&
1946 (((*cols * fl->data->width) + BORDER_PIXELS) <= width)) {
1947 font_selected = fl->data;
1978 * An input data byte of 0x53 will output the bit pattern
1993 uint8_t data;
2005 data = *cp++;
2007 nibblett = (data >> ((3-i) * 2)) & 0x3;
2033 * An input data byte of 0x53 will output the bit pattern
2048 uint8_t data;
2062 data = *cp++;
2067 *dest++ = (data & mask ? fg_color: bg_color);
2083 * An input data byte of 0x53 will output the bit pattern
2108 uint8_t data;
2126 data = *cp++;
2130 *destp++ = ((data << i) & 0x80 ?
2211 da.data = (uchar_t *)tem->tvs_pix_data;
2402 * Display data in tvs_screen_buf to the actual framebuffer in a
2404 * When dealing with one row, output data with the same foreground
2422 * Call the primitive to render this data.
2441 * Call the primitive to render this data.