svoid bwFillWhiteRect(BWImage img, int x1, int y1, int w, int h) { bwFillRect(img, x1, x1, w, h, 1f); }