Lines Matching defs:row_ptr
120 u_char **row_ptr; /* array of pointers into the bitmap */
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],
701 u_char *ptr = cci->row_ptr[sy];
717 u_char *pl = cci->row_ptr[sy];
741 u_char *pl = ((ipriv_t *)ip->priv)->row_ptr[sy];