Searched defs:Blend (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/filter/
H A Dtransparency.h11 * Blend
33 \brief Custom predefined Blend filter.
35 Blend objects with background images or with themselves
42 class Blend : public Inkscape::Extension::Internal::Filter::Filter { class in namespace:Inkscape::Extension::Internal::Filter
47 Blend ( ) : Filter() { }; function in class:Inkscape::Extension::Internal::Filter::Blend
48 virtual ~Blend ( ) { if (_filter != NULL) g_free((void *)_filter); return; }
53 "<name>" N_("Blend") "</name>\n"
54 "<id>org.inkscape.effect.filter.Blend</id>\n"
73 "<menu-tip>" N_("Blend objects with background images or with themselves") "</menu-tip>\n"
75 "</inkscape-extension>\n", new Blend());
[all...]
/inkscape/src/libuemf/
H A Duemf.c3197 ((PU_EMRALPHABLEND) record)->Blend = *((PU_BLEND)&Data);
5433 \param Blend Blend function
5447 const U_BLEND Blend,
5452 return(U_EMR_CORE13_set(U_EMR_ALPHABLEND,rclBounds,Dest,cDest,Src,cSrc,xformSrc,crBkColorSrc,iUsageSrc,*((uint32_t *) &Blend),Bmi,cbPx,Px));
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
H A Duemf.h1545 /** \defgroup U_EMF_BLEND_Op_Qualifiers EMF Blend Enumeration
2042 \brief U_EMRALPHABLEND Blend field
2050 uint8_t Op; //!< Blend Enumeration
3194 U_BLEND Blend; //!< Blend Function member in struct:__anon218
3620 const U_BLEND Blend,

Completed in 54 milliseconds