/inkscape/src/libuemf/ |
H A D | uemf_print.c | 368 int Colors, BitCount, Width, Height, RealColors; local 374 Width = tmp4; 387 RealColors = get_real_color_icount(Colors, BitCount, Width, Height);
|
H A D | upmf_print.c | 773 printf(" + Bitmap: Width:%d Height:%d Stride:%d\n",Bs.Width, Bs.Height, Bs.Stride); 987 printf(" Width:%f", Ccad.Width ); 1457 U_FLOAT Width; local 1459 int status = U_PMF_PENDATA_get(contents, &Flags, &Unit, &Width, &Data, blimit); 1461 printf(" + Pendata: Flags:%X Unit:%X Width:%f",Flags, Unit, Width); 1618 int16_t X, Y, Width, Height; local 1619 int status = U_PMF_RECT_get(contents, &X, &Y, &Width, 1645 U_FLOAT X, Y, Width, Height; local [all...] |
H A D | uwmf_print.c | 85 printf("Width:%d ", *(int16_t *)(font + offsetof(U_FONT,Width ))); 141 uint16_t Width; //!< Pen Width in object dimensions 153 printf("Width:%u " ,p.Widthw[0] ); 214 printf("Width:%d ", b.Width ); 219 printf("BitsBytes:%d ", (((b.Width * b.BitsPixel + 15) >> 4) << 1) * b.Height ); 232 printf("Width:%d ", ch.Width); 665 int16_t Height, Width; local 813 int16_t Width; local [all...] |
H A D | uemf.c | 619 \param w Width of pixel array 812 int Colors, BitCount, Width, Height; local 819 memcpy(&tmp4, cBmih + offsetof(U_BITMAPINFOHEADER,biWidth), 4); Width = tmp4; 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. 829 \param Width bitmap width 835 int Width, 838 int area = Width * Height; 860 \param width Width of pixel array 918 \param w Width o 832 get_real_color_icount( int Colors, int BitCount, int Width, int Height ) argument [all...] |
H A D | upmf.c | 990 a = Rect->Width/2.0; 1072 newRects[i].Width = U_ROUND(Rects[i].Width); 1082 \param w Width of the rectangle 1545 int length=12; /* Flags, Unit, Width */ 1547 PenData += 8; /* skip Unit and Width */ 2266 \param Width Arrow cap width (is multiplied by line width before draw) 2278 U_PSEUDO_OBJ *U_PMF_CUSTOMLINECAPARROWDATA_set(U_FLOAT Width, U_FLOAT Height, argument 2283 {&Width, 4, 1, U_LE}, 2946 \param Width Widt 2953 U_PMF_PENDATA_set(uint32_t Unit, U_FLOAT Width, const U_PSEUDO_OBJ *Pod) argument 3129 U_PMF_RECT4_set(int16_t X, int16_t Y, int16_t Width, int16_t Height) argument 3191 U_PMF_RECTF4_set(U_FLOAT X, U_FLOAT Y, U_FLOAT Width, U_FLOAT Height) argument 6380 U_PMF_PENDATA_get(const char *contents, uint32_t *Flags, uint32_t *Unit, U_FLOAT *Width, const char **Data, const char *blimit) argument 6611 U_PMF_RECT_get(const char **contents, int16_t *X, int16_t *Y, int16_t *Width, int16_t *Height, const char *blimit) argument 6633 U_PMF_RECTF_get(const char **contents, U_FLOAT *X, U_FLOAT *Y, U_FLOAT *Width, U_FLOAT *Height, const char *blimit) argument 6656 int16_t X16, Y16, Width, Height; local [all...] |
H A D | uwmf.c | 806 \param Width Average Width in Logical units 822 int16_t Width, //!< Average Width in Logical units 842 font->Width = Width; 901 \param Width Width of Pen 906 uint16_t Width, //!< Width o 820 U_FONT_set( int16_t Height, int16_t Width, int16_t Escapement, int16_t Orientation, int16_t Weight, uint8_t Italic, uint8_t Underline, uint8_t StrikeOut, uint8_t CharSet, uint8_t OutPrecision, uint8_t ClipPrecision, uint8_t Quality, uint8_t PitchAndFamily, char *FaceName ) argument 904 U_PEN_set( uint16_t Style, uint16_t Width, U_COLORREF Color ) argument 947 U_BITMAP16_set( const int16_t Type, const int16_t Width, const int16_t Height, const int16_t LineN, const uint8_t BitsPixel, const char *Bits ) argument 2791 U_WMRROUNDRECT_set(int16_t Width, int16_t Height, U_RECT16 rect) argument 3090 U_WMRFRAMEREGION_set(uint16_t Region, uint16_t Brush, int16_t Height, int16_t Width) argument 4722 U_BITMAPCOREHEADER_get( const char *BmiCh, uint32_t *Size, int32_t *Width, int32_t *Height, int32_t *BitCount ) argument 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 5329 U_WMRROUNDRECT_get( const char *contents, int16_t *Width, int16_t *Height, U_RECT16 *rect ) argument [all...] |
H A D | uwmf.h | 785 int16_t Width; //!< Average Width in Logical units member in struct:__anon339 828 uint16_t Widthw[2]; //!< reassemble/store the Pen Width in object dimensions using Widthw, the 32 bit value is not aligned 865 uint8_t Bits[1]; //!< bitmap pixel data. Bytes contained = (((Width * BitsPixel + 15) >> 4) << 1) * Height 871 int16_t Width; //!< bitmap width in pixels. member in struct:__anon345 882 uint16_t Width; //!< DIB width in pixels. member in struct:__anon346 1327 int16_t Width; //!< in logical units (rounded corner) member in struct:__anon367 1344 int16_t Width; //!< in logical units (of Rect to Fill) member in struct:__anon368 1401 int16_t Width; //!< in logical units (of Src and Dst rects) member in struct:__anon371 1422 int16_t Width; //!< i member in struct:__anon372 1536 int16_t Width; //!< in logical units (of frame) member in struct:__anon379 1629 int16_t Width; //!< in logical units (of Src and Dst) member in struct:__anon384 1686 int16_t Width; //!< in logical units (of Src and Dst) member in struct:__anon387 1708 int16_t Width; //!< in logical units (of Src and Dst) member in struct:__anon388 [all...] |
H A D | upmf.h | 1543 int32_t Width; //!< Width in pixels member in struct:__anon242 1633 U_FLOAT Width; //!< Arrow cap width (is multiplied by line width before draw) member in struct:__anon250 1765 U_FLOAT Width; //!< Width member in struct:__anon257 1917 U_FLOAT Width; //!< Width in units set by Unit member in struct:__anon266 1962 int16_t Width; //!< Width member in struct:__anon268 2904 U_PSEUDO_OBJ *U_PMF_CUSTOMLINECAPARROWDATA_set(U_FLOAT Width, U_FLOA [all...] |
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 463 width, // Width of pixel array in record 552 width = Bm16.Width; // bitmap width in pixels. 563 width, // Width of pixel array 1337 width, // Width of pixel array 1345 width, // Width of pixel array 1425 width = Bm16.Width; // bitmap width in pixels. 1442 width, // Width of pixel array 1450 width, // Width of pixel array 2166 int16_t Height,Width; local 2167 nSize = U_WMRROUNDRECT_get(contents, &Width, [all...] |