7576777879808182838485
TransformBlit blit = TransformBlit.getFromCache(srcType, sg.imageComp, dstType); if (blit != null) { blit.Transform(srcData, dstData, sg.composite, sg.getCompClip(), tx, interpType, sx1, sy1, 0, 0, sx2-sx1, sy2-sy1); return; }