Searched refs:heightPerThread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFEConvolveMatrix.cpp462 // Split the job into "heightPerThread" jobs but there a few jobs that need to be slightly larger since
463 // heightPerThread * jobs < total size. These extras are handled by the remainder "jobsWithExtra".
464 const int heightPerThread = clipBottom / numOfThreads; local
475 startY += job < jobsWithExtra ? heightPerThread + 1 : heightPerThread;

Completed in 49 milliseconds