Home
last modified time | relevance | path

Searched refs:jobsWithExtra (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEGaussianBlur.cpp177 const int jobsWithExtra = paintSize.height() % jobs; in platformApply() local
185 currentY += job < jobsWithExtra ? blockHeight + 1 : blockHeight; in platformApply()
213 int adjustedBlockHeight = job < jobsWithExtra ? blockHeight + 1 : blockHeight; in platformApply()
DFEMorphology.cpp181 const int jobsWithExtra = paintingData->height % numOfThreads; in platformApply() local
187 currentY += job < jobsWithExtra ? jobSize + 1 : jobSize; in platformApply()
DFEConvolveMatrix.cpp461 const int jobsWithExtra = clipBottom % numOfThreads; in applySoftware() local
471 startY += job < jobsWithExtra ? heightPerThread + 1 : heightPerThread; in applySoftware()
DFETurbulence.cpp381 const int jobsWithExtra = absolutePaintRect().height() % i; in applySoftware() local
390 startY += i < jobsWithExtra ? stepY + 1 : stepY; in applySoftware()
DFELighting.cpp266 const int jobsWithExtra = (data.heightDecreasedByOne - 1) % job; in platformApplyGeneric() local
275 yStart += job < jobsWithExtra ? yStep + 1 : yStep; in platformApplyGeneric()