Searched refs:BitCount (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.c622 \param colortype DIB BitCount Enumeration
812 int Colors, BitCount, Width, Height; local
818 memcpy(&utmp2, cBmih + offsetof(U_BITMAPINFOHEADER,biBitCount), 2); BitCount = utmp2;
821 return(get_real_color_icount(Colors, BitCount, Width, Height));
825 \brief Get the actual number of colors in the color table from the ClrUsed, BitCount, Width, and Height.
828 \param BitCount BitCount Enumeration
834 int BitCount,
841 if( BitCount == U_BCBM_MONOCHROME){ Colors = 2; }
842 else if(BitCount
832 get_real_color_icount( int Colors, int BitCount, int Width, int Height ) argument
[all...]
H A Duwmf.h349 /** BitCount Enumeration WMF manual 2.1.1.3
885 uint16_t BitCount; //!< Pixel Format (BitCount Enumeration) member in struct:__anon346
2409 uint32_t *Planes, uint32_t *BitCount, uint32_t *Compression, uint32_t *SizeImage,
2411 void U_BITMAPCOREHEADER_get(const char *BmiCh, uint32_t *Size, int32_t *Width, int32_t *Height, int32_t *BitCount);
H A Duemf_print.c368 int Colors, BitCount, Width, Height, RealColors; local
379 BitCount = tmp2;
387 RealColors = get_real_color_icount(Colors, BitCount, Width, Height);
H A Duwmf.c4720 \param BitCount Pixel Format (BitCount Enumeration)
4727 int32_t *BitCount
4734 memcpy(&utmp2, BmiCh + offsetof(U_BITMAPCOREHEADER,BitCount), 2); *BitCount = utmp2;
4746 \param BitCount BitCount Enumeration (determines number of RBG colors)
4762 uint32_t *BitCount,
4778 memcpy(&utmp2, Bmih + offsetof(U_BITMAPINFOHEADER,biBitCount ), 2); *BitCount = utmp2;
4797 \param colortype DIB BitCount Enumeratio
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
[all...]
H A Duwmf_print.c235 printf("BitCount:%d ", ch.BitCount);
H A Duemf.h53 EMF Bitcount Enumeration BitCount Enumeration 2.1.1.3
270 /** \defgroup U_EMF_BITMAPINFOHEADER_biBitCount_Qualifiers EMF BitCount Enumeration
420 uint16_t biBitCount; //!< BitCount Enumeration (determines number of RBG colors)
3356 int get_real_color_icount(int Colors, int BitCount, int Width, int Height);

Completed in 2421 milliseconds