PlatformApplyGenericParameters  256 Source/platform/graphics/filters/FELighting.cpp void FELighting::platformApplyGenericWorker(PlatformApplyGenericParameters* parameters)
PlatformApplyGenericParameters  266 Source/platform/graphics/filters/FELighting.cpp         ParallelJobs<PlatformApplyGenericParameters> parallelJobs(&platformApplyGenericWorker, optimalThreadNumber);
PlatformApplyGenericParameters  278 Source/platform/graphics/filters/FELighting.cpp                 PlatformApplyGenericParameters& params = parallelJobs.parameter(job);
PlatformApplyGenericParameters   91 Source/platform/graphics/filters/FELighting.h     static void platformApplyGenericWorker(PlatformApplyGenericParameters*);