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

/inkscape/src/libuemf/
H A Duwmf.c4748 \param SizeImage Image size in bytes or 0 = "default size (calculated from geometry?)"
4764 uint32_t *SizeImage,
4780 memcpy(&utmp4, Bmih + offsetof(U_BITMAPINFOHEADER,biSizeImage ), 4); *SizeImage = utmp4;
4756 U_BITMAPINFOHEADER_get( const char *Bmih, uint32_t *Size, int32_t *Width, int32_t *Height, uint32_t *Planes, uint32_t *BitCount, uint32_t *Compression, uint32_t *SizeImage, int32_t *XPelsPerMeter, int32_t *YPelsPerMeter, uint32_t *ClrUsed, uint32_t *ClrImportant ) argument

Completed in 42 milliseconds