Lines Matching defs:off
292 int off=U_SIZE_METARECORD;
294 U_swap4(record + off, 1); off+=4;
295 U_swap2(record + off, N16);
324 int off = U_SIZE_METARECORD;
326 U_swap2(record+off, 1); off += 2 + sizeof(U_COLORREF);
327 U_swap2(record+off, 2);
341 \param off offset to this record in contents
472 int off = U_SIZE_METARECORD + sizeof(U_COLORREF);
474 U_swap2(record+off, 2);
585 int off,Length,Len2,Opts;
596 off = U_SIZE_WMREXTTEXTOUT;
598 U_swap2(record + off,4); off += 8;
601 off += Len2; /* no need to swap string, it is a byte array */
602 U_swap2(record+off,Length); /* swap the dx array */
1479 size_t off=0;
1488 off = wmfheader_swap(record,torev); fflush(stdout); /* WMF header is not a normal record, handle it separately */
1489 record += off;
1490 offset = off;