Lines Matching refs:cur_w
80 int cur_w, cur_h;
398 png_put_interlaced_row(ptr, s->cur_w, s->bits_per_pixel, s->pass,
413 s->cur_w);
586 s->width = s->cur_w = bytestream2_get_be32(gb);
589 s->cur_w = s->cur_h = s->width = s->height = 0;
616 s->cur_w = s->cur_h = s->width = s->height = 0;
658 s->row_size = (s->cur_w * s->bits_per_pixel + 7) >> 3;
763 s->cur_w);
991 int cur_w, cur_h, x_offset, y_offset, dispose_op, blend_op;
1007 cur_w = bytestream2_get_be32(gb);
1016 (cur_w != s->width ||
1020 cur_w <= 0 || cur_h <= 0 ||
1022 cur_w > s->width - x_offset|| cur_h > s->height - y_offset)
1048 s->cur_w = cur_w;
1106 memcpy(dst + y * dst_stride + (s->x_offset + s->cur_w) * bpp,
1107 src + y * src_stride + (s->x_offset + s->cur_w) * bpp,
1108 (p->width - s->cur_w - s->x_offset) * bpp);
1118 for (x = s->x_offset; x < s->x_offset + s->cur_w; ++x, foreground += bpp, background += bpp) {
1180 memset(dst, 0, bpp * s->cur_w);