Lines Matching refs:bytes_per_row
246 cci->width = cci->view->bitmap->bytes_per_row << 3;
248 cci->row_offset = cci->view->bitmap->bytes_per_row
703 memset(ptr, 0, bm->bytes_per_row);
704 ptr += bm->bytes_per_row + bm->row_mod; /* don't get any smart
726 ppl += bm->row_mod + bm->bytes_per_row;
750 bm->bytes_per_row >> 3, (ip->bottom_margin-dy+1)*ip->ftheight,
762 bm->bytes_per_row >> 3, (ip->bottom_margin-sy+1)*ip->ftheight,
786 pl += bm->row_mod + bm->bytes_per_row;
807 pl += bm->row_mod + bm->bytes_per_row;
817 u_short lwpr = bm->bytes_per_row >> 2;