Lines Matching defs:v_src_bytes_per_pixel
41734 uint64_t v_src_bytes_per_pixel = 0;
41758 v_src_bytes_per_pixel = 1;
41760 v_src_bytes_per_pixel = (((uint64_t)(WUFFS_PNG__NUM_CHANNELS[self->private_impl.f_color_type])) * ((uint64_t)((self->private_impl.f_depth >> 3))));
41851 } else if (v_src_bytes_per_pixel <= ((uint64_t)(v_s.len))) {
41852 wuffs_base__pixel_swizzler__swizzle_interleaved_from_slice(&self->private_impl.f_swizzler, wuffs_base__slice_u8__subslice_i(v_dst, v_i), v_dst_palette, wuffs_base__slice_u8__subslice_j(v_s, v_src_bytes_per_pixel));
41853 v_s = wuffs_base__slice_u8__subslice_i(v_s, v_src_bytes_per_pixel);