Searched refs:Height (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf.h784 int16_t Height; //!< Height in Logical units member in struct:__anon339
865 uint8_t Bits[1]; //!< bitmap pixel data. Bytes contained = (((Width * BitsPixel + 15) >> 4) << 1) * Height
872 int16_t Height; //!< bitmap height in scan lines. member in struct:__anon345
883 uint16_t Height; //!< DIB height in pixels. member in struct:__anon346
1326 int16_t Height; //!< in logical units (rounded corner) member in struct:__anon367
1343 int16_t Height; //!< in logical units (of Rect to Fill) member in struct:__anon368
1400 int16_t Height; //!< in logical units (of Src and Dst rects) member in struct:__anon371
1421 int16_t Height; //!< in logical units (of Src and Dst rects) member in struct:__anon372
1443 int16_t hSrc; //!< Height i
1535 int16_t Height; //!< in logical units (of frame) member in struct:__anon379
1628 int16_t Height; //!< in logical units (of Src and Dst) member in struct:__anon384
1685 int16_t Height; //!< in logical units (of Src and Dst) member in struct:__anon387
1707 int16_t Height; //!< in logical units (of Src and Dst) member in struct:__anon388
[all...]
H A Duwmf.c805 \param Height Height in Logical units
821 int16_t Height, //!< Height in Logical units
841 font->Height = Height;
942 \param Height bitmap height in scan lines.
945 \param Bits bitmap pixel data. Bytes contained = (((Width * BitsPixel + 15) >> 4) << 1) * Height
950 const int16_t Height,
964 iHeight = (Height <
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
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
5654 U_WMRFRAMEREGION_get( const char *contents, uint16_t *Region, uint16_t *Brush, int16_t *Height, int16_t *Width ) argument
[all...]
H A Duwmf_print.c84 printf("Height:%d ", *(int16_t *)(font + offsetof(U_FONT,Height )));
215 printf("Height:%d ", b.Height );
219 printf("BitsBytes:%d ", (((b.Width * b.BitsPixel + 15) >> 4) << 1) * b.Height );
233 printf("Height:%d ", ch.Height);
665 int16_t Height, Width; local
667 int size = U_WMRROUNDRECT_get(contents, &Width, &Height, &rect16);
670 printf(" Height
812 int16_t Height; local
[all...]
H A Dupmf.c144 \param Height Height of font in pixels (positive)
160 U_PMF_STRINGFORMAT Sfs, const char *FontName, U_FLOAT Height, U_FontInfoParams *fip, uint32_t FontFlags,
181 poFont = U_PMF_FONT_set(U_PMF_GRAPHICSVERSIONOBJ_set(2), Height, U_UT_World, FontFlags, slen, UFontName);
194 rw = 4*Height*slen; /* This could probably be any value */
195 rh = Height;
203 rd = Height * aval / ((double) fip->EmSize);
206 rd = 0.5 * ( Height * aval / ((double) fip->EmSize) + Height * ( 1.0 + dval));
209 rd = Height * ( 1.
159 U_PMR_drawstring( const char *string, int Vpos, uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, U_PMF_STRINGFORMAT Sfs, const char *FontName, U_FLOAT Height, U_FontInfoParams *fip, uint32_t FontFlags, U_FLOAT x, U_FLOAT y, U_PSEUDO_OBJ *sum, EMFTRACK *et) argument
2278 U_PMF_CUSTOMLINECAPARROWDATA_set(U_FLOAT Width, U_FLOAT Height, U_FLOAT MiddleInset, uint32_t FillState, uint32_t StartCap, uint32_t EndCap, uint32_t Join, U_FLOAT MiterLimit, U_FLOAT WidthScale ) 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
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 Dupmf.h1544 int32_t Height; //!< Height in pixels member in struct:__anon242
1634 U_FLOAT Height; //!< Arrow cap length (is multiplied by line width before draw) member in struct:__anon250
1766 U_FLOAT Height; //!< Height member in struct:__anon257
1963 int16_t Height; //!< Height member in struct:__anon268
2826 U_PMF_STRINGFORMAT Sfs, const char *FontName, U_FLOAT Height, U_FontInfoParams *fip, uint32_t FontFlags,
2904 U_PSEUDO_OBJ *U_PMF_CUSTOMLINECAPARROWDATA_set(U_FLOAT Width, U_FLOAT Height,
2945 U_PSEUDO_OBJ *U_PMF_RECT4_set(int16_t X, int16_t Y, int16_t Width, int16_t Height);
[all...]
H A Dupmf_print.c773 printf(" + Bitmap: Width:%d Height:%d Stride:%d\n",Bs.Width, Bs.Height, Bs.Stride);
988 printf(" Height:%f", Ccad.Height );
1618 int16_t X, Y, Width, Height; local
1619 int status = U_PMF_RECT_get(contents, &X, &Y, &Width, &Height, blimit);
1621 printf("{UL{%d,%d},WH{%d,%d}}", X, Y, Width, Height);
1633 printf("{UL{%d,%d},WH{%d,%d}}", Rect->X, Rect->Y, Rect->Width, Rect->Height);
1645 U_FLOAT X, Y, Width, Height; local
1646 int status = U_PMF_RECTF_get(contents, &X, &Y, &Width, &Height, blimi
[all...]
H A Duemf.c620 \param h Height of pixel array
812 int Colors, BitCount, Width, Height; local
820 memcpy(&tmp4, cBmih + offsetof(U_BITMAPINFOHEADER,biHeight), 4); Height = 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.
830 \param Height bitmap height
836 int Height
838 int area = Width * Height;
839 if(area < 0){ area = -area; } /* Height might be negative */
861 \param height Height o
[all...]
H A Duemf_print.c368 int Colors, BitCount, Width, Height, RealColors; local
376 Height = tmp4;
387 RealColors = get_real_color_icount(Colors, BitCount, Width, Height);
H A Duwmf_endian.c48 U_swap2(b,4); /* Type, Width, Height, WidthBytes */
98 U_swap2(f + offsetof(U_FONT,Height),5); /*Height, Width, Escapement, Orientation, Weight */
157 U_swap2(ch + offsetof(U_BITMAPCOREHEADER,Width),4); /* Width, Height, Planes, BitCount, */
H A Duemf.h1817 int32_t lfHeight; //!< Height in Logical units
1870 uint32_t elfStyleSize; //!< Font hinting starting at this point size, if 0, starts at Height
3356 int get_real_color_icount(int Colors, int BitCount, int Width, int Height);
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp464 height, // Height of pixel array in record
553 height = Bm16.Height; // bitmap height in scan lines.
564 height, // Height of pixel array
1169 double font_size = pix_to_abs_size( d, font.Height );
1338 height, // Height of pixel array
1346 height, // Height of pixel array
1426 height = Bm16.Height; // bitmap height in scan lines.
1443 height, // Height of pixel array
1451 height, // Height of pixel array
2166 int16_t Height,Widt local
[all...]

Completed in 2603 milliseconds