Lines Matching refs:cur_w
75 int cur_w, cur_h; member
398 png_put_interlaced_row(ptr, s->cur_w, s->bits_per_pixel, s->pass, in png_handle_row()
413 s->cur_w); in png_handle_row()
588 s->width = s->cur_w = bytestream2_get_be32(&s->gb); in decode_ihdr_chunk()
591 s->cur_w = s->cur_h = s->width = s->height = 0; in decode_ihdr_chunk()
619 s->cur_w = s->cur_h = s->width = s->height = 0; in decode_ihdr_chunk()
659 s->row_size = (s->cur_w * s->bits_per_pixel + 7) >> 3; in decode_idat_chunk()
742 s->cur_w); in decode_idat_chunk()
979 int cur_w, cur_h, x_offset, y_offset, dispose_op, blend_op; in decode_fctl_chunk() local
994 s->last_w = s->cur_w; in decode_fctl_chunk()
1001 cur_w = bytestream2_get_be32(&s->gb); in decode_fctl_chunk()
1011 (cur_w != s->width || in decode_fctl_chunk()
1015 cur_w <= 0 || cur_h <= 0 || in decode_fctl_chunk()
1017 cur_w > s->width - x_offset|| cur_h > s->height - y_offset) in decode_fctl_chunk()
1044 s->cur_w = cur_w; in decode_fctl_chunk()
1117 memcpy(dst + y * dst_stride + (s->x_offset + s->cur_w) * s->bpp, in handle_p_frame_apng()
1118 src + y * src_stride + (s->x_offset + s->cur_w) * s->bpp, in handle_p_frame_apng()
1119 (p->width - s->cur_w - s->x_offset) * s->bpp); in handle_p_frame_apng()
1129 …for (x = s->x_offset; x < s->x_offset + s->cur_w; ++x, foreground += s->bpp, background += s->bpp)… in handle_p_frame_apng()
1682 pdst->cur_w = psrc->cur_w; in update_thread_context()