Lines Matching refs:ret
781 bool ret = source_.get_next_row_data(out_data);
810 return ret;
912 std::vector<std::uint8_t> ret;
913 ret.resize(row_bytes * height);
916 get_next_row_data(ret.data() + row_bytes * i);
918 return ret;
925 Image ret;
926 ret.resize(get_output_width(), height, get_output_format());
929 get_next_row_data(ret.get_row_ptr(i));
931 return ret;