Searched refs:utmp2 (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf.c4730 uint16_t utmp2; local
4732 memcpy(&utmp2, BmiCh + offsetof(U_BITMAPCOREHEADER,Width), 2); *Width = utmp2;
4733 memcpy(&utmp2, BmiCh + offsetof(U_BITMAPCOREHEADER,Height), 2); *Height = utmp2;
4734 memcpy(&utmp2, BmiCh + offsetof(U_BITMAPCOREHEADER,BitCount), 2); *BitCount = utmp2;
4772 uint16_t utmp2; local
4777 memcpy(&utmp2, Bmih + offsetof(U_BITMAPINFOHEADER,biPlanes ), 2); *Planes = utmp2;
[all...]
H A Duemf.c814 uint16_t utmp2; local
818 memcpy(&utmp2, cBmih + offsetof(U_BITMAPINFOHEADER,biBitCount), 2); BitCount = utmp2;

Completed in 48 milliseconds