Class SVGComposite.AlphaPreCompositeContext_INT_PACK

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void precompose​(java.awt.image.Raster src, java.awt.image.Raster dstIn, java.awt.image.WritableRaster dstOut)  
      protected abstract void precompose_INT_PACK​(int width, int height, int[] srcPixels, int srcAdjust, int srcSp, int[] dstInPixels, int dstInAdjust, int dstInSp, int[] dstOutPixels, int dstOutAdjust, int dstOutSp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • precompose_INT_PACK

        protected abstract void precompose_INT_PACK​(int width,
                                                    int height,
                                                    int[] srcPixels,
                                                    int srcAdjust,
                                                    int srcSp,
                                                    int[] dstInPixels,
                                                    int dstInAdjust,
                                                    int dstInSp,
                                                    int[] dstOutPixels,
                                                    int dstOutAdjust,
                                                    int dstOutSp)