bitfill32
bitfill32(dst, dst_idx, color & 1 ? ~0 : 0, n);
bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n);