177178179180181182183184185186187
w, h, 0, 0, null); dstRas = dstRas.createWritableChild(span[0], span[1], w, h, 0, 0, null); ctx.compose(srcRas, dstRas, dstRas); } ctx.dispose(); } } private static class GeneralMaskBlit extends Blit { MaskBlit performop;