Lines Matching defs:sourceY
646 int sourceX, sourceY;
652 sourceY = centerY + (int)(-shiftY * slopeCos + shiftX * slopeSin);
653 if (sourceY < 0 || sourceY >= height)
658 = buffer[sourceY*bwidth+sourceX*depth+k];
676 int sourceX, sourceY;
682 sourceY = centerY + (int)(-shiftY * slopeCos + shiftX * slopeSin);
683 if (sourceY < 0 || sourceY >= height)
691 ((buffer[sourceY*bwidth + sourceX/8]