Searched refs:U_swap2 (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf_endian.c | 32 void U_swap2(void *ul, unsigned int count); 48 U_swap2(b,4); /* Type, Width, Height, WidthBytes */ 69 U_swap2(b + offsetof(U_BRUSH,Style),1); 98 U_swap2(f + offsetof(U_FONT,Height),5); /*Height, Width, Escapement, Orientation, Weight */ 109 U_swap2(p + offsetof(U_PALETTE,Start),2); /* Start, NumEntries*/ 120 U_swap2(p + offsetof(U_PEN,Style),3); /* Style,Widthw[0],Widthw[1] */ 127 because rectangles are swapped using U_swap2 as an array of 4 int16 values. 143 U_swap2(reg,10); /* ignore1 through sRrect*/ 145 U_swap2(reg + U_SIZE_REGION, (Size - U_SIZE_REGION)/2); /* aScans */ 157 U_swap2(c [all...] |
H A D | uemf_utf.c | 41 void U_swap2(void *ul, unsigned int count); 579 U_swap2(&dst,1);
|
H A D | uemf_endian.c | 46 void U_swap2(void *ul, unsigned int count){ function 119 U_swap2(pt,2*count); 135 U_swap2(&(tv->Red),4); /* Red, Green, Blue, Alpha */ 259 U_swap2(&(Bmi->biPlanes),2); // biPlanes biBitCount 392 U_swap2(lp,2); // palVersion palNumEntries 438 U_swap2(ca,12); // caSize caFlags caIlluminantIndex caRedGamma caGreenGamma caBlueGamma caReferenceBlack caReferenceWhite caContrast caBrightness caColorfulness caRedGreenTint 448 U_swap2(pfd,2); // nSize nVersion 804 U_swap2(&(pEmr->nHandles), 2); // nHandlessReserved
|
H A D | upmf.c | 67 void U_swap2(void *ul, unsigned int count); 262 if(U_BYTE_SWAP){ U_swap2(&(newpts[i]),2); } 667 if(lptr->Units==2){ U_swap2(hptr,lptr->Reps); } 1181 if( Units==2){ U_swap2(Dst,Reps); } 1219 if( Units==2){ U_swap2(*Dst,Reps); } 1356 U_swap2(hold+4,2);
|
H A D | uemf.c | 50 void U_swap2(void *ul, unsigned int count);
|
H A D | uwmf.c | 674 void U_swap2(void *ul, unsigned int count);
|
Completed in 172 milliseconds