Lines Matching refs:dstpitch
866 int dstpitch = ncolumns * bpp;
903 ofsdst += dstpitch;
907 ofsdst += opcode * dstpitch;
918 ofsdst += dstpitch;
1044 int dstpitch = ncolumns * bpp * 2;
1086 ofsdst += dstpitch;
1090 ofsdst += opcode * dstpitch;
1097 ofsdst += dstpitch;
1112 int dstpitch = ((w + 15) / 16 * 2) * bpp;
1157 if (ofsdst + (opcode - 1LL) * dstpitch > bytestream2_size_p(&pb))
1167 ofsdst += dstpitch;
1171 ofsdst += opcode * dstpitch;
1183 ofsdst += dstpitch;
1198 int dstpitch = ncolumns * bpp * 2;
1231 ofsdst += dstpitch;
1235 ofsdst += opcode * dstpitch;
1243 ofsdst += dstpitch;
1258 int dstpitch = ((w + 15) / 16 * 2) * bpp;
1300 if (ofsdst + (opcode - 1LL) * dstpitch > bytestream2_size_p(&pb))
1309 ofsdst += dstpitch;
1313 ofsdst += opcode * dstpitch;
1325 ofsdst += dstpitch;
1456 int i, k, dstpitch;
1469 dstpitch = flag ? (((w + 7) / 8) * bpp): 2;
1504 bytestream2_skip_p(&pb, dstpitch - 2);
1514 bytestream2_skip_p(&pb, dstpitch - 2);