Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp254 data.heightDecreasedByOne = height - 1; in drawLighting()
270 offset = data.heightDecreasedByOne * data.widthMultipliedByPixelSize; in drawLighting()
272 …setPixel(offset, data, paintingData, 0, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, nor… in drawLighting()
277 …setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2… in drawLighting()
287 offset = data.heightDecreasedByOne * data.widthMultipliedByPixelSize + cPixelSize; in drawLighting()
290 …inlineSetPixel(offset, data, paintingData, x, data.heightDecreasedByOne, cFactor1div3, cFactor1div… in drawLighting()
297 … for (int y = 1; y < data.heightDecreasedByOne; ++y, offset += data.widthMultipliedByPixelSize) { in drawLighting()
303 … for (int y = 1; y < data.heightDecreasedByOne; ++y, offset += data.widthMultipliedByPixelSize) { in drawLighting()
314 for (int y = 1; y < data.heightDecreasedByOne; ++y) { in drawLighting()
411 data.heightDecreasedByOne - 1, in drawInteriorPixels()
DFELighting.h60 int heightDecreasedByOne; member