Searched refs:U_BD_BlendFactorsH (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c2741 if(BfH){ *Flags |= U_BD_BlendFactorsH; }
2817 !(Flags & U_BD_BlendFactorsH) &&
2848 if(Pd && !(Flags & (U_BD_PresetColors | U_BD_BlendFactorsH)))return(NULL);
2849 if( (Flags & U_BD_PresetColors) && ((Flags & U_BD_BlendFactorsH) || !Pd || (Pd->Type != U_PMF_BLENDCOLORS_OID) ))return(NULL);
2850 if( (Flags & U_BD_BlendFactorsH) && ((Flags & U_BD_PresetColors) || !Pd || (Pd->Type != U_PMF_BLENDFACTORS_OID)))return(NULL);
6164 else if(Flags & U_BD_BlendFactorsH){
6276 if(Pgbd->Flags & (U_BD_Transform |U_BD_PresetColors | U_BD_BlendFactorsH| U_BD_FocusScales)){ // optional data present
6305 if(Flags & (U_BD_PresetColors | U_BD_BlendFactorsH)){
6310 varsize=(Elements * 4 * (Flags & U_BD_BlendFactorsH ? 2 :1));
H A Dupmf_print.c1391 if(BDFlag & (U_BD_Transform | U_BD_PresetColors | U_BD_BlendFactorsH | U_BD_FocusScales)){
1401 if(BDFlag & U_BD_BlendFactorsH){/* If this is present, U_BD_PresetColors will not be */
H A Dupmf.h1051 #define U_BD_BlendFactorsH 0x0008 //!< BlendFactorsH in {AB} macro
1813 U_BD_PresetColors U_BD_BlendFactorsH U_BD_BlendFactorsV pattern(s) present?
1875 U_BD_PresetColors U_BD_BlendFactorsH pattern?

Completed in 124 milliseconds