/inkscape/src/libuemf/ |
H A D | uemf.c | 2878 U_POINTL Src, U_POINTL cSrc, U_XFORM xformSrc, U_COLORREF crBkColorSrc, uint32_t iUsageSrc, 3175 U_XFORM xformSrc, // Transform to apply to source 3199 ((PU_EMRALPHABLEND) record)->xformSrc = xformSrc; 4577 \param xformSrc Source bitmap transform (world to page coordinates) 4590 const U_XFORM xformSrc, 4613 ((PU_EMRBITBLT) record)->xformSrc = xformSrc; 4631 \param xformSrc Transform to apply to source 4645 const U_XFORM xformSrc, 3168 U_EMR_CORE13_set( uint32_t iType, U_RECTL rclBounds, U_POINTL Dest, U_POINTL cDest, U_POINTL Src, U_POINTL cSrc, U_XFORM xformSrc, U_COLORREF crBkColorSrc, uint32_t iUsageSrc, uint32_t Data, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px ) argument 4585 U_EMRBITBLT_set( const U_RECTL rclBounds, const U_POINTL Dest, const U_POINTL cDest, const U_POINTL Src, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, const uint32_t dwRop, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px ) argument 4639 U_EMRSTRETCHBLT_set( const U_RECTL rclBounds, const U_POINTL Dest, const U_POINTL cDest, const U_POINTL Src, const U_POINTL cSrc, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, const uint32_t dwRop, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px ) argument 4700 U_EMRMASKBLT_set( const U_RECTL rclBounds, const U_POINTL Dest, const U_POINTL cDest, const U_POINTL Src, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, const U_POINTL Mask, const uint32_t iUsageMask, const uint32_t dwRop, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px, const PU_BITMAPINFO MskBmi, const uint32_t cbMsk, char *Msk ) argument 4768 U_EMRPLGBLT_set( const U_RECTL rclBounds, const PU_POINTL aptlDst, const U_POINTL Src, const U_POINTL cSrc, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, const U_POINTL Mask, const uint32_t iUsageMask, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px, const PU_BITMAPINFO MskBmi, const uint32_t cbMsk, char *Msk ) argument 5438 U_EMRALPHABLEND_set( const U_RECTL rclBounds, const U_POINTL Dest, const U_POINTL cDest, const U_POINTL Src, const U_POINTL cSrc, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, const U_BLEND Blend, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px ) argument 5482 U_EMRTRANSPARENTBLT_set( const U_RECTL rclBounds, const U_POINTL Dest, const U_POINTL cDest, const U_POINTL Src, const U_POINTL cSrc, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, const uint32_t TColor, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px ) argument [all...] |
H A D | uemf.h | 1996 \brief For U_EMR[FILLRGN|STRETCHBLT|MASKBLT|PLGBLT] xformSrc field 2767 U_XFORM xformSrc; //!< Source bitmap transform (world to page coordinates) member in struct:__anon194 2789 U_XFORM xformSrc; //!< Transform to apply to source member in struct:__anon195 2812 U_XFORM xformSrc; //!< Transform to apply to source member in struct:__anon196 2839 U_XFORM xformSrc; //!< Transform to apply to source member in struct:__anon197 3196 U_XFORM xformSrc; //!< Transform to apply to source member in struct:__anon218 3221 U_XFORM xformSrc; //!< Transform to apply to source member in struct:__anon219 3553 const U_POINTL Src, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, 3557 const U_POINTL Src, const U_POINTL cSrc, const U_XFORM xformSrc, const U_COLORREF crBkColorSrc, const uint32_t iUsageSrc, 3561 const U_POINTL Src, const U_XFORM xformSrc, cons [all...] |