Lines Matching defs:Width
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 of Pen
911 p.Widthw[0] = Width;
941 \param Width bitmap width in pixels.
945 \param Bits bitmap pixel data. Bytes contained = (((Width * BitsPixel + 15) >> 4) << 1) * Height
949 const int16_t Width,
961 usedbytes = (Width * BitsPixel + 7)/8; // width of line in fully and partially occupied bytes
971 bm16->Width = Width;
2787 \param Width Horizontal rounding length.
2791 char *U_WMRROUNDRECT_set(int16_t Width, int16_t Height, U_RECT16 rect){
2795 U_U16(Width),
2826 pmr->Width = cwh.x;
2921 cbBm16 = U_SIZE_BITMAP16 + (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
2932 pmr_px->Width = cwh.x;
2950 pmr_nopx->Width = cwh.x;
2984 cbBm16 = U_SIZE_BITMAP16 + (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
3088 \param Width in logical units (of frame)
3090 char *U_WMRFRAMEREGION_set(uint16_t Region, uint16_t Brush, int16_t Height, int16_t Width){
3091 return U_WMRCORE_4U16_set(U_WMR_FRAMEREGION, Region, Brush, U_U16(Height), U_U16(Width));
3373 pmr_px->Width = cwh.x;
3393 pmr_nopx->Width = cwh.x;
3495 cbBm16 = U_SIZE_BITMAP16 + (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
4352 cbPat = (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;
4718 \param Width; Width of pixel array
4725 int32_t *Width,
4732 memcpy(&utmp2, BmiCh + offsetof(U_BITMAPCOREHEADER,Width), 2); *Width = utmp2;
4743 \param Width Bitmap width in pixels
4759 int32_t *Width,
4775 memcpy( &tmp4, Bmih + offsetof(U_BITMAPINFOHEADER,biWidth ), 4); *Width = tmp4;
4795 \param width Width of pixel array
5325 \param Width Horizontal rounding length.
5331 int16_t *Width,
5339 U_PP16(Width),
5365 cwh->x = *(int16_t *)( contents + offsetof(U_WMRPATBLT, Width ));
5474 cwh->x = *(int16_t *)( contents + offsetof(U_WMRBITBLT_NOPX, Width ));
5485 cwh->x = *(int16_t *)( contents + offsetof(U_WMRBITBLT_PX, Width ));
5652 \param Width in logical units (of frame)
5659 int16_t *Width
5661 return U_WMRCORE_4U16_get(contents, (U_SIZE_WMRFRAMEREGION), Region, Brush, U_PP16(Height), U_PP16(Width));
5822 \param cwh Width and Height in logical units
5847 cwh->x = *(int16_t *)( contents + offsetof(U_WMRSETDIBTODEV, Width ));
5999 cwh->x = *(int16_t *)( contents + offsetof(U_WMRDIBBITBLT_NOPX, Width ));
6009 cwh->x = *(int16_t *)( contents + offsetof(U_WMRDIBBITBLT_PX, Width ));
6104 if(TmpBm16.Width <= 0 || TmpBm16.Height <= 0 || TmpBm16.Planes != 1 || TmpBm16.BitsPixel == 0){
6952 *pasize = (((Bm16->Width * Bm16->BitsPixel + 15) >> 4) << 1) * Bm16->Height;