Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp253 data.widthDecreasedByOne = width - 1; in drawLighting()
267 …setPixel(offset, data, paintingData, data.widthDecreasedByOne, 0, cFactor2div3, cFactor2div3, norm… in drawLighting()
277 …setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2… in drawLighting()
282 for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) { in drawLighting()
288 for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) { in drawLighting()
305 …inlineSetPixel(offset, data, paintingData, data.widthDecreasedByOne, y, cFactor1div2, cFactor1div3… in drawLighting()
316 for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) { in drawLighting()
410 data.widthDecreasedByOne - 1, in drawInteriorPixels()
DFELighting.h59 int widthDecreasedByOne; member