Home
last modified time | relevance | path

Searched refs:flam3_inttype_log (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/flam3/flam3-3.1.1-5-g7fb50c8/
H A Dinterpolation.c657 if (flam3_inttype_log == cpi[0].interpolation_type) { in flam3_interpolate_n()
860 if ( (i==0 && dst[i].interpolation_type == flam3_inttype_log) in flam3_align()
861 || (i>0 && dst[i-1].interpolation_type==flam3_inttype_log) ) { in flam3_align()
H A Dflam3.h71 #define flam3_inttype_log 1 macro
H A Dflam3.c534 } else if (interpolation_type == flam3_inttype_log) { in flam3_rotate()
1312 cp->interpolation_type = flam3_inttype_log; in clear_cp()
1780 else if (flam3_inttype_log == cp->interpolation_type) in flam3_print()
H A Dparser.c363 cp->interpolation_type = flam3_inttype_log; in parse_flame_element()