Home | History | Annotate | Download | only in filters

Lines Matching refs:topRight

96 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector)
113 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
117 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
118 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
128 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
133 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
134 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
157 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
158 normalVector.setX(-top + topRight - (center << 1) + (right << 1));
159 normalVector.setY(-(top << 1) - topRight + (center << 1) + right);
170 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
171 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1));
172 normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right);
348 data.topRight(offset, normalVector);