HomeSort by: relevance | last modified time | path
    Searched defs:row_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
ite_cc.c 67 u_char **row_ptr; /* array of pointers into the bitmap */ member in struct:ite_priv
356 cci->row_ptr = NULL;
410 if (cci->row_ptr && (cci->row_ptr != con_rows)) {
411 free(cci->row_ptr, M_DEVBUF);
412 cci->row_ptr = NULL;
420 cci->row_ptr = con_rows;
423 cci->row_ptr = malloc(sizeof(u_char *) * ip->rows,
429 if (!cci->row_ptr || !cci->column_offset)
438 cci->row_ptr[0] = view->bitmap->plane
    [all...]
  /src/sys/arch/amiga/dev/
ite_cc.c 120 u_char **row_ptr; /* array of pointers into the bitmap */ member in struct:ite_priv
234 if (cci->row_ptr)
235 free_chipmem(cci->row_ptr);
239 cci->row_ptr = alloc_chipmem(sizeof(u_char *) * ip->rows);
242 if (cci->row_ptr == NULL || cci->column_offset == NULL)
255 cci->row_ptr[0] = VDISPLAY_LINE (cci->view, 0, 0);
257 cci->row_ptr[i] = cci->row_ptr[i-1] + cci->row_bytes;
301 cci->row_ptr = NULL;
685 put_func[mode](cci, cci->row_ptr[dy], cci->font_cell[c]
    [all...]

Completed in 147 milliseconds