Lines Matching defs:DecodeImageCallbacks
10551 // DecodeImageCallbacks are the callbacks given to DecodeImage. They are always
10562 class DecodeImageCallbacks {
10588 virtual ~DecodeImageCallbacks();
10859 DecodeImage(DecodeImageCallbacks& callbacks,
44650 DecodeImageCallbacks::~DecodeImageCallbacks() {}
44652 DecodeImageCallbacks::AllocPixbufResult::AllocPixbufResult(
44657 DecodeImageCallbacks::AllocPixbufResult::AllocPixbufResult(
44663 DecodeImageCallbacks::AllocWorkbufResult::AllocWorkbufResult(
44668 DecodeImageCallbacks::AllocWorkbufResult::AllocWorkbufResult(
44675 DecodeImageCallbacks::SelectDecoder(uint32_t fourcc,
44718 DecodeImageCallbacks::HandleMetadata(const wuffs_base__more_information& minfo,
44724 DecodeImageCallbacks::SelectPixfmt(
44729 DecodeImageCallbacks::AllocPixbufResult //
44730 DecodeImageCallbacks::AllocPixbuf(const wuffs_base__image_config& image_config,
44757 DecodeImageCallbacks::AllocWorkbufResult //
44758 DecodeImageCallbacks::AllocWorkbuf(wuffs_base__range_ii_u64 len_range,
44777 DecodeImageCallbacks::Done(
44890 return static_cast<DecodeImageCallbacks*>(self)->HandleMetadata(*minfo, raw);
44895 DecodeImageCallbacks& callbacks,
44907 DecodeImageCallbacks& callbacks,
45080 DecodeImageCallbacks::AllocPixbufResult alloc_pixbuf_result =
45097 DecodeImageCallbacks::AllocWorkbufResult alloc_workbuf_result =
45160 DecodeImage(DecodeImageCallbacks& callbacks,