Home
last modified time | relevance | path

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

/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/output/
H A DOutputParams.h51 const OutputFileParams& foregroundFileParams() const;
H A DOutputParams.cpp78 const OutputFileParams& OutputParams::foregroundFileParams() const { in foregroundFileParams() function in output::OutputParams
H A DCacheDrivenTask.cpp118 …if (!(stored_output_params->foregroundFileParams().matches(OutputFileParams(foreground_file_info))) in process()
H A DTask.cpp222 …if (!(stored_output_params->foregroundFileParams().matches(OutputFileParams(foreground_file_info))) in process()