Home
last modified time | relevance | path

Searched refs:SCALE_INTERP_BILINEAR (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dpftypes.hh260 SCALE_INTERP_BILINEAR, enumerator
H A Dphotoflow_run_batch.cc173 if( str == "bilinear") export_opt.interpolator = PF::SCALE_INTERP_BILINEAR; in decode_export_options()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dscale.cc224 scale_interp.add_enum_value( SCALE_INTERP_BILINEAR, "SCALE_INTERP_BILINEAR", _("bilinear") ); in ScalePar()
456 case PF::SCALE_INTERP_BILINEAR: kernel = VIPS_KERNEL_LINEAR; break; in build()