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

/inkscape/src/libuemf/
H A Duemf_print.c368 int Colors, BitCount, Width, Height, RealColors; local
385 Colors = utmp4;
387 RealColors = get_real_color_icount(Colors, BitCount, Width, Height);
H A Dupmf_print.c796 const char *Colors; local
798 int status = U_PMF_BITMAPDATA_get(contents, &Ps, &Colors, &Data, blimit);
801 printf(" BMData: Flags:%X, Elements:%u Colors:", Ps.Flags, Ps.Elements);
802 for(i=0; i<Ps.Elements; i++, Colors+=sizeof(U_PMF_ARGB)){
803 (void) U_PMF_ARGB_print(Colors);
820 const char *Colors; local
821 int status = U_PMF_BLENDCOLORS_get(contents, &Elements, &Positions, &Colors, blimit);
826 (void) U_PMF_ARGB_print(Colors);
827 Colors += sizeof(U_PMF_ARGB);
1334 printf(" Palette: Flags:%X Elements:%u Colors
[all...]
H A Duemf.c812 int Colors, BitCount, Width, Height; local
817 memcpy(&utmp4, cBmih + offsetof(U_BITMAPINFOHEADER,biClrUsed), 4); Colors = utmp4;
821 return(get_real_color_icount(Colors, BitCount, Width, Height));
827 \param Colors Number of colors in the table.
833 int Colors,
840 if(Colors == 0){
841 if( BitCount == U_BCBM_MONOCHROME){ Colors = 2; }
842 else if(BitCount == U_BCBM_COLOR4 ){ Colors = 16; }
843 else if(BitCount == U_BCBM_COLOR8 ){ Colors = 256; }
844 if(Colors > are
832 get_real_color_icount( int Colors, int BitCount, int Width, int Height ) argument
[all...]
H A Dupmf.c1923 \param Count Number of entries in Colors
1924 \param Colors Array of ARGB values
1928 U_PSEUDO_OBJ *U_PMF_ARGBN_set(uint32_t Count, U_PMF_ARGB *Colors){ argument
1931 {Colors, 4, Count, U_XE},
2004 \return Pointer to PseudoObject, NULL on Positions and Colors
2005 \param Elements number of elements in Positions, must agree with the number of Colors.
2007 \param Colors U_PSEUDO_OBJ containing an array of U_PMF_ARGB objects: object colors at positions on gradient line
2011 U_PSEUDO_OBJ *U_PMF_BLENDCOLORS_set(uint32_t Elements, const U_FLOAT *Positions, const U_PSEUDO_OBJ *Colors){ argument
2012 if(!Colors || !Positions || Colors
2044 U_PMF_ARGB *Colors; local
5682 U_PMF_BITMAPDATA_get(const char *contents, U_PMF_PALETTE *Ps, const char **Colors, const char **Data, const char *blimit) argument
5703 U_PMF_BLENDCOLORS_get(const char *contents, uint32_t *Elements, U_FLOAT **Positions, const char **Colors, const char *blimit) argument
6236 U_PMF_PALETTE_get(const char *contents, uint32_t *Flags, uint32_t *Elements, const char **Colors, const char *blimit) argument
[all...]

Completed in 69 milliseconds