Home | History | Annotate | Download | only in filters

Lines Matching refs:bottomLeft

85     int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
88 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
89 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
97 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
99 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
100 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
126 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
129 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
130 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
141 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
143 normalVector.setX(-topLeft + top - (left << 1) + (center << 1) - bottomLeft + bottom);
144 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1));
147 inline void FELighting::LightingData::bottomLeft(int offset, IntPoint& normalVector)
271 data.bottomLeft(offset, normalVector);