Lines Matching refs:block_img
2151 s->block_xfr.image = &s->block_img;
2157 s->block_img.width_pix = width;
2158 s->block_img.width_bytes = width * (settings[i].mode == MODE_COLOR ? 3 : 1);
2159 s->block_img.height = settings[i].block_height;
2160 s->block_img.mode = settings[i].mode;
2161 s->block_img.x_res = s->resolution;
2162 s->block_img.y_res = settings[i].y_res;
2163 s->block_img.pages = img_pages;
2164 s->block_img.buffer = NULL;
2597 s->block_img.buffer = calloc (1,s->block_img.width_bytes * s->block_img.height * s->block_img.pages);
2598 if(!s->block_img.buffer){
2602 s->block_xfr.raw_data = calloc(1, s->block_xfr.line_stride * s->block_img.height + 8);
4053 if(get % s->block_img.height){
4054 get += s->block_img.height - (get % s->block_img.height);
4747 if(s->block_img.buffer){
4748 free(s->block_img.buffer);
4749 s->block_img.buffer = NULL;