Lines Matching refs:yerr
314 public abstract void setRaster(int x, int y, int xerr, int yerr,
403 public void setRaster(int x, int y, int xerr, int yerr,
421 int rowyerr = yerr;
455 yerr = rowyerr;
470 TexturePaintContext.blend(rgbs, xerr, yerr);
481 if ((yerr += colincyerr) < 0) {
482 yerr &= Integer.MAX_VALUE;
541 public void setRaster(int x, int y, int xerr, int yerr,
558 int rowyerr = yerr;
591 yerr = rowyerr;
601 if ((yerr += colincyerr) < 0) {
602 yerr &= Integer.MAX_VALUE;
664 public void setRaster(int x, int y, int xerr, int yerr,
679 int rowyerr = yerr;
685 yerr = rowyerr;
703 TexturePaintContext.blend(rgbs, xerr, yerr);
711 if ((yerr += colincyerr) < 0) {
712 yerr &= Integer.MAX_VALUE;
754 public void setRaster(int x, int y, int xerr, int yerr,
764 int rowyerr = yerr;
772 yerr = rowyerr;
791 TexturePaintContext.blend(rgbs, xerr, yerr);
802 if ((yerr += colincyerr) < 0) {
803 yerr &= Integer.MAX_VALUE;