Lines Matching refs:Height
784 int16_t Height; //!< Height in Logical units
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.
883 uint16_t Height; //!< DIB height in pixels.
1326 int16_t Height; //!< in logical units (rounded corner)
1343 int16_t Height; //!< in logical units (of Rect to Fill)
1400 int16_t Height; //!< in logical units (of Src and Dst rects)
1421 int16_t Height; //!< in logical units (of Src and Dst rects)
1443 int16_t hSrc; //!< Height in logical units of Src rect
1448 int16_t hDst; //!< Height in logical units of Dst rect
1468 int16_t hSrc; //!< Height in logical units of Src rect
1472 int16_t hDst; //!< Height in logical units of Dst rect
1535 int16_t Height; //!< in logical units (of frame)
1628 int16_t Height; //!< in logical units (of Src and Dst)
1685 int16_t Height; //!< in logical units (of Src and Dst)
1707 int16_t Height; //!< in logical units (of Src and Dst)
1982 (((Width * BitsPixel + 15) >> 4) << 1) * Height
2104 U_FONT *U_FONT_set(int16_t Height, int16_t Width, int16_t Escapement, int16_t Orientation,
2112 U_BITMAP16 *U_BITMAP16_set(const int16_t Type, const int16_t Width, const int16_t Height,
2168 char *U_WMRROUNDRECT_set(int16_t Width, int16_t Height, U_RECT16 rect);
2183 char *U_WMRFRAMEREGION_set(uint16_t Region, uint16_t Brush, int16_t Height, int16_t Width);
2408 void U_BITMAPINFOHEADER_get(const char *Bmih, uint32_t *Size, int32_t *Width, int32_t *Height,
2411 void U_BITMAPCOREHEADER_get(const char *BmiCh, uint32_t *Size, int32_t *Width, int32_t *Height, int32_t *BitCount);
2442 int U_WMRROUNDRECT_get(const char *contents, int16_t *Width, int16_t *Height, U_RECT16 * rect);
2455 int U_WMRFRAMEREGION_get(const char *contents, uint16_t *Region, uint16_t *Brush, int16_t *Height, int16_t *Width);