HomeSort by relevance Sort by last modified time
    Searched refs:widthDecreasedByOne (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.h 59 int widthDecreasedByOne;
FELighting.cpp 253 data.widthDecreasedByOne = width - 1;
267 setPixel(offset, data, paintingData, data.widthDecreasedByOne, 0, cFactor2div3, cFactor2div3, normalVector);
277 setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, normalVector);
282 for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) {
288 for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) {
305 inlineSetPixel(offset, data, paintingData, data.widthDecreasedByOne, y, cFactor1div2, cFactor1div3, normalVector);
316 for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) {
410 data.widthDecreasedByOne - 1,

Completed in 24 milliseconds