Searched defs:BDFlag (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1244 \param BDFlag Describes optional values in contents 1248 int U_PMF_LINEARGRADIENTBRUSHOPTIONALDATA_print(const char *contents, int BDFlag, const char *blimit){ argument 1255 int status = U_PMF_LINEARGRADIENTBRUSHOPTIONALDATA_get(contents, BDFlag, &Tm, &Bc, &BfH, &BfV, blimit); 1257 if(BDFlag & U_BD_Transform){ 1386 \param BDFlag Describes optional values in contents 1390 int U_PMF_PATHGRADIENTBRUSHOPTIONALDATA_print(const char *contents, int BDFlag, const char *blimit){ argument 1391 if(BDFlag & (U_BD_Transform | U_BD_PresetColors | U_BD_BlendFactorsH | U_BD_FocusScales)){ 1394 if(BDFlag & U_BD_Transform){ 1398 if(BDFlag & U_BD_PresetColors){ /* If this is present, BlendFactorsH will not be */ 1401 if(BDFlag [all...] |
Completed in 51 milliseconds