Home | History | Annotate | Download | only in dev

Lines Matching defs:row_ptr

67 	u_char	**row_ptr;	/* array of pointers into the bitmap	*/
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;
440 cci->row_ptr[i] = cci->row_ptr[i - 1] + cci->row_bytes;
536 + cci->row_ptr[ip->cursory];
560 + cci->row_ptr[ip->cursory];
575 u_char *pl = cci->column_offset[dx] + cci->row_ptr[dy];
630 u_char *ptr = cci->row_ptr[sy];
647 pls = cci->row_ptr[sy];
667 u_char *pl = ((ipriv_t *)ip->priv)->row_ptr[sy];