Searched defs:BmiCh (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf.c4716 \param BmiCh char * pointer to a U_BITMAPCOREHEADER. Note, data may not be properly aligned.
4723 const char *BmiCh,
4731 memcpy(&utmp4, BmiCh + offsetof(U_BITMAPCOREHEADER,Size_4), 4); *Size = utmp4;
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;
4722 U_BITMAPCOREHEADER_get( const char *BmiCh, uint32_t *Size, int32_t *Width, int32_t *Height, int32_t *BitCount ) argument

Completed in 45 milliseconds