Lines Matching defs:from_buffer
467 SANE_Byte * from_buffer,
472 SANE_Byte * from_buffer,
5721 SANE_Int to_width, SANE_Byte * from_buffer,
5729 from_buffer = FAD4 = 0x235460
5751 "+ Resize_Decrease(*to_buffer, to_resolution=%i, to_width=%i, *from_buffer, from_resolution=%i, from_width=%i, myresize_mode=%i):\n",
5784 from_buffer -= (((depth + 7) / 8) * channels);
5793 data_lsb_get (from_buffer, channel_size) * to_resolution;
5794 from_buffer += channel_size;
5805 ((data_lsb_get (from_buffer, channel_size) * smres) +
5809 data_lsb_get (from_buffer,
5813 from_buffer += channel_size;
5847 if ((*from_buffer & (0x80 >> desp)) != 0)
5855 if ((*from_buffer & (0x80 >> desp)) != 0)
5862 ((*from_buffer & (0x80 >> desp)) != 0) ? rescont : 0;
5871 from_buffer++;
5887 SANE_Int to_width, SANE_Byte * from_buffer,
5896 from_buffer = FAD4 = 0x234650
5916 "+ Resize_Increase(*to_buffer, to_resolution=%i, to_width=%i, *from_buffer, from_resolution=%i, from_width=%i, myresize_mode=%i):\n",
5947 desp = to_buffer - from_buffer;
5948 myp2 = from_buffer;
6004 from_buffer = FAD4 = 0x234650
6020 value = _B0 (*from_buffer);
6044 from_buffer++;
6046 bit = (((0x80 >> cont) & *from_buffer) != 0) ? 1 : 0;