Lines Matching refs:pixbuf
10547 wuffs_base__pixel_buffer pixbuf;
10572 wuffs_base__pixel_buffer pixbuf;
10826 // - On total success, the error_message is empty and pixbuf.pixcfg.is_valid()
10830 // pixbuf.pixcfg.is_valid() is still true. It is up to the caller whether to
10832 // - On failure, the error_message is non_empty and pixbuf.pixcfg.is_valid()
44642 pixbuf(pixbuf0),
44647 pixbuf(wuffs_base__null_pixel_buffer()),
44655 : mem_owner(std::move(mem_owner0)), pixbuf(pixbuf0), error_message("") {}
44660 pixbuf(wuffs_base__null_pixel_buffer()),
44746 wuffs_base__pixel_buffer pixbuf;
44747 wuffs_base__status status = pixbuf.set_from_slice(
44754 return AllocPixbufResult(MemOwner(ptr, &free), pixbuf);
45085 wuffs_base__pixel_buffer pixel_buffer = alloc_pixbuf_result.pixbuf;