Home
last modified time | relevance | path

Searched refs:CACorrectPar (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dca_correct.hh45 class CACorrectPar: public OpParBase class
55 CACorrectPar();
125 VipsRegion* out, CACorrectPar* par) in render()
139 VipsRegion* out, CACorrectPar* par) in render()
H A Dca_correct.cc38 PF::CACorrectPar::CACorrectPar(): in CACorrectPar() function in PF::CACorrectPar
50 VipsImage* PF::CACorrectPar::build(std::vector<VipsImage*>& in, int first, in build()
H A Draw_developer.cc271 CACorrectPar* capar = dynamic_cast<CACorrectPar*>( ca_correct->get_par() ); in build()
H A Doperations.cc111 { return( new PF::Processor<PF::CACorrectPar,PF::CACorrectProc>() ); } in new_ca_correct()
H A Draw_image.cc383 PF::CACorrectPar* capar = dynamic_cast<PF::CACorrectPar*>( ca_correct->get_par() ); in RawImage()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/legacy/operations/
H A Draw_developer.cc231 CACorrectPar* capar = dynamic_cast<CACorrectPar*>( ca_correct->get_par() ); in build()