Lines Matching defs:ofsdst
867 unsigned ofsdst, ofssrc, opcode, x;
886 ofsdst = j + k * ncolumns;
897 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
898 if (xor && ofsdst < dst_size) {
899 bytestream2_put_byte(&pb, dst[ofsdst] ^ x);
903 ofsdst += dstpitch;
907 ofsdst += opcode * dstpitch;
912 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
913 if (xor && ofsdst < dst_size) {
914 bytestream2_put_byte(&pb, dst[ofsdst] ^ bytestream2_get_byte(&gb));
918 ofsdst += dstpitch;
1045 unsigned ofsdst, ofssrc, ofsdata, opcode, x;
1073 ofsdst = (j + k * ncolumns) * 2;
1084 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1086 ofsdst += dstpitch;
1090 ofsdst += opcode * dstpitch;
1095 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1097 ofsdst += dstpitch;
1113 unsigned ofsdst, ofssrc, ofsdata, opcode, x;
1142 ofsdst = (j + k * ncolumns) * 4 - h * (2 * k);
1157 if (ofsdst + (opcode - 1LL) * dstpitch > bytestream2_size_p(&pb))
1161 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1167 ofsdst += dstpitch;
1171 ofsdst += opcode * dstpitch;
1176 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1183 ofsdst += dstpitch;
1199 unsigned ofsdst, ofssrc, opcode, x;
1218 ofsdst = (j + k * ncolumns) * 2;
1229 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1231 ofsdst += dstpitch;
1235 ofsdst += opcode * dstpitch;
1241 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1243 ofsdst += dstpitch;
1259 unsigned ofsdst, ofssrc, opcode, x;
1280 ofsdst = (j + k * ncolumns) * 4 - h * (2 * k);
1300 if (ofsdst + (opcode - 1LL) * dstpitch > bytestream2_size_p(&pb))
1304 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1309 ofsdst += dstpitch;
1313 ofsdst += opcode * dstpitch;
1319 bytestream2_seek_p(&pb, ofsdst, SEEK_SET);
1325 ofsdst += dstpitch;