Lines Matching defs:AllocPixbufResult
10564 // AllocPixbufResult holds a memory allocation (the result of malloc or new,
10567 struct AllocPixbufResult {
10568 AllocPixbufResult(MemOwner&& mem_owner0, wuffs_base__pixel_buffer pixbuf0);
10569 AllocPixbufResult(std::string&& error_message0);
10668 virtual AllocPixbufResult //
44652 DecodeImageCallbacks::AllocPixbufResult::AllocPixbufResult(
44657 DecodeImageCallbacks::AllocPixbufResult::AllocPixbufResult(
44729 DecodeImageCallbacks::AllocPixbufResult //
44735 return AllocPixbufResult("");
44739 return AllocPixbufResult(DecodeImage_UnsupportedPixelConfiguration);
44744 return AllocPixbufResult(DecodeImage_OutOfMemory);
44752 return AllocPixbufResult(status.message());
44754 return AllocPixbufResult(MemOwner(ptr, &free), pixbuf);
45080 DecodeImageCallbacks::AllocPixbufResult alloc_pixbuf_result =