Lines Matching refs:Src
1397 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1398 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1400 int16_t Height; //!< in logical units (of Src and Dst rects)
1401 int16_t Width; //!< in logical units (of Src and Dst rects)
1419 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1420 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1421 int16_t Height; //!< in logical units (of Src and Dst rects)
1422 int16_t Width; //!< in logical units (of Src and Dst rects)
1425 U_BITMAP16 bitmap; //!< Src bitmap
1443 int16_t hSrc; //!< Height in logical units of Src rect
1445 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1446 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1468 int16_t hSrc; //!< Height in logical units of Src rect
1470 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1471 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1476 U_BITMAP16 bitmap; //!< Src bitmap
1624 uint16_t ScanCount; //!< Number of scan lines in Src
1625 uint16_t StartScan; //!< First Scan line in Src
1626 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1627 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1628 int16_t Height; //!< in logical units (of Src and Dst)
1629 int16_t Width; //!< in logical units (of Src and Dst)
1682 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1683 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1685 int16_t Height; //!< in logical units (of Src and Dst)
1686 int16_t Width; //!< in logical units (of Src and Dst)
1705 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1706 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1707 int16_t Height; //!< in logical units (of Src and Dst)
1708 int16_t Width; //!< in logical units (of Src and Dst)
1729 int16_t hSrc; //!< in logical units (of Src)
1730 int16_t wSrc; //!< in logical units (of Src)
1731 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1732 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1754 int16_t hSrc; //!< in logical units (of Src)
1755 int16_t wSrc; //!< in logical units (of Src)
1756 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1757 int16_t xSrc; //!< in logical units (UL corner of Src rect)
1774 U_BS_DIBPATTERNPT ColorUsage enumer. U_BS_DIBPATTERNPT brush from DIB in Src
1775 U_BS_PATTERN ColorUsage enumer. U_BS_PATTERN brush from Bitmap16 object in Src
1783 uint8_t Src[1]; //!< DeviceIndependentBitmap or Bitmap16 object
1795 int16_t hSrc; //!< in logical units (of Src)
1796 int16_t wSrc; //!< in logical units (of Src)
1797 int16_t ySrc; //!< in logical units (UL corner of Src rect)
1798 int16_t xSrc; //!< in logical units (UL corner of Src rect)
2174 char *U_WMRBITBLT_set(U_POINT16 Dst, U_POINT16 cwh, U_POINT16 Src,
2176 char *U_WMRSTRETCHBLT_set(U_POINT16 Dst, U_POINT16 cDst, U_POINT16 Src,
2206 char *U_WMRDIBBITBLT_set(U_POINT16 Dst, U_POINT16 cwh, U_POINT16 Src,
2208 char *U_WMRDIBSTRETCHBLT_set(U_POINT16 Dst, U_POINT16 cDst, U_POINT16 Src,
2212 char *U_WMRSTRETCHDIB_set(U_POINT16 Dest, U_POINT16 cDest, U_POINT16 Src, U_POINT16 cSrc,
2448 int U_WMRBITBLT_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cwh, U_POINT16 * Src, uint32_t *dwRop3, U_BITMAP16 *Bm16, const char **px);
2449 int U_WMRSTRETCHBLT_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cDst, U_POINT16 * Src, U_POINT16 * cSrc, uint32_t *dwRop3, U_BITMAP16 *Bm16, const char **px);
2465 int U_WMRSETDIBTODEV_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cwh, U_POINT16 * Src, uint16_t *cUsage, uint16_t *ScanCount, uint16_t *StartScan, const char **dib);
2478 int U_WMRDIBBITBLT_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cwh, U_POINT16 * Src, uint32_t *dwRop3, const char **dib);
2479 int U_WMRDIBSTRETCHBLT_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cDst, U_POINT16 * Src, U_POINT16 * cSrc, uint32_t *dwRop3, const char **dib);
2481 int U_WMRSTRETCHDIB_get(const char *contents, U_POINT16 * Dst, U_POINT16 * cDst, U_POINT16 * Src, U_POINT16 * cSrc, uint16_t *cUsage, uint32_t *dwRop3, const char **dib);