Home
last modified time | relevance | path

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

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dcrop.hh51 CROP_AR_3_4, enumerator
H A Dcrop.cc52 ar_mode.add_enum_value(PF::CROP_AR_3_4,"CROP_AR_3_4","3:4"); in CropPar()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dcrop_config.cc123 case PF::CROP_AR_3_4: keep_ar = true; ar = 3.f/4.f; break; in do_update()