Lines Matching defs:sourceX
646 int sourceX, sourceY;
648 sourceX = centerX - (int)(shiftX * slopeCos + shiftY * slopeSin);
649 if (sourceX < 0 || sourceX >= pwidth)
658 = buffer[sourceY*bwidth+sourceX*depth+k];
676 int sourceX, sourceY;
678 sourceX = centerX - (int)(shiftX * slopeCos + shiftY * slopeSin);
679 if (sourceX < 0 || sourceX >= pwidth)
691 ((buffer[sourceY*bwidth + sourceX/8]
692 >> (7-(sourceX%8))) & 1) << (7-(j%8));