Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEGaussianBlur.cpp213 int adjustedBlockHeight = job < jobsWithExtra ? blockHeight + 1 : blockHeight; in platformApply() local
215 currentY += adjustedBlockHeight; in platformApply()
218 size = adjustedBlockHeight * scanline; in platformApply()