Lines Matching defs:off

1025    int scansize,i,off;
1028 off = 6 + 4*(((U_SCAN *)psc)->count);
1029 scansize += off;
1030 psc += off;
1544 int off;
1553 if(((U_WMRPLACEABLE *) wt->buf)->Key == 0x9AC6CDD7){ off = U_SIZE_WMRPLACEABLE; }
1554 else { off = 0; }
1556 record = (wt->buf + off);
1900 uint32_t irecsize,off;
1908 off = U_SIZE_METARECORD;
1909 if(arg1){ memcpy(record + off, arg1, 2); off+=2; }
1910 memcpy(record + off, &Color, 4); off+=4;
1911 if(arg2){ memcpy(record + off, arg2, 2); off+=2; }
1912 if(arg3){ memcpy(record + off, arg3, 2); }
1924 uint32_t irecsize,off;
1929 off = U_SIZE_METARECORD;
1930 memcpy(record+off,&arg1,2);
1943 uint32_t irecsize,off;
1948 off = U_SIZE_METARECORD;
1949 memcpy(record+off,&arg1,2); off+=2;
1950 memcpy(record+off,&arg2,2);
1965 uint32_t irecsize, off;
1970 off = U_SIZE_METARECORD;
1971 memcpy(record+off,&arg1,2); off+=2;
1972 memcpy(record+off,&arg2,2); off+=2;
1973 memcpy(record+off,&arg3,2); off+=2;
1974 memcpy(record+off,&arg4,2);
1990 uint32_t irecsize, off;
1995 off = U_SIZE_METARECORD;
1996 memcpy(record+off,&arg1,2); off+=2;
1997 memcpy(record+off,&arg2,2); off+=2;
1998 memcpy(record+off,&arg3,2); off+=2;
1999 memcpy(record+off,&arg4,2); off+=2;
2000 memcpy(record+off,&arg5,2);
2017 uint32_t irecsize, off;
2022 off = U_SIZE_METARECORD;
2023 memcpy(record+off,&arg1,2); off+=2;
2024 memcpy(record+off,&arg2,2); off+=2;
2025 memcpy(record+off,&arg3,2); off+=2;
2026 memcpy(record+off,&arg4,2); off+=2;
2027 memcpy(record+off,&arg5,2); off+=2;
2028 memcpy(record+off,&arg6,2);
2047 uint32_t irecsize, off;
2052 off = U_SIZE_METARECORD;
2053 memcpy(record+off,&arg1,2); off+=2;
2054 memcpy(record+off,&arg2,2); off+=2;
2055 memcpy(record+off,&arg3,2); off+=2;
2056 memcpy(record+off,&arg4,2); off+=2;
2057 memcpy(record+off,&arg5,2); off+=2;
2058 memcpy(record+off,&arg6,2); off+=2;
2059 memcpy(record+off,&arg7,2); off+=2;
2060 memcpy(record+off,&arg8,2);
2080 uint32_t irecsize, off;
2087 off = U_SIZE_METARECORD;
2088 if(arg1){ memcpy(record+off,arg1,2); off+=2; }
2089 if(arg2){ memcpy(record+off,arg2,2); off+=2; }
2090 if(N16){ memcpy(record+off,array,2*N16); }
2104 uint32_t irecsize, off, nPE;
2111 off = U_SIZE_METARECORD;
2112 memcpy(record+off, &Palette->Start, 2); off+=2;
2113 memcpy(record+off, &Palette->NumEntries, 2); off+=2;
2114 memcpy(record+off, &Palette->PalEntries, nPE);
2439 uint32_t irecsize,off;
2444 off = 0;
2465 off = U_SIZE_WMRPLACEABLE;
2467 ((U_WMRHEADER *) (record + off))->iType = 1;
2468 ((U_WMRHEADER *) (record + off))->version = U_METAVERSION300;
2469 ((U_WMRHEADER *) (record + off))->Size16w = U_SIZE_WMRHEADER/2;
2874 uint32_t irecsize,off;
2884 off = U_SIZE_METARECORD;
2885 memcpy(record+off,&Length,2); off+=2;
2886 memcpy(record+off,string,Length); off+=Length;
2888 memset(record+off,0,1); off+=1;
2890 memcpy(record+off,&Dst.y,2); off+=2;
2891 memcpy(record+off,&Dst.x,2);
2916 int cbBm16,cbBm164,off;
2935 off = U_SIZE_WMRBITBLT_PX;
2936 memcpy(record + off, Bm16, cbBm16); off += cbBm16;
2937 if(cbBm164 - cbBm16)memset(record+off,0,cbBm164 - cbBm16);
2979 int cbBm16,cbBm164,off;
3000 off = U_SIZE_WMRSTRETCHBLT_PX;
3001 memcpy(record + off, Bm16, cbBm16); off += cbBm16;
3002 if(cbBm164 - cbBm16)memset(record+off,0,cbBm164 - cbBm16);
3189 uint32_t irecsize,off;
3201 off = U_SIZE_METARECORD;
3202 memcpy(record+off,&Dst.y,2); off+=2;
3203 memcpy(record+off,&Dst.x,2); off+=2;
3204 memcpy(record+off,&Length,2); off+=2;
3205 memcpy(record+off,&Opts,2); off+=2;
3207 memcpy(record+off,&rect.bottom,2); off+=2;
3208 memcpy(record+off,&rect.right, 2); off+=2;
3209 memcpy(record+off,&rect.top, 2); off+=2;
3210 memcpy(record+off,&rect.left, 2); off+=2;
3212 memcpy(record+off,string,strlen(string)); off+=Length;
3214 memset(record+off,0,1); off+=1;
3217 memcpy(record+off,dx,2*Length);
3280 int i,cbPolys,cbPoints,off;
3291 off = U_SIZE_METARECORD;
3292 memcpy(record + off, &nPolys, 2); off+=2;
3293 memcpy(record + off, aPolyCounts, cbPolys); off+=cbPolys;
3294 memcpy(record + off, Points, cbPoints);
3357 int cbImage,cbImage4,cbBmi,off;
3376 off = U_SIZE_WMRDIBBITBLT_PX;
3377 memcpy(record + off, Bmi, cbBmi); off += cbBmi;
3378 memcpy(record + off, Px, cbPx); off += cbPx;
3379 if(cbImage4 - cbImage)memset(record+off,0,cbImage4 - cbImage);
3425 int cbImage,cbImage4,cbBmi,off;
3444 off = U_SIZE_WMRDIBSTRETCHBLT_PX;
3445 memcpy(record + off, Bmi, cbBmi); off += cbBmi;
3446 memcpy(record + off, Px, cbPx); off += cbPx;
3447 if(cbImage4 - cbImage)memset(record+off,0,cbImage4 - cbImage);
3492 int cbImage,cbImage4,cbBmi,cbBm16,cbBm164,off;
3501 off = U_SIZE_METARECORD;
3502 memcpy(record + off, &Style, 2); off+=2;
3503 memcpy(record + off, &iUsage, 2); off+=2;
3504 memcpy(record + off, Bm16, cbBm16); off += cbBm16;
3505 if(cbBm164 - cbBm16)memset(record+off,0,cbBm164 - cbBm16);
3514 off = U_SIZE_METARECORD;
3515 memcpy(record + off, &Style, 2); off+=2;
3516 memcpy(record + off, &iUsage, 2); off+=2;
3517 memcpy(record + off, Bmi, cbBmi); off += cbBmi;
3518 memcpy(record + off, Px, cbImage); off += cbImage;
3519 if(cbImage4 - cbImage)memset(record + off, 0, cbImage4 - cbImage);
3551 int cbImage,cbImage4,cbBmi,off;
3571 off = U_SIZE_WMRSTRETCHDIB;
3573 memcpy(record + off, Bmi, cbBmi); off += cbBmi;
3574 memcpy(record + off, Px, cbPx); off += cbPx;
3575 if(cbImage4 - cbImage)memset(record+off,0,cbImage4 - cbImage);
4349 uint32_t irecsize,off,cbPat;
4357 off = U_SIZE_METARECORD;
4358 memcpy(record + off, Bm16, 14); off+=14; /* Truncated bitmap16 object, last 4 bytes are to be ignored*/
4359 memset(record + off, 0, 18); off+=18; /* 18 bytes of zero, which are ignored */
4360 memcpy(record + off, Pattern, cbPat); /* The pattern array */
4381 uint32_t irecsize,off,flen;
4388 off = U_SIZE_METARECORD;
4389 memcpy(record+off,font,U_SIZE_FONT_CORE + flen);
4422 uint32_t irecsize,off;
4427 off = U_SIZE_METARECORD;
4428 memcpy(record+off,region,region->Size);
4536 int off = U_SIZE_METARECORD;
4537 if(arg1){ memcpy(arg1, contents + off, 2); off+=2; size+=2;}
4538 memcpy(Color, contents + off, 4); off+=4; size+=4;
4539 if(arg2){ memcpy(arg2, contents + off, 2); off+=2; size+=2;}
4540 if(arg3){ memcpy(arg3, contents + off, 2); size+=2;}
4552 int off = U_SIZE_METARECORD;
4554 memcpy(arg1, contents + off, 2);
4567 int off = U_SIZE_METARECORD;
4568 memcpy(arg1, contents + off, 2); off+=2;
4569 memcpy(arg2, contents + off, 2);
4584 int off = U_SIZE_METARECORD;
4586 memcpy(arg1, contents + off, 2); off+=2;
4587 memcpy(arg2, contents + off, 2); off+=2;
4588 memcpy(arg3, contents + off, 2); off+=2;
4589 memcpy(arg4, contents + off, 2);
4605 int off = U_SIZE_METARECORD;
4607 memcpy(arg1, contents + off, 2); off+=2;
4608 memcpy(arg2, contents + off, 2); off+=2;
4609 memcpy(arg3, contents + off, 2); off+=2;
4610 memcpy(arg4, contents + off, 2); off+=2;
4611 memcpy(arg5, contents + off, 2);
4628 int off = U_SIZE_METARECORD;
4630 memcpy(arg1, contents + off, 2); off+=2;
4631 memcpy(arg2, contents + off, 2); off+=2;
4632 memcpy(arg3, contents + off, 2); off+=2;
4633 memcpy(arg4, contents + off, 2); off+=2;
4634 memcpy(arg5, contents + off, 2); off+=2;
4635 memcpy(arg6, contents + off, 2);
4654 int off = U_SIZE_METARECORD;
4656 memcpy(arg1, contents + off, 2); off+=2;
4657 memcpy(arg2, contents + off, 2); off+=2;
4658 memcpy(arg3, contents + off, 2); off+=2;
4659 memcpy(arg4, contents + off, 2); off+=2;
4660 memcpy(arg5, contents + off, 2); off+=2;
4661 memcpy(arg6, contents + off, 2); off+=2;
4662 memcpy(arg7, contents + off, 2); off+=2;
4663 memcpy(arg8, contents + off, 2);
4682 int off = U_SIZE_METARECORD;
4684 if(arg1){ memcpy(arg1, contents + off, 2); off+=2; }
4685 if(arg2){ memcpy(arg2, contents + off, 2); off+=2; }
4686 *array = (contents + off);
5430 int off;
5437 off = U_SIZE_METARECORD + 2 + L2;
5438 memcpy(&Dst->y, contents + off, 2); off+=2;
5439 memcpy(&Dst->x, contents + off, 2);
5801 int off = U_SIZE_METARECORD;
5807 off = U_SIZE_WMREXTTEXTOUT;
5808 if(*Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)){ memcpy(rect, (contents + off), U_SIZE_RECT16); off += U_SIZE_RECT16; }
5810 *string = (contents + off);
5811 off += 2*((*Length +1)/2);
5812 if(*Length){ *dx = (int16_t *)(contents + off); }
6944 int off = U_SIZE_METARECORD;
6951 memcpy(Bm16, contents + off, 10);
6953 off += 32; /* skip [14 bytes of truncated bitmap16 object and 18 bytes of reserved */
6954 *Pattern = (contents + off);