Uses of Class
com.fourjs.report.avif.AVIFImage.ByReference
-
Packages that use AVIFImage.ByReference Package Description com.fourjs.report.avif -
-
Uses of AVIFImage.ByReference in com.fourjs.report.avif
Methods in com.fourjs.report.avif that return AVIFImage.ByReference Modifier and Type Method Description AVIFImage.ByReferenceLibAVIF0. avifImageCreate(int width, int height, int depth, int yuvFormat)AVIFImage.ByReferenceLibAVIF1. avifImageCreate(int width, int height, int depth, int yuvFormat)Methods in com.fourjs.report.avif with parameters of type AVIFImage.ByReference Modifier and Type Method Description intLibAVIF0. avifDecoderReadFile(com.sun.jna.Pointer decoder, AVIFImage.ByReference image, String filePath)intLibAVIF1. avifDecoderReadFile(com.sun.jna.Pointer decoder, AVIFImage.ByReference image, String filePath)voidLibAVIF0. avifImageDestroy(AVIFImage.ByReference image)voidLibAVIF1. avifImageDestroy(AVIFImage.ByReference image)intLibAVIF0. avifImageYUVToRGB(AVIFImage.ByReference image, AVIFRGBImage0.ByReference rgbImage)intLibAVIF1. avifImageYUVToRGB(AVIFImage.ByReference image, AVIFRGBImage1.ByReference rgbImage)voidLibAVIF0. avifRGBImageSetDefaults(AVIFRGBImage0.ByReference rgbImage, AVIFImage.ByReference image)voidLibAVIF1. avifRGBImageSetDefaults(AVIFRGBImage1.ByReference rgbImage, AVIFImage.ByReference image)
-