Documentation
¶
Overview ¶
Package vimage provides a fluent Go API over the macOS vImage framework.
Construction ¶
New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.
Lifecycle ¶
A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.
Index ¶
- Constants
- func KvImageDecodeArray_16Q12Format() uintptr
- func KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4() uintptr
- func KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2() uintptr
- func KvImage_YpCbCrToARGBMatrix_ITU_R_601_4() uintptr
- func KvImage_YpCbCrToARGBMatrix_ITU_R_709_2() uintptr
- func VImageAlphaBlendARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageAlphaBlendARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, ...) int
- func VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, ...) int
- func VImageAlphaBlendPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, ...) int
- func VImageAlphaBlendPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, ...) int
- func VImageBoxConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backgroundColor uint8)
- func VImageBoxConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageBufferCopyToCVPixelBuffer(buffer unsafe.Pointer, bufferFormat unsafe.Pointer, ...) (result int, backgroundColor float64)
- func VImageBufferFillARGB16F(dest unsafe.Pointer, flags uint32) (result int, color uint16)
- func VImageBufferFillARGB16S(dest unsafe.Pointer, flags uint32) (result int, color int16)
- func VImageBufferFillARGB16U(dest unsafe.Pointer, flags uint32) (result int, color uint16)
- func VImageBufferFillARGB8888(dest unsafe.Pointer, flags uint32) (result int, color uint8)
- func VImageBufferFillARGBFFFF(dest unsafe.Pointer, flags uint32) (result int, color float32)
- func VImageBufferFillCbCr8(dest unsafe.Pointer, flags uint32) (result int, color uint8)
- func VImageBufferFillCbCr16S(dest unsafe.Pointer, flags uint32) (result int, color int16)
- func VImageBufferFillCbCr16U(dest unsafe.Pointer, flags uint32) (result int, color uint16)
- func VImageBufferGetSize(buf unsafe.Pointer) corefoundation.CGSize
- func VImageBufferInit(buf unsafe.Pointer, height int, width int, pixelBits uint32, flags uint32) int
- func VImageBufferInitForCopyFromCVPixelBuffer(buffers unsafe.Pointer, converter obj.Object, pixelBuffer unsafe.Pointer, ...) int
- func VImageBufferInitForCopyToCVPixelBuffer(buffers unsafe.Pointer, converter obj.Object, pixelBuffer unsafe.Pointer, ...) int
- func VImageBufferInitWithCGImage(buf unsafe.Pointer, format unsafe.Pointer, image obj.Object, flags uint32) (result int, backgroundColor float64)
- func VImageBufferInitWithCVPixelBuffer(buffer unsafe.Pointer, desiredFormat unsafe.Pointer, ...) (result int, backgroundColor float64)
- func VImageByteSwapPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageCGImageFormatGetComponentCount(format unsafe.Pointer) uint32
- func VImageCGImageFormatIsEqual(f1 unsafe.Pointer, f2 unsafe.Pointer) uint8
- func VImageCVImageFormatCopy(format obj.Object) obj.Object
- func VImageCVImageFormatCopyConversionMatrix(format obj.Object, matrix unsafe.Pointer, inType uint32) int
- func VImageCVImageFormatCreateWithCVPixelBuffer(buffer unsafe.Pointer) obj.Object
- func VImageCVImageFormatGetAlphaHint(format obj.Object) int
- func VImageCVImageFormatGetChannelCount(format obj.Object) uint32
- func VImageCVImageFormatGetChannelDescription(format obj.Object, type_ uint32) unsafe.Pointer
- func VImageCVImageFormatGetChannelNames(format obj.Object) unsafe.Pointer
- func VImageCVImageFormatGetChromaSiting(format obj.Object) obj.Object
- func VImageCVImageFormatGetColorSpace(format obj.Object) obj.Object
- func VImageCVImageFormatGetConversionMatrix(format obj.Object) (result unsafe.Pointer, outType uint32)
- func VImageCVImageFormatGetFormatCode(format obj.Object) uint32
- func VImageCVImageFormatGetUserData(format obj.Object) unsafe.Pointer
- func VImageCVImageFormatRelease(fmt_ obj.Object)
- func VImageCVImageFormatRetain(fmt_ obj.Object)
- func VImageCVImageFormatSetAlphaHint(format obj.Object, alphaIsOne int) int
- func VImageCVImageFormatSetChromaSiting(format obj.Object, siting obj.Object) int
- func VImageCVImageFormatSetColorSpace(format obj.Object, colorspace obj.Object) int
- func VImageCVImageFormatSetUserData(format obj.Object, userData unsafe.Pointer, ...) int
- func VImageClipPlanarF(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, ...) int
- func VImageClipToAlphaARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageClipToAlphaARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageClipToAlphaPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageClipToAlphaPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageClipToAlphaRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageClipToAlphaRGBAFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageContrastStretchARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageContrastStretchARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageContrastStretchPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageContrastStretchPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageConvert8to16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert12UTo16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Fto16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Fto16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Q12to8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Q12to16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Q12to16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Q12toF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16SToF(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, ...) int
- func VImageConvert16UTo12U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16UToF(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, ...) int
- func VImageConvert16UToPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Uto16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert16Uto16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvert420Yp8Cb8Cr8ToARGB8888(srcYp unsafe.Pointer, srcCb unsafe.Pointer, srcCr unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvert420Yp8CbCr8ToARGB8888(srcYp unsafe.Pointer, srcCbCr unsafe.Pointer, dest unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvert422CbYpCrYp8AA8ToARGB8888(src unsafe.Pointer, srcA unsafe.Pointer, dest unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvert422CbYpCrYp8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, ...) (result int, permuteMap uint8)
- func VImageConvert422CbYpCrYp16ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint16, ...) (result int, permuteMap uint8)
- func VImageConvert422CbYpCrYp16ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, ...) (result int, permuteMap uint8)
- func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha int16, ...) (result int, permuteMap uint8)
- func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, ...) (result int, permuteMap uint8)
- func VImageConvert422YpCbYpCr8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, ...) (result int, permuteMap uint8)
- func VImageConvert444AYpCbCr8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvert444AYpCbCr16ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvert444AYpCbCr16ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvert444CbYpCrA8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvert444CrYpCb8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, ...) (result int, permuteMap uint8)
- func VImageConvert444CrYpCb10ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha int16, ...) (result int, permuteMap uint8)
- func VImageConvert444CrYpCb10ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB16Q12To444CrYpCb10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB16Q12ToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16Q12ToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16Q12ToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16UTo422CbYpCrYp16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB16UTo444AYpCbCr16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB16UToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint8)
- func VImageConvertARGB16UToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16UToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16UToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB16UtoARGB8888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB16UtoPlanar16U(argbSrc unsafe.Pointer, aDest unsafe.Pointer, rDest unsafe.Pointer, ...) int
- func VImageConvertARGB16UtoRGB16U(argbSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int
- func VImageConvertARGB1555toARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertARGB1555toPlanar8(src unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, ...) int
- func VImageConvertARGB1555toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertARGB8888To420Yp8Cb8Cr8(src unsafe.Pointer, destYp unsafe.Pointer, destCb unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvertARGB8888To420Yp8CbCr8(src unsafe.Pointer, destYp unsafe.Pointer, destCbCr unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvertARGB8888To422CbYpCrYp8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To422CbYpCrYp8AA8(src unsafe.Pointer, dest unsafe.Pointer, destA unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvertARGB8888To422CbYpCrYp16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To422YpCbYpCr8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To444AYpCbCr8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To444AYpCbCr16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To444CbYpCrA8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To444CrYpCb8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888To444CrYpCb10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImageConvertARGB8888ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint16)
- func VImageConvertARGB8888ToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB8888ToRGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint16)
- func VImageConvertARGB8888ToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB8888ToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB8888toARGB1555(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertARGB8888toARGB1555Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertARGB8888toPlanar8(srcARGB unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, ...) int
- func VImageConvertARGB8888toPlanar16Q12(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, ...) int
- func VImageConvertARGB8888toPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertARGB8888toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertARGB8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertARGB8888toRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint32) int
- func VImageConvertARGB2101010ToARGB16F(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB2101010ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB2101010ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB2101010ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGB2101010ToARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGBFFFFToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGBFFFFToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertARGBFFFFtoARGB8888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) (result int, maxFloat float32, minFloat float32, permuteMap uint8)
- func VImageConvertARGBFFFFtoPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertARGBFFFFtoPlanarF(srcARGB unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, ...) int
- func VImageConvertARGBFFFFtoRGBFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertARGBToYpCbCrGenerateConversion(outInfo unsafe.Pointer, inARGBType unsafe.Pointer, ...) (result int, matrix VImageARGBToYpCbCrMatrix, pixelRange VImageYpCbCrPixelRange)
- func VImageConvertAnyToAny(converter obj.Object, srcs unsafe.Pointer, dests unsafe.Pointer, ...) int
- func VImageConvertBGRA16UtoRGB16U(bgraSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int
- func VImageConvertBGRA8888toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertBGRA8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertBGRA8888toRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint32) int
- func VImageConvertBGRAFFFFtoRGBFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertBGRX8888ToPlanar8(src unsafe.Pointer, blue unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertBGRXFFFFToPlanarF(src unsafe.Pointer, blue unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertChunkyToPlanar8(srcChannels unsafe.Pointer, destPlanarBuffers unsafe.Pointer, channelCount int, ...) int
- func VImageConvertChunkyToPlanarF(srcChannels unsafe.Pointer, destPlanarBuffers unsafe.Pointer, channelCount int, ...) int
- func VImageConvertFTo16S(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, ...) int
- func VImageConvertFTo16U(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, ...) int
- func VImageConvertFto16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertIndexed1toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, colors uint8)
- func VImageConvertIndexed2toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, colors uint8)
- func VImageConvertIndexed4toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, colors uint8)
- func VImageConvertPlanar1toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar2toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar4toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar8To16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar8ToARGBFFFF(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertPlanar8ToBGRX8888(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha uint8, ...) int
- func VImageConvertPlanar8ToBGRXFFFF(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha float32, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertPlanar8ToXRGB8888(alpha uint8, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, ...) int
- func VImageConvertPlanar8ToXRGBFFFF(alpha float32, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertPlanar8toARGB1555(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, ...) int
- func VImageConvertPlanar8toARGB8888(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, ...) int
- func VImageConvertPlanar8toIndexed1(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) (result int, colors uint8)
- func VImageConvertPlanar8toIndexed2(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) (result int, colors uint8)
- func VImageConvertPlanar8toIndexed4(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) (result int, colors uint8)
- func VImageConvertPlanar8toPlanar1(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertPlanar8toPlanar2(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertPlanar8toPlanar4(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertPlanar8toPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, ...) int
- func VImageConvertPlanar8toRGB565(srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, ...) int
- func VImageConvertPlanar8toRGB888(planarRed unsafe.Pointer, planarGreen unsafe.Pointer, ...) int
- func VImageConvertPlanar16FtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar16FtoPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanar16Q12toARGB16F(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertPlanar16Q12toARGB8888(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertPlanar16Q12toRGB16F(red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, ...) int
- func VImageConvertPlanar16Q12toRGB888(red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, ...) int
- func VImageConvertPlanar16UtoARGB16U(aSrc unsafe.Pointer, rSrc unsafe.Pointer, gSrc unsafe.Pointer, ...) int
- func VImageConvertPlanar16UtoPlanar8Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
- func VImageConvertPlanar16UtoRGB16U(rSrc unsafe.Pointer, gSrc unsafe.Pointer, bSrc unsafe.Pointer, ...) int
- func VImageConvertPlanarFToARGB8888(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertPlanarFToBGRX8888(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha uint8, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertPlanarFToBGRXFFFF(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha float32, ...) int
- func VImageConvertPlanarFToXRGB8888(alpha uint8, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, ...) (result int, maxFloat float32, minFloat float32)
- func VImageConvertPlanarFToXRGBFFFF(alpha float32, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, ...) int
- func VImageConvertPlanarFtoARGBFFFF(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, ...) int
- func VImageConvertPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, ...) int
- func VImageConvertPlanarFtoPlanar8Dithered(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, ...) int
- func VImageConvertPlanarFtoPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertPlanarFtoRGBFFF(planarRed unsafe.Pointer, planarGreen unsafe.Pointer, ...) int
- func VImageConvertPlanarToChunky8(srcPlanarBuffers unsafe.Pointer, destChannels unsafe.Pointer, channelCount int, ...) int
- func VImageConvertPlanarToChunkyF(srcPlanarBuffers unsafe.Pointer, destChannels unsafe.Pointer, channelCount int, ...) int
- func VImageConvertRGB16UToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint8)
- func VImageConvertRGB16UtoARGB16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, ...) int
- func VImageConvertRGB16UtoBGRA16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, ...) int
- func VImageConvertRGB16UtoPlanar16U(rgbSrc unsafe.Pointer, rDest unsafe.Pointer, gDest unsafe.Pointer, ...) int
- func VImageConvertRGB16UtoRGB888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
- func VImageConvertRGB16UtoRGBA16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, ...) int
- func VImageConvertRGB565toARGB1555(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
- func VImageConvertRGB565toARGB8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGB565toBGRA8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGB565toPlanar8(src unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, ...) int
- func VImageConvertRGB565toRGB888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGB565toRGBA5551(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
- func VImageConvertRGB565toRGBA8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGB888toARGB8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, ...) int
- func VImageConvertRGB888toBGRA8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, ...) int
- func VImageConvertRGB888toPlanar8(rgbSrc unsafe.Pointer, redDest unsafe.Pointer, greenDest unsafe.Pointer, ...) int
- func VImageConvertRGB888toPlanar16Q12(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertRGB888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertRGB888toRGBA8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, ...) int
- func VImageConvertRGBA16UtoRGB16U(rgbaSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int
- func VImageConvertRGBA5551toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGBA5551toRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGBA8888toRGB565(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGBA8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertRGBA8888toRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint32) int
- func VImageConvertRGBA8888toRGBA5551(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGBA8888toRGBA5551Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, ...) int
- func VImageConvertRGBA1010102ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertRGBA1010102ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertRGBA1010102ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertRGBAFFFFtoRGBFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageConvertRGBFFFtoARGBFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, ...) int
- func VImageConvertRGBFFFtoBGRAFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, ...) int
- func VImageConvertRGBFFFtoPlanarF(rgbSrc unsafe.Pointer, redDest unsafe.Pointer, greenDest unsafe.Pointer, ...) int
- func VImageConvertRGBFFFtoRGB888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) (result int, maxFloat float32, minFloat float32)
- func VImageConvertRGBFFFtoRGBAFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, ...) int
- func VImageConvertXRGB8888ToPlanar8(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertXRGB2101010ToARGB16F(src unsafe.Pointer, alpha float32, dest unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvertXRGB2101010ToARGB16Q12(src unsafe.Pointer, alpha int16, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertXRGB2101010ToARGB16U(src unsafe.Pointer, alpha uint16, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertXRGB2101010ToARGB8888(src unsafe.Pointer, alpha uint8, dest unsafe.Pointer, rgb101010RangeMin int32, ...) (result int, permuteMap uint8)
- func VImageConvertXRGB2101010ToARGBFFFF(src unsafe.Pointer, alpha float32, dest unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImageConvertXRGBFFFFToPlanarF(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, ...) int
- func VImageConvertYpCbCrToARGBGenerateConversion(outInfo unsafe.Pointer, inYpCbCrType unsafe.Pointer, ...) (result int, matrix VImageYpCbCrToARGBMatrix, pixelRange VImageYpCbCrPixelRange)
- func VImageConverterCreateForCGToCVImageFormat(srcFormat unsafe.Pointer, destFormat obj.Object, flags uint32) (result obj.Object, backgroundColor float64, err int)
- func VImageConverterCreateForCVToCGImageFormat(srcFormat obj.Object, destFormat unsafe.Pointer, flags uint32) (result obj.Object, backgroundColor float64, err int)
- func VImageConverterCreateWithCGColorConversionInfo(colorConversionInfoRef obj.Object, sFormat unsafe.Pointer, ...) (result obj.Object, bg float64, err int)
- func VImageConverterCreateWithCGImageFormat(srcFormat unsafe.Pointer, destFormat unsafe.Pointer, flags uint32) (result obj.Object, backgroundColor float64, err int)
- func VImageConverterCreateWithColorSyncCodeFragment(codeFragment obj.Object, srcFormat unsafe.Pointer, destFormat unsafe.Pointer, ...) (result obj.Object, backgroundColor float64, err int)
- func VImageConverterGetDestinationBufferOrder(converter obj.Object) unsafe.Pointer
- func VImageConverterGetNumberOfDestinationBuffers(converter obj.Object) int
- func VImageConverterGetNumberOfSourceBuffers(converter obj.Object) int
- func VImageConverterGetSourceBufferOrder(converter obj.Object) unsafe.Pointer
- func VImageConverterMustOperateOutOfPlace(converter obj.Object, srcs unsafe.Pointer, dests unsafe.Pointer, flags uint32) int
- func VImageConverterRelease(converter obj.Object)
- func VImageConverterRetain(converter obj.Object)
- func VImageConvolveARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, backgroundColor uint16)
- func VImageConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel int16, backgroundColor uint8)
- func VImageConvolveARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, backgroundColor float32)
- func VImageConvolveFloatKernelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, backgroundColor uint8)
- func VImageConvolveMultiKernelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, divisors int32, biases int32, backgroundColor uint8)
- func VImageConvolveMultiKernelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, biases float32, backgroundColor float32)
- func VImageConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel int16)
- func VImageConvolvePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32)
- func VImageConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32)
- func VImageConvolveWithBiasARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, backgroundColor uint16)
- func VImageConvolveWithBiasARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel int16, backgroundColor uint8)
- func VImageConvolveWithBiasARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, backgroundColor float32)
- func VImageConvolveWithBiasPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel int16)
- func VImageConvolveWithBiasPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32)
- func VImageConvolveWithBiasPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32)
- func VImageCopyBuffer(src unsafe.Pointer, dest unsafe.Pointer, pixelSize int, flags uint32) int
- func VImageCreateCGImageFromBuffer(buf unsafe.Pointer, format unsafe.Pointer, callback unsafe.Pointer, ...) (result obj.Object, err int)
- func VImageCreateGammaFunction(gamma float32, gammaType int, flags uint32) unsafe.Pointer
- func VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction(intent unsafe.Pointer, flags uint32) (result obj.Object, whitePoint VImageWhitePoint, tf VImageTransferFunction, ...)
- func VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction(intent unsafe.Pointer, flags uint32) (result obj.Object, primaries VImageRGBPrimaries, tf VImageTransferFunction, ...)
- func VImageDestroyGammaFunction(f unsafe.Pointer)
- func VImageDestroyResamplingFilter(filter unsafe.Pointer)
- func VImageDilateARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel uint8)
- func VImageDilateARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel float32)
- func VImageDilatePlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel uint8)
- func VImageDilatePlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel float32)
- func VImageEndsInContrastStretchARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, percentLow uint32, percentHigh uint32)
- func VImageEndsInContrastStretchARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, percentLow uint32, percentHigh uint32)
- func VImageEndsInContrastStretchPlanar8(src unsafe.Pointer, dest unsafe.Pointer, percentLow int, percentHigh int, ...) int
- func VImageEndsInContrastStretchPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageEqualizationARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageEqualizationARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageEqualizationPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageEqualizationPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageErodeARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel uint8)
- func VImageErodeARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel float32)
- func VImageErodePlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel uint8)
- func VImageErodePlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, kernel float32)
- func VImageExtractChannelARGB16U(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int
- func VImageExtractChannelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int
- func VImageExtractChannelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int
- func VImageFlattenARGB16Q12(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, argbBackgroundColorPtr int16)
- func VImageFlattenARGB16U(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, argbBackgroundColorPtr uint16)
- func VImageFlattenARGB8888(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, argbBackgroundColorPtr uint8)
- func VImageFlattenARGB8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 uint8)
- func VImageFlattenARGBFFFF(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, argbBackgroundColorPtr float32)
- func VImageFlattenARGBFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 float32)
- func VImageFlattenBGRA8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 uint8)
- func VImageFlattenBGRAFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 float32)
- func VImageFlattenRGBA16Q12(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, argbBackgroundColorPtr int16)
- func VImageFlattenRGBA16U(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, rgbaBackgroundColorPtr uint16)
- func VImageFlattenRGBA8888(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, rgbaBackgroundColorPtr uint8)
- func VImageFlattenRGBA8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 uint8)
- func VImageFlattenRGBAFFFF(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, isImagePremultiplied bool, ...) (result int, rgbaBackgroundColorPtr float32)
- func VImageFlattenRGBAFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 float32)
- func VImageFloodFillARGB16U(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, ...) (result int, newValue uint16)
- func VImageFloodFillARGB8888(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, ...) (result int, newValue uint8)
- func VImageFloodFillPlanar8(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, ...) int
- func VImageFloodFillPlanar16U(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, ...) int
- func VImageGammaPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int
- func VImageGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int
- func VImageGammaPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int
- func VImageGetResamplingFilterExtent(filter unsafe.Pointer, flags uint32) int
- func VImageGetResamplingFilterSize(scale float32, kernelFunc unsafe.Pointer, kernelWidth float32, flags uint32) int
- func VImageHistogramCalculationARGB8888(src unsafe.Pointer, histogram unsafe.Pointer, flags uint32) int
- func VImageHistogramCalculationARGBFFFF(src unsafe.Pointer, histogram unsafe.Pointer, histogramEntries int, ...) int
- func VImageHistogramCalculationPlanar8(src unsafe.Pointer, flags uint32) (result int, histogram int)
- func VImageHistogramCalculationPlanarF(src unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, ...) (result int, histogram int)
- func VImageHistogramSpecificationARGB8888(src unsafe.Pointer, dest unsafe.Pointer, desiredHistogram unsafe.Pointer, ...) int
- func VImageHistogramSpecificationARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageHistogramSpecificationPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, desiredHistogram int)
- func VImageHistogramSpecificationPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, desiredHistogram int)
- func VImageHorizontalReflectARGB16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectARGB16S(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalReflectPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageHorizontalShearARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageHorizontalShearARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint8)
- func VImageHorizontalShearARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor float32)
- func VImageHorizontalShearCbCr8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint8)
- func VImageHorizontalShearCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageHorizontalShearCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageHorizontalShearDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint8)
- func VImageHorizontalShearDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor float32)
- func VImageHorizontalShearDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearDCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageHorizontalShearDCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageHorizontalShearDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearPlanar16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageHorizontalShearXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageInterpolatedLookupTablePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tableEntries int, maxFloat float32, ...) (result int, table float32)
- func VImageLookupTable8to64U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, lut uint64)
- func VImageLookupTablePlanar8toPlanar16(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint16)
- func VImageLookupTablePlanar8toPlanar24(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint32)
- func VImageLookupTablePlanar8toPlanar48(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint64)
- func VImageLookupTablePlanar8toPlanar96(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int
- func VImageLookupTablePlanar8toPlanar128(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int
- func VImageLookupTablePlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table float32)
- func VImageLookupTablePlanar16(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint16)
- func VImageLookupTablePlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint8)
- func VImageMatrixMultiplyARGB8888(src unsafe.Pointer, dest unsafe.Pointer, divisor int32, flags uint32) (result int, matrix int16, preBias int16, postBias int32)
- func VImageMatrixMultiplyARGB8888ToPlanar8(src unsafe.Pointer, dest unsafe.Pointer, divisor int32, postBias int32, ...) (result int, matrix int16, preBias int16)
- func VImageMatrixMultiplyARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, matrix float32, preBias float32, postBias float32)
- func VImageMatrixMultiplyARGBFFFFToPlanarF(src unsafe.Pointer, dest unsafe.Pointer, postBias float32, flags uint32) (result int, matrix float32, preBias float32)
- func VImageMatrixMultiplyPlanar8(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, ...) (result int, matrix int16, preBias int16, postBias int32)
- func VImageMatrixMultiplyPlanar16S(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, ...) (result int, matrix int16, preBias int16, postBias int32)
- func VImageMatrixMultiplyPlanarF(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, ...) (result int, matrix float32, preBias float32, postBias float32)
- func VImageMaxARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMaxARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMaxPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMaxPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMinARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMinARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMinPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMinPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12(srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMultiDimensionalInterpolatedLookupTablePlanarF(srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageMultidimensionalTableCreate(numSrcChannels uint32, numDestChannels uint32, hint unsafe.Pointer, ...) (result obj.Object, tableData uint16, tableEntriesPerDimension uint8, err int)
- func VImageMultidimensionalTableRelease(table obj.Object) int
- func VImageMultidimensionalTableRetain(table obj.Object) int
- func VImageNewResamplingFilter(scale float32, flags uint32) unsafe.Pointer
- func VImageNewResamplingFilterForFunctionUsingBuffer(filter unsafe.Pointer, scale float32, kernelFunc unsafe.Pointer, ...) int
- func VImageOverwriteChannelsARGB8888(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageOverwriteChannelsARGBFFFF(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageOverwriteChannelsWithPixelARGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, thePixel uint16)
- func VImageOverwriteChannelsWithPixelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, thePixel uint8)
- func VImageOverwriteChannelsWithPixelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, thePixel float32)
- func VImageOverwriteChannelsWithScalarARGB8888(scalar uint8, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, ...) int
- func VImageOverwriteChannelsWithScalarARGBFFFF(scalar float32, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, ...) int
- func VImageOverwriteChannelsWithScalarPlanar8(scalar uint8, dest unsafe.Pointer, flags uint32) int
- func VImageOverwriteChannelsWithScalarPlanar16F(scalar uint16, dest unsafe.Pointer, flags uint32) int
- func VImageOverwriteChannelsWithScalarPlanar16S(scalar int16, dest unsafe.Pointer, flags uint32) int
- func VImageOverwriteChannelsWithScalarPlanar16U(scalar uint16, dest unsafe.Pointer, flags uint32) int
- func VImageOverwriteChannelsWithScalarPlanarF(scalar float32, dest unsafe.Pointer, flags uint32) int
- func VImagePNGDecompressionFilter(buffer unsafe.Pointer, startScanline int, scanlineCount int, ...) int
- func VImagePermuteChannelsARGB16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImagePermuteChannelsARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImagePermuteChannelsARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImagePermuteChannelsARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImagePermuteChannelsRGB888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
- func VImagePermuteChannelsWithMaskedInsertARGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint16)
- func VImagePermuteChannelsWithMaskedInsertARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint8)
- func VImagePermuteChannelsWithMaskedInsertARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor float32)
- func VImagePiecewiseGammaPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary uint8, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewiseGammaPlanar8toPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary uint8, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewiseGammaPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary uint8, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewiseGammaPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary int16, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewiseGammaPlanar16Q12toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary int16, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewiseGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewiseGammaPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImagePiecewisePolynomialPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, ...) (result int, boundaries float32)
- func VImagePiecewisePolynomialPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, ...) (result int, boundaries float32)
- func VImagePiecewisePolynomialPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, ...) (result int, boundaries float32)
- func VImagePiecewiseRationalPlanarF(src unsafe.Pointer, dest unsafe.Pointer, topCoefficients unsafe.Pointer, ...) (result int, boundaries float32)
- func VImagePremultipliedAlphaBlendARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendBGRA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendBGRAFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendDarkenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendLightenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendMultiplyRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendScreenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImagePremultipliedAlphaBlendWithPermuteARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImagePremultipliedAlphaBlendWithPermuteRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, ...) (result int, permuteMap uint8)
- func VImagePremultipliedConstAlphaBlendARGB8888(srcTop unsafe.Pointer, constAlpha uint8, srcBottom unsafe.Pointer, ...) int
- func VImagePremultipliedConstAlphaBlendARGBFFFF(srcTop unsafe.Pointer, constAlpha float32, srcBottom unsafe.Pointer, ...) int
- func VImagePremultipliedConstAlphaBlendPlanar8(srcTop unsafe.Pointer, constAlpha uint8, srcTopAlpha unsafe.Pointer, ...) int
- func VImagePremultipliedConstAlphaBlendPlanarF(srcTop unsafe.Pointer, constAlpha float32, srcTopAlpha unsafe.Pointer, ...) int
- func VImagePremultiplyDataARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataRGBA16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataRGBA16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataRGBA16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImagePremultiplyDataRGBAFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageRichardsonLucyDeConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel int16, kernel2 int16)
- func VImageRichardsonLucyDeConvolveARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, kernel2 float32)
- func VImageRichardsonLucyDeConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel int16, kernel2 int16)
- func VImageRichardsonLucyDeConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernel float32, kernel2 float32)
- func VImageRotate90ARGB16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint16)
- func VImageRotate90ARGB16S(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor int16)
- func VImageRotate90ARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint16)
- func VImageRotate90ARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint8)
- func VImageRotate90ARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor float32)
- func VImageRotate90CbCr16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint16)
- func VImageRotate90Planar8(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, ...) int
- func VImageRotate90Planar16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, ...) int
- func VImageRotate90Planar16U(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, ...) int
- func VImageRotate90PlanarF(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, ...) int
- func VImageRotateARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backColor uint16)
- func VImageRotateARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backColor int16)
- func VImageRotateARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backColor uint16)
- func VImageRotateARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backColor uint8)
- func VImageRotateARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backColor float32)
- func VImageRotateCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backColor uint16)
- func VImageRotatePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageRotatePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageRotatePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleCbCr8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScalePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScalePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScalePlanar16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScalePlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScalePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageScaleXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageSelectChannelsARGB8888(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageSelectChannelsARGBFFFF(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, ...) int
- func VImageSepConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernelX float32, kernelY float32, backgroundColor uint8)
- func VImageSepConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernelX float32, kernelY float32)
- func VImageSepConvolvePlanar8to16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernelX float32, kernelY float32)
- func VImageSepConvolvePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernelX float32, kernelY float32)
- func VImageSepConvolvePlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernelX float32, kernelY float32)
- func VImageSepConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, kernelX float32, kernelY float32)
- func VImageSymmetricPiecewiseGammaPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary int16, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImageSymmetricPiecewiseGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, ...) (result int, exponentialCoeffs float32, linearCoeffs float32)
- func VImageSymmetricPiecewisePolynomialPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, ...) (result int, boundaries float32)
- func VImageTableLookUpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, alphaTable uint8, redTable uint8, greenTable uint8, ...)
- func VImageTableLookUpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint8)
- func VImageTentConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, backgroundColor uint8)
- func VImageTentConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) int
- func VImageUnpremultiplyDataARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataRGBA16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataRGBA16Q12(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataRGBA16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataRGBA8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageUnpremultiplyDataRGBAFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectARGB16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectARGB16S(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalReflectPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
- func VImageVerticalShearARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageVerticalShearARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint8)
- func VImageVerticalShearARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor float32)
- func VImageVerticalShearCbCr8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint8)
- func VImageVerticalShearCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageVerticalShearCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageVerticalShearDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint8)
- func VImageVerticalShearDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor float32)
- func VImageVerticalShearDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearDCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor int16)
- func VImageVerticalShearDCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) (result int, backColor uint16)
- func VImageVerticalShearDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearPlanar16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- func VImageVerticalShearXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, ...) int
- type Clockid
- type DispatchAutoreleaseFrequency
- type DispatchBlockFlags
- type EntryID
- type EvCmd
- type FilesecProperty
- type Flag
- type Idtype
- type IpcInfoObjectType
- type LaunchDataType
- type MDLabelDomain
- type MDQueryOptionFlags
- type MDQuerySortOptionFlags
- type MachVMRangeFlags
- type MachVMRangeFlavor
- type MachVMRangeTag
- type MpoFlags
- type NXMouseButton
- type OSClockid
- type PMPageToPaperMappingType
- type Perm
- type PtrauthKey
- type QosClass
- type Tag
- type Type
- type VImageARGBToYpCbCr
- type VImageARGBToYpCbCrMatrix
- type VImageARGBType
- type VImageAffineTransform
- func VImageAffineWarpARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform, backColor uint16)
- func VImageAffineWarpARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform, backColor int16)
- func VImageAffineWarpARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform, backColor uint16)
- func VImageAffineWarpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform, backColor uint8)
- func VImageAffineWarpARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform, backColor float32)
- func VImageAffineWarpCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform, backColor uint16)
- func VImageAffineWarpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform)
- func VImageAffineWarpPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform)
- func VImageAffineWarpPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransform)
- type VImageAffineTransformDouble
- func VImageAffineWarpCGARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor int16)
- func VImageAffineWarpCGARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor uint16)
- func VImageAffineWarpCGARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor uint8)
- func VImageAffineWarpCGARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor float32)
- func VImageAffineWarpCGPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble)
- func VImageAffineWarpCGPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble)
- func VImageAffineWarpDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor uint16)
- func VImageAffineWarpDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor int16)
- func VImageAffineWarpDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor uint16)
- func VImageAffineWarpDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor uint8)
- func VImageAffineWarpDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor float32)
- func VImageAffineWarpDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble, backColor uint16)
- func VImageAffineWarpDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble)
- func VImageAffineWarpDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble)
- func VImageAffineWarpDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImageAffineTransformDouble)
- type VImageBuffer
- type VImageCGImageFormat
- type VImageCVImageFormat
- type VImageChannelDescription
- type VImageConverter
- type VImageMDTableUsageHint
- type VImageMultidimensionalTableData
- type VImagePerpsectiveTransform
- func VImageGetPerspectiveWarp(srcPoints unsafe.Pointer, destPoints unsafe.Pointer, flags uint32) (result int, transform VImagePerpsectiveTransform)
- func VImagePerspectiveWarpARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImagePerpsectiveTransform, backColor uint16)
- func VImagePerspectiveWarpARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImagePerpsectiveTransform, backColor uint16)
- func VImagePerspectiveWarpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImagePerpsectiveTransform, backColor uint8)
- func VImagePerspectiveWarpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImagePerpsectiveTransform)
- func VImagePerspectiveWarpPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImagePerpsectiveTransform)
- func VImagePerspectiveWarpPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, ...) (result int, transform VImagePerpsectiveTransform)
- type VImageRGBPrimaries
- type VImageTransferFunction
- type VImageWhitePoint
- type VImageYpCbCrPixelRange
- type VImageYpCbCrToARGB
- type VImageYpCbCrToARGBMatrix
- type VImageYpCbCrType
- type VimageInterpolationmethod
- type VirtualMemoryGuardExceptionCode
- type XpcListenerCreateFlags
- type XpcSessionCreateFlags
Constants ¶
const ( KRotate0DegreesClockwise = 0 KRotate0DegreesCounterClockwise = 0 KRotate180DegreesClockwise = 2 KRotate180DegreesCounterClockwise = 2 KRotate270DegreesClockwise = 1 KRotate270DegreesCounterClockwise = 3 KRotate90DegreesClockwise = 3 KRotate90DegreesCounterClockwise = 1 KvImageBackgroundColorFill = 4 KvImageBufferSizeMismatch = -21774 KvImageBufferTypeCode_Alpha = 17 KvImageBufferTypeCode_CGFormat = 24 KvImageBufferTypeCode_CMYK_Black = 4 KvImageBufferTypeCode_CMYK_Cyan = 1 KvImageBufferTypeCode_CMYK_Magenta = 2 KvImageBufferTypeCode_CMYK_Yellow = 3 KvImageBufferTypeCode_CVPixelBuffer_YCbCr = 19 KvImageBufferTypeCode_Cb = 22 KvImageBufferTypeCode_Chroma = 21 KvImageBufferTypeCode_Chunky = 25 KvImageBufferTypeCode_ColorSpaceChannel1 = 1 KvImageBufferTypeCode_ColorSpaceChannel10 = 10 KvImageBufferTypeCode_ColorSpaceChannel11 = 11 KvImageBufferTypeCode_ColorSpaceChannel12 = 12 KvImageBufferTypeCode_ColorSpaceChannel13 = 13 KvImageBufferTypeCode_ColorSpaceChannel14 = 14 KvImageBufferTypeCode_ColorSpaceChannel15 = 15 KvImageBufferTypeCode_ColorSpaceChannel16 = 16 KvImageBufferTypeCode_ColorSpaceChannel2 = 2 KvImageBufferTypeCode_ColorSpaceChannel3 = 3 KvImageBufferTypeCode_ColorSpaceChannel4 = 4 KvImageBufferTypeCode_ColorSpaceChannel5 = 5 KvImageBufferTypeCode_ColorSpaceChannel6 = 6 KvImageBufferTypeCode_ColorSpaceChannel7 = 7 KvImageBufferTypeCode_ColorSpaceChannel8 = 8 KvImageBufferTypeCode_ColorSpaceChannel9 = 9 KvImageBufferTypeCode_Cr = 23 KvImageBufferTypeCode_EndOfList = 0 KvImageBufferTypeCode_Indexed = 18 KvImageBufferTypeCode_LAB_A = 2 KvImageBufferTypeCode_LAB_B = 3 KvImageBufferTypeCode_LAB_L = 1 KvImageBufferTypeCode_Luminance = 20 KvImageBufferTypeCode_Monochrome = 1 KvImageBufferTypeCode_RGB_Blue = 3 KvImageBufferTypeCode_RGB_Green = 2 KvImageBufferTypeCode_RGB_Red = 1 KvImageBufferTypeCode_UniqueFormatCount = 26 KvImageBufferTypeCode_XYZ_X = 1 KvImageBufferTypeCode_XYZ_Y = 2 KvImageBufferTypeCode_XYZ_Z = 3 KvImageCVImageFormat_AlphaIsOneHint = -21604 KvImageCVImageFormat_ChromaSiting = -21601 KvImageCVImageFormat_ColorSpace = -21602 KvImageCVImageFormat_ConversionMatrix = -21600 KvImageCVImageFormat_NoError = 0 KvImageCVImageFormat_VideoChannelDescription = -21603 KvImageColorSyncIsAbsent = -21779 KvImageConvert_DitherAtkinson = 4 KvImageConvert_DitherFloydSteinberg = 3 KvImageConvert_DitherNone = 0 KvImageConvert_DitherOrdered = 1 KvImageConvert_DitherOrderedReproducible = 2 KvImageConvert_OrderedGaussianBlue = 0 KvImageConvert_OrderedNoiseShapeMask = 4026531840 KvImageConvert_OrderedUniformBlue = 268435456 KvImageCopyInPlace = 2 KvImageCoreVideoIsAbsent = -21784 KvImageDoNotClamp = 2048 KvImageDoNotTile = 16 KvImageEdgeExtend = 8 KvImageGamma_11_over_5_half_precision = 5 KvImageGamma_11_over_9_half_precision = 8 KvImageGamma_5_over_11_half_precision = 4 KvImageGamma_5_over_9_half_precision = 2 KvImageGamma_9_over_11_half_precision = 9 KvImageGamma_9_over_5_half_precision = 3 KvImageGamma_BT709_forward_half_precision = 10 KvImageGamma_BT709_reverse_half_precision = 11 KvImageGamma_UseGammaValue = 0 KvImageGamma_UseGammaValue_half_precision = 1 KvImageGamma_sRGB_forward_half_precision = 6 KvImageGamma_sRGB_reverse_half_precision = 7 KvImageGetTempBufferSize = 128 KvImageHDRContent = 1024 KvImageHighQualityResampling = 32 KvImageInternalError = -21776 KvImageInterpolationLinear = 1 KvImageInterpolationNearest = 0 KvImageInvalidCVImageFormat = -21782 KvImageInvalidEdgeStyle = -21768 KvImageInvalidImageFormat = -21778 KvImageInvalidImageObject = -21781 KvImageInvalidKernelSize = -21767 KvImageInvalidOffset_X = -21769 KvImageInvalidOffset_Y = -21770 KvImageInvalidParameter = -21773 KvImageInvalidRowBytes = -21777 KvImageLeaveAlphaUnchanged = 1 KvImageMatrixType_ARGBToYpCbCrMatrix = 1 KvImageMatrixType_None = 0 KvImageMemoryAllocationError = -21771 KvImageNoAllocate = 512 KvImageNoError = 0 KvImageNoFlags = 0 KvImageNullPointerArgument = -21772 KvImageOutOfPlaceOperationRequired = -21780 KvImagePrintDiagnosticsToConsole = 256 KvImageRoiLargerThanInputBuffer = -21766 KvImageTruncateKernel = 64 KvImageUnknownFlagsBit = -21775 KvImageUnsupportedConversion = -21783 KvImageUseFP16Accumulator = 4096 KvImage_PNG_FILTER_VALUE_AVG = 3 KvImage_PNG_FILTER_VALUE_NONE = 0 KvImage_PNG_FILTER_VALUE_PAETH = 4 KvImage_PNG_FILTER_VALUE_SUB = 1 KvImage_PNG_FILTER_VALUE_UP = 2 )
Variables ¶
This section is empty.
Functions ¶
func KvImageDecodeArray_16Q12Format ¶
func KvImageDecodeArray_16Q12Format() uintptr
KvImageDecodeArray_16Q12Format returns the address of the symbol kvImageDecodeArray_16Q12Format.
func KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4 ¶
func KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4() uintptr
KvImage_ARGBToYpCbCrMatrix_ITU_R_601_4 returns the address of the symbol kvImage_ARGBToYpCbCrMatrix_ITU_R_601_4.
func KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2 ¶
func KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2() uintptr
KvImage_ARGBToYpCbCrMatrix_ITU_R_709_2 returns the address of the symbol kvImage_ARGBToYpCbCrMatrix_ITU_R_709_2.
func KvImage_YpCbCrToARGBMatrix_ITU_R_601_4 ¶
func KvImage_YpCbCrToARGBMatrix_ITU_R_601_4() uintptr
KvImage_YpCbCrToARGBMatrix_ITU_R_601_4 returns the address of the symbol kvImage_YpCbCrToARGBMatrix_ITU_R_601_4.
func KvImage_YpCbCrToARGBMatrix_ITU_R_709_2 ¶
func KvImage_YpCbCrToARGBMatrix_ITU_R_709_2() uintptr
KvImage_YpCbCrToARGBMatrix_ITU_R_709_2 returns the address of the symbol kvImage_YpCbCrToARGBMatrix_ITU_R_709_2.
func VImageAlphaBlendARGB8888 ¶
func VImageAlphaBlendARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendARGB8888 calls the vImage framework function vImageAlphaBlend_ARGB8888.
func VImageAlphaBlendARGBFFFF ¶
func VImageAlphaBlendARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendARGBFFFF calls the vImage framework function vImageAlphaBlend_ARGBFFFF.
func VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888 ¶
func VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendNonpremultipliedToPremultipliedARGB8888 calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_ARGB8888.
func VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF ¶
func VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendNonpremultipliedToPremultipliedARGBFFFF calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_ARGBFFFF.
func VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8 ¶
func VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendNonpremultipliedToPremultipliedPlanar8 calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_Planar8.
func VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF ¶
func VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendNonpremultipliedToPremultipliedPlanarF calls the vImage framework function vImageAlphaBlend_NonpremultipliedToPremultiplied_PlanarF.
func VImageAlphaBlendPlanar8 ¶
func VImageAlphaBlendPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, srcBottomAlpha unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendPlanar8 calls the vImage framework function vImageAlphaBlend_Planar8.
func VImageAlphaBlendPlanarF ¶
func VImageAlphaBlendPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, srcBottomAlpha unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageAlphaBlendPlanarF calls the vImage framework function vImageAlphaBlend_PlanarF.
func VImageBoxConvolveARGB8888 ¶
func VImageBoxConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, flags uint32) (result int, backgroundColor uint8)
VImageBoxConvolveARGB8888 calls the vImage framework function vImageBoxConvolve_ARGB8888.
func VImageBoxConvolvePlanar8 ¶
func VImageBoxConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor uint8, flags uint32) int
VImageBoxConvolvePlanar8 calls the vImage framework function vImageBoxConvolve_Planar8.
func VImageBufferCopyToCVPixelBuffer ¶
func VImageBufferCopyToCVPixelBuffer(buffer unsafe.Pointer, bufferFormat unsafe.Pointer, cvPixelBuffer unsafe.Pointer, cvImageFormat obj.Object, flags uint32) (result int, backgroundColor float64)
VImageBufferCopyToCVPixelBuffer calls the vImage framework function vImageBuffer_CopyToCVPixelBuffer.
func VImageBufferFillARGB16F ¶
VImageBufferFillARGB16F calls the vImage framework function vImageBufferFill_ARGB16F.
func VImageBufferFillARGB16S ¶
VImageBufferFillARGB16S calls the vImage framework function vImageBufferFill_ARGB16S.
func VImageBufferFillARGB16U ¶
VImageBufferFillARGB16U calls the vImage framework function vImageBufferFill_ARGB16U.
func VImageBufferFillARGB8888 ¶
VImageBufferFillARGB8888 calls the vImage framework function vImageBufferFill_ARGB8888.
func VImageBufferFillARGBFFFF ¶
VImageBufferFillARGBFFFF calls the vImage framework function vImageBufferFill_ARGBFFFF.
func VImageBufferFillCbCr8 ¶
VImageBufferFillCbCr8 calls the vImage framework function vImageBufferFill_CbCr8.
func VImageBufferFillCbCr16S ¶
VImageBufferFillCbCr16S calls the vImage framework function vImageBufferFill_CbCr16S.
func VImageBufferFillCbCr16U ¶
VImageBufferFillCbCr16U calls the vImage framework function vImageBufferFill_CbCr16U.
func VImageBufferGetSize ¶
func VImageBufferGetSize(buf unsafe.Pointer) corefoundation.CGSize
VImageBufferGetSize calls the vImage framework function vImageBuffer_GetSize.
func VImageBufferInit ¶
func VImageBufferInit(buf unsafe.Pointer, height int, width int, pixelBits uint32, flags uint32) int
VImageBufferInit calls the vImage framework function vImageBuffer_Init.
func VImageBufferInitForCopyFromCVPixelBuffer ¶
func VImageBufferInitForCopyFromCVPixelBuffer(buffers unsafe.Pointer, converter obj.Object, pixelBuffer unsafe.Pointer, flags uint32) int
VImageBufferInitForCopyFromCVPixelBuffer calls the vImage framework function vImageBuffer_InitForCopyFromCVPixelBuffer.
func VImageBufferInitForCopyToCVPixelBuffer ¶
func VImageBufferInitForCopyToCVPixelBuffer(buffers unsafe.Pointer, converter obj.Object, pixelBuffer unsafe.Pointer, flags uint32) int
VImageBufferInitForCopyToCVPixelBuffer calls the vImage framework function vImageBuffer_InitForCopyToCVPixelBuffer.
func VImageBufferInitWithCGImage ¶
func VImageBufferInitWithCGImage(buf unsafe.Pointer, format unsafe.Pointer, image obj.Object, flags uint32) (result int, backgroundColor float64)
VImageBufferInitWithCGImage calls the vImage framework function vImageBuffer_InitWithCGImage.
func VImageBufferInitWithCVPixelBuffer ¶
func VImageBufferInitWithCVPixelBuffer(buffer unsafe.Pointer, desiredFormat unsafe.Pointer, cvPixelBuffer unsafe.Pointer, cvImageFormat obj.Object, flags uint32) (result int, backgroundColor float64)
VImageBufferInitWithCVPixelBuffer calls the vImage framework function vImageBuffer_InitWithCVPixelBuffer.
func VImageByteSwapPlanar16U ¶
VImageByteSwapPlanar16U calls the vImage framework function vImageByteSwap_Planar16U.
func VImageCGImageFormatGetComponentCount ¶
VImageCGImageFormatGetComponentCount calls the vImage framework function vImageCGImageFormat_GetComponentCount.
func VImageCGImageFormatIsEqual ¶
VImageCGImageFormatIsEqual calls the vImage framework function vImageCGImageFormat_IsEqual.
func VImageCVImageFormatCopy ¶
VImageCVImageFormatCopy calls the vImage framework function vImageCVImageFormat_Copy.
func VImageCVImageFormatCopyConversionMatrix ¶
func VImageCVImageFormatCopyConversionMatrix(format obj.Object, matrix unsafe.Pointer, inType uint32) int
VImageCVImageFormatCopyConversionMatrix calls the vImage framework function vImageCVImageFormat_CopyConversionMatrix.
func VImageCVImageFormatCreateWithCVPixelBuffer ¶
VImageCVImageFormatCreateWithCVPixelBuffer calls the vImage framework function vImageCVImageFormat_CreateWithCVPixelBuffer.
func VImageCVImageFormatGetAlphaHint ¶
VImageCVImageFormatGetAlphaHint calls the vImage framework function vImageCVImageFormat_GetAlphaHint.
func VImageCVImageFormatGetChannelCount ¶
VImageCVImageFormatGetChannelCount calls the vImage framework function vImageCVImageFormat_GetChannelCount.
func VImageCVImageFormatGetChannelDescription ¶
VImageCVImageFormatGetChannelDescription calls the vImage framework function vImageCVImageFormat_GetChannelDescription.
func VImageCVImageFormatGetChannelNames ¶
VImageCVImageFormatGetChannelNames calls the vImage framework function vImageCVImageFormat_GetChannelNames.
func VImageCVImageFormatGetChromaSiting ¶
VImageCVImageFormatGetChromaSiting calls the vImage framework function vImageCVImageFormat_GetChromaSiting.
func VImageCVImageFormatGetColorSpace ¶
VImageCVImageFormatGetColorSpace calls the vImage framework function vImageCVImageFormat_GetColorSpace.
func VImageCVImageFormatGetConversionMatrix ¶
func VImageCVImageFormatGetConversionMatrix(format obj.Object) (result unsafe.Pointer, outType uint32)
VImageCVImageFormatGetConversionMatrix calls the vImage framework function vImageCVImageFormat_GetConversionMatrix.
func VImageCVImageFormatGetFormatCode ¶
VImageCVImageFormatGetFormatCode calls the vImage framework function vImageCVImageFormat_GetFormatCode.
func VImageCVImageFormatGetUserData ¶
VImageCVImageFormatGetUserData calls the vImage framework function vImageCVImageFormat_GetUserData.
func VImageCVImageFormatRelease ¶
VImageCVImageFormatRelease calls the vImage framework function vImageCVImageFormat_Release.
func VImageCVImageFormatRetain ¶
VImageCVImageFormatRetain calls the vImage framework function vImageCVImageFormat_Retain.
func VImageCVImageFormatSetAlphaHint ¶
VImageCVImageFormatSetAlphaHint calls the vImage framework function vImageCVImageFormat_SetAlphaHint.
func VImageCVImageFormatSetChromaSiting ¶
VImageCVImageFormatSetChromaSiting calls the vImage framework function vImageCVImageFormat_SetChromaSiting.
func VImageCVImageFormatSetColorSpace ¶
VImageCVImageFormatSetColorSpace calls the vImage framework function vImageCVImageFormat_SetColorSpace.
func VImageCVImageFormatSetUserData ¶
func VImageCVImageFormatSetUserData(format obj.Object, userData unsafe.Pointer, userDataReleaseCallback unsafe.Pointer) int
VImageCVImageFormatSetUserData calls the vImage framework function vImageCVImageFormat_SetUserData.
func VImageClipPlanarF ¶
func VImageClipPlanarF(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, flags uint32) int
VImageClipPlanarF calls the vImage framework function vImageClip_PlanarF.
func VImageClipToAlphaARGB8888 ¶
VImageClipToAlphaARGB8888 calls the vImage framework function vImageClipToAlpha_ARGB8888.
func VImageClipToAlphaARGBFFFF ¶
VImageClipToAlphaARGBFFFF calls the vImage framework function vImageClipToAlpha_ARGBFFFF.
func VImageClipToAlphaPlanar8 ¶
func VImageClipToAlphaPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageClipToAlphaPlanar8 calls the vImage framework function vImageClipToAlpha_Planar8.
func VImageClipToAlphaPlanarF ¶
func VImageClipToAlphaPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageClipToAlphaPlanarF calls the vImage framework function vImageClipToAlpha_PlanarF.
func VImageClipToAlphaRGBA8888 ¶
VImageClipToAlphaRGBA8888 calls the vImage framework function vImageClipToAlpha_RGBA8888.
func VImageClipToAlphaRGBAFFFF ¶
VImageClipToAlphaRGBAFFFF calls the vImage framework function vImageClipToAlpha_RGBAFFFF.
func VImageContrastStretchARGB8888 ¶
VImageContrastStretchARGB8888 calls the vImage framework function vImageContrastStretch_ARGB8888.
func VImageContrastStretchARGBFFFF ¶
func VImageContrastStretchARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageContrastStretchARGBFFFF calls the vImage framework function vImageContrastStretch_ARGBFFFF.
func VImageContrastStretchPlanar8 ¶
VImageContrastStretchPlanar8 calls the vImage framework function vImageContrastStretch_Planar8.
func VImageContrastStretchPlanarF ¶
func VImageContrastStretchPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageContrastStretchPlanarF calls the vImage framework function vImageContrastStretch_PlanarF.
func VImageConvert8to16Q12 ¶
VImageConvert8to16Q12 calls the vImage framework function vImageConvert_8to16Q12.
func VImageConvert12UTo16U ¶
VImageConvert12UTo16U calls the vImage framework function vImageConvert_12UTo16U.
func VImageConvert16Fto16Q12 ¶
VImageConvert16Fto16Q12 calls the vImage framework function vImageConvert_16Fto16Q12.
func VImageConvert16Fto16U ¶
VImageConvert16Fto16U calls the vImage framework function vImageConvert_16Fto16U.
func VImageConvert16Q12to8 ¶
VImageConvert16Q12to8 calls the vImage framework function vImageConvert_16Q12to8.
func VImageConvert16Q12to16F ¶
VImageConvert16Q12to16F calls the vImage framework function vImageConvert_16Q12to16F.
func VImageConvert16Q12to16U ¶
VImageConvert16Q12to16U calls the vImage framework function vImageConvert_16Q12to16U.
func VImageConvert16Q12toF ¶
VImageConvert16Q12toF calls the vImage framework function vImageConvert_16Q12toF.
func VImageConvert16SToF ¶
func VImageConvert16SToF(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int
VImageConvert16SToF calls the vImage framework function vImageConvert_16SToF.
func VImageConvert16UTo12U ¶
VImageConvert16UTo12U calls the vImage framework function vImageConvert_16UTo12U.
func VImageConvert16UToF ¶
func VImageConvert16UToF(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int
VImageConvert16UToF calls the vImage framework function vImageConvert_16UToF.
func VImageConvert16UToPlanar8 ¶
VImageConvert16UToPlanar8 calls the vImage framework function vImageConvert_16UToPlanar8.
func VImageConvert16Uto16F ¶
VImageConvert16Uto16F calls the vImage framework function vImageConvert_16Uto16F.
func VImageConvert16Uto16Q12 ¶
VImageConvert16Uto16Q12 calls the vImage framework function vImageConvert_16Uto16Q12.
func VImageConvert420Yp8Cb8Cr8ToARGB8888 ¶
func VImageConvert420Yp8Cb8Cr8ToARGB8888(srcYp unsafe.Pointer, srcCb unsafe.Pointer, srcCr unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert420Yp8Cb8Cr8ToARGB8888 calls the vImage framework function vImageConvert_420Yp8_Cb8_Cr8ToARGB8888.
func VImageConvert420Yp8CbCr8ToARGB8888 ¶
func VImageConvert420Yp8CbCr8ToARGB8888(srcYp unsafe.Pointer, srcCbCr unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert420Yp8CbCr8ToARGB8888 calls the vImage framework function vImageConvert_420Yp8_CbCr8ToARGB8888.
func VImageConvert422CbYpCrYp8AA8ToARGB8888 ¶
func VImageConvert422CbYpCrYp8AA8ToARGB8888(src unsafe.Pointer, srcA unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvert422CbYpCrYp8AA8ToARGB8888 calls the vImage framework function vImageConvert_422CbYpCrYp8_AA8ToARGB8888.
func VImageConvert422CbYpCrYp8ToARGB8888 ¶
func VImageConvert422CbYpCrYp8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert422CbYpCrYp8ToARGB8888 calls the vImage framework function vImageConvert_422CbYpCrYp8ToARGB8888.
func VImageConvert422CbYpCrYp16ToARGB16U ¶
func VImageConvert422CbYpCrYp16ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint16, flags uint32) (result int, permuteMap uint8)
VImageConvert422CbYpCrYp16ToARGB16U calls the vImage framework function vImageConvert_422CbYpCrYp16ToARGB16U.
func VImageConvert422CbYpCrYp16ToARGB8888 ¶
func VImageConvert422CbYpCrYp16ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert422CbYpCrYp16ToARGB8888 calls the vImage framework function vImageConvert_422CbYpCrYp16ToARGB8888.
func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12 ¶
func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha int16, flags uint32) (result int, permuteMap uint8)
VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12 calls the vImage framework function vImageConvert_422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB16Q12.
func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888 ¶
func VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888 calls the vImage framework function vImageConvert_422CrYpCbYpCbYpCbYpCrYpCrYp10ToARGB8888.
func VImageConvert422YpCbYpCr8ToARGB8888 ¶
func VImageConvert422YpCbYpCr8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert422YpCbYpCr8ToARGB8888 calls the vImage framework function vImageConvert_422YpCbYpCr8ToARGB8888.
func VImageConvert444AYpCbCr8ToARGB8888 ¶
func VImageConvert444AYpCbCr8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvert444AYpCbCr8ToARGB8888 calls the vImage framework function vImageConvert_444AYpCbCr8ToARGB8888.
func VImageConvert444AYpCbCr16ToARGB16U ¶
func VImageConvert444AYpCbCr16ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvert444AYpCbCr16ToARGB16U calls the vImage framework function vImageConvert_444AYpCbCr16ToARGB16U.
func VImageConvert444AYpCbCr16ToARGB8888 ¶
func VImageConvert444AYpCbCr16ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvert444AYpCbCr16ToARGB8888 calls the vImage framework function vImageConvert_444AYpCbCr16ToARGB8888.
func VImageConvert444CbYpCrA8ToARGB8888 ¶
func VImageConvert444CbYpCrA8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvert444CbYpCrA8ToARGB8888 calls the vImage framework function vImageConvert_444CbYpCrA8ToARGB8888.
func VImageConvert444CrYpCb8ToARGB8888 ¶
func VImageConvert444CrYpCb8ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert444CrYpCb8ToARGB8888 calls the vImage framework function vImageConvert_444CrYpCb8ToARGB8888.
func VImageConvert444CrYpCb10ToARGB16Q12 ¶
func VImageConvert444CrYpCb10ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha int16, flags uint32) (result int, permuteMap uint8)
VImageConvert444CrYpCb10ToARGB16Q12 calls the vImage framework function vImageConvert_444CrYpCb10ToARGB16Q12.
func VImageConvert444CrYpCb10ToARGB8888 ¶
func VImageConvert444CrYpCb10ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, alpha uint8, flags uint32) (result int, permuteMap uint8)
VImageConvert444CrYpCb10ToARGB8888 calls the vImage framework function vImageConvert_444CrYpCb10ToARGB8888.
func VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10 ¶
func VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10 calls the vImage framework function vImageConvert_ARGB16Q12To422CrYpCbYpCbYpCbYpCrYpCrYp10.
func VImageConvertARGB16Q12To444CrYpCb10 ¶
func VImageConvertARGB16Q12To444CrYpCb10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16Q12To444CrYpCb10 calls the vImage framework function vImageConvert_ARGB16Q12To444CrYpCb10.
func VImageConvertARGB16Q12ToARGB2101010 ¶
func VImageConvertARGB16Q12ToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, rgb101010Min int32, rgb101010Max int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16Q12ToARGB2101010 calls the vImage framework function vImageConvert_ARGB16Q12ToARGB2101010.
func VImageConvertARGB16Q12ToRGBA1010102 ¶
func VImageConvertARGB16Q12ToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, rgb101010Min int32, rgb101010Max int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16Q12ToRGBA1010102 calls the vImage framework function vImageConvert_ARGB16Q12ToRGBA1010102.
func VImageConvertARGB16Q12ToXRGB2101010 ¶
func VImageConvertARGB16Q12ToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, rgb101010Min int32, rgb101010Max int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16Q12ToXRGB2101010 calls the vImage framework function vImageConvert_ARGB16Q12ToXRGB2101010.
func VImageConvertARGB16UTo422CbYpCrYp16 ¶
func VImageConvertARGB16UTo422CbYpCrYp16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16UTo422CbYpCrYp16 calls the vImage framework function vImageConvert_ARGB16UTo422CbYpCrYp16.
func VImageConvertARGB16UTo444AYpCbCr16 ¶
func VImageConvertARGB16UTo444AYpCbCr16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16UTo444AYpCbCr16 calls the vImage framework function vImageConvert_ARGB16UTo444AYpCbCr16.
func VImageConvertARGB16UToARGB8888 ¶
func VImageConvertARGB16UToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint8)
VImageConvertARGB16UToARGB8888 calls the vImage framework function vImageConvert_ARGB16UToARGB8888.
func VImageConvertARGB16UToARGB2101010 ¶
func VImageConvertARGB16UToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16UToARGB2101010 calls the vImage framework function vImageConvert_ARGB16UToARGB2101010.
func VImageConvertARGB16UToRGBA1010102 ¶
func VImageConvertARGB16UToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16UToRGBA1010102 calls the vImage framework function vImageConvert_ARGB16UToRGBA1010102.
func VImageConvertARGB16UToXRGB2101010 ¶
func VImageConvertARGB16UToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16UToXRGB2101010 calls the vImage framework function vImageConvert_ARGB16UToXRGB2101010.
func VImageConvertARGB16UtoARGB8888Dithered ¶
func VImageConvertARGB16UtoARGB8888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB16UtoARGB8888Dithered calls the vImage framework function vImageConvert_ARGB16UtoARGB8888_dithered.
func VImageConvertARGB16UtoPlanar16U ¶
func VImageConvertARGB16UtoPlanar16U(argbSrc unsafe.Pointer, aDest unsafe.Pointer, rDest unsafe.Pointer, gDest unsafe.Pointer, bDest unsafe.Pointer, flags uint32) int
VImageConvertARGB16UtoPlanar16U calls the vImage framework function vImageConvert_ARGB16UtoPlanar16U.
func VImageConvertARGB16UtoRGB16U ¶
VImageConvertARGB16UtoRGB16U calls the vImage framework function vImageConvert_ARGB16UtoRGB16U.
func VImageConvertARGB1555toARGB8888 ¶
VImageConvertARGB1555toARGB8888 calls the vImage framework function vImageConvert_ARGB1555toARGB8888.
func VImageConvertARGB1555toPlanar8 ¶
func VImageConvertARGB1555toPlanar8(src unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int
VImageConvertARGB1555toPlanar8 calls the vImage framework function vImageConvert_ARGB1555toPlanar8.
func VImageConvertARGB1555toRGB565 ¶
VImageConvertARGB1555toRGB565 calls the vImage framework function vImageConvert_ARGB1555toRGB565.
func VImageConvertARGB8888To420Yp8Cb8Cr8 ¶
func VImageConvertARGB8888To420Yp8Cb8Cr8(src unsafe.Pointer, destYp unsafe.Pointer, destCb unsafe.Pointer, destCr unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To420Yp8Cb8Cr8 calls the vImage framework function vImageConvert_ARGB8888To420Yp8_Cb8_Cr8.
func VImageConvertARGB8888To420Yp8CbCr8 ¶
func VImageConvertARGB8888To420Yp8CbCr8(src unsafe.Pointer, destYp unsafe.Pointer, destCbCr unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To420Yp8CbCr8 calls the vImage framework function vImageConvert_ARGB8888To420Yp8_CbCr8.
func VImageConvertARGB8888To422CbYpCrYp8 ¶
func VImageConvertARGB8888To422CbYpCrYp8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To422CbYpCrYp8 calls the vImage framework function vImageConvert_ARGB8888To422CbYpCrYp8.
func VImageConvertARGB8888To422CbYpCrYp8AA8 ¶
func VImageConvertARGB8888To422CbYpCrYp8AA8(src unsafe.Pointer, dest unsafe.Pointer, destA unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To422CbYpCrYp8AA8 calls the vImage framework function vImageConvert_ARGB8888To422CbYpCrYp8_AA8.
func VImageConvertARGB8888To422CbYpCrYp16 ¶
func VImageConvertARGB8888To422CbYpCrYp16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To422CbYpCrYp16 calls the vImage framework function vImageConvert_ARGB8888To422CbYpCrYp16.
func VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10 ¶
func VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10 calls the vImage framework function vImageConvert_ARGB8888To422CrYpCbYpCbYpCbYpCrYpCrYp10.
func VImageConvertARGB8888To422YpCbYpCr8 ¶
func VImageConvertARGB8888To422YpCbYpCr8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To422YpCbYpCr8 calls the vImage framework function vImageConvert_ARGB8888To422YpCbYpCr8.
func VImageConvertARGB8888To444AYpCbCr8 ¶
func VImageConvertARGB8888To444AYpCbCr8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To444AYpCbCr8 calls the vImage framework function vImageConvert_ARGB8888To444AYpCbCr8.
func VImageConvertARGB8888To444AYpCbCr16 ¶
func VImageConvertARGB8888To444AYpCbCr16(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To444AYpCbCr16 calls the vImage framework function vImageConvert_ARGB8888To444AYpCbCr16.
func VImageConvertARGB8888To444CbYpCrA8 ¶
func VImageConvertARGB8888To444CbYpCrA8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To444CbYpCrA8 calls the vImage framework function vImageConvert_ARGB8888To444CbYpCrA8.
func VImageConvertARGB8888To444CrYpCb8 ¶
func VImageConvertARGB8888To444CrYpCb8(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To444CrYpCb8 calls the vImage framework function vImageConvert_ARGB8888To444CrYpCb8.
func VImageConvertARGB8888To444CrYpCb10 ¶
func VImageConvertARGB8888To444CrYpCb10(src unsafe.Pointer, dest unsafe.Pointer, info unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888To444CrYpCb10 calls the vImage framework function vImageConvert_ARGB8888To444CrYpCb10.
func VImageConvertARGB8888ToARGB16U ¶
func VImageConvertARGB8888ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint16)
VImageConvertARGB8888ToARGB16U calls the vImage framework function vImageConvert_ARGB8888ToARGB16U.
func VImageConvertARGB8888ToARGB2101010 ¶
func VImageConvertARGB8888ToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888ToARGB2101010 calls the vImage framework function vImageConvert_ARGB8888ToARGB2101010.
func VImageConvertARGB8888ToRGB16U ¶
func VImageConvertARGB8888ToRGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint16)
VImageConvertARGB8888ToRGB16U calls the vImage framework function vImageConvert_ARGB8888ToRGB16U.
func VImageConvertARGB8888ToRGBA1010102 ¶
func VImageConvertARGB8888ToRGBA1010102(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888ToRGBA1010102 calls the vImage framework function vImageConvert_ARGB8888ToRGBA1010102.
func VImageConvertARGB8888ToXRGB2101010 ¶
func VImageConvertARGB8888ToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB8888ToXRGB2101010 calls the vImage framework function vImageConvert_ARGB8888ToXRGB2101010.
func VImageConvertARGB8888toARGB1555 ¶
VImageConvertARGB8888toARGB1555 calls the vImage framework function vImageConvert_ARGB8888toARGB1555.
func VImageConvertARGB8888toARGB1555Dithered ¶
func VImageConvertARGB8888toARGB1555Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertARGB8888toARGB1555Dithered calls the vImage framework function vImageConvert_ARGB8888toARGB1555_dithered.
func VImageConvertARGB8888toPlanar8 ¶
func VImageConvertARGB8888toPlanar8(srcARGB unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int
VImageConvertARGB8888toPlanar8 calls the vImage framework function vImageConvert_ARGB8888toPlanar8.
func VImageConvertARGB8888toPlanar16Q12 ¶
func VImageConvertARGB8888toPlanar16Q12(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int
VImageConvertARGB8888toPlanar16Q12 calls the vImage framework function vImageConvert_ARGB8888toPlanar16Q12.
func VImageConvertARGB8888toPlanarF ¶
func VImageConvertARGB8888toPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertARGB8888toPlanarF calls the vImage framework function vImageConvert_ARGB8888toPlanarF.
func VImageConvertARGB8888toRGB565 ¶
VImageConvertARGB8888toRGB565 calls the vImage framework function vImageConvert_ARGB8888toRGB565.
func VImageConvertARGB8888toRGB565Dithered ¶
func VImageConvertARGB8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertARGB8888toRGB565Dithered calls the vImage framework function vImageConvert_ARGB8888toRGB565_dithered.
func VImageConvertARGB8888toRGB888 ¶
VImageConvertARGB8888toRGB888 calls the vImage framework function vImageConvert_ARGB8888toRGB888.
func VImageConvertARGB2101010ToARGB16F ¶
func VImageConvertARGB2101010ToARGB16F(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB2101010ToARGB16F calls the vImage framework function vImageConvert_ARGB2101010ToARGB16F.
func VImageConvertARGB2101010ToARGB16Q12 ¶
func VImageConvertARGB2101010ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB2101010ToARGB16Q12 calls the vImage framework function vImageConvert_ARGB2101010ToARGB16Q12.
func VImageConvertARGB2101010ToARGB16U ¶
func VImageConvertARGB2101010ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB2101010ToARGB16U calls the vImage framework function vImageConvert_ARGB2101010ToARGB16U.
func VImageConvertARGB2101010ToARGB8888 ¶
func VImageConvertARGB2101010ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB2101010ToARGB8888 calls the vImage framework function vImageConvert_ARGB2101010ToARGB8888.
func VImageConvertARGB2101010ToARGBFFFF ¶
func VImageConvertARGB2101010ToARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGB2101010ToARGBFFFF calls the vImage framework function vImageConvert_ARGB2101010ToARGBFFFF.
func VImageConvertARGBFFFFToARGB2101010 ¶
func VImageConvertARGBFFFFToARGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGBFFFFToARGB2101010 calls the vImage framework function vImageConvert_ARGBFFFFToARGB2101010.
func VImageConvertARGBFFFFToXRGB2101010 ¶
func VImageConvertARGBFFFFToXRGB2101010(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertARGBFFFFToXRGB2101010 calls the vImage framework function vImageConvert_ARGBFFFFToXRGB2101010.
func VImageConvertARGBFFFFtoARGB8888Dithered ¶
func VImageConvertARGBFFFFtoARGB8888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) (result int, maxFloat float32, minFloat float32, permuteMap uint8)
VImageConvertARGBFFFFtoARGB8888Dithered calls the vImage framework function vImageConvert_ARGBFFFFtoARGB8888_dithered.
func VImageConvertARGBFFFFtoPlanar8 ¶
func VImageConvertARGBFFFFtoPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertARGBFFFFtoPlanar8 calls the vImage framework function vImageConvert_ARGBFFFFtoPlanar8.
func VImageConvertARGBFFFFtoPlanarF ¶
func VImageConvertARGBFFFFtoPlanarF(srcARGB unsafe.Pointer, destA unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int
VImageConvertARGBFFFFtoPlanarF calls the vImage framework function vImageConvert_ARGBFFFFtoPlanarF.
func VImageConvertARGBFFFFtoRGBFFF ¶
VImageConvertARGBFFFFtoRGBFFF calls the vImage framework function vImageConvert_ARGBFFFFtoRGBFFF.
func VImageConvertARGBToYpCbCrGenerateConversion ¶
func VImageConvertARGBToYpCbCrGenerateConversion(outInfo unsafe.Pointer, inARGBType unsafe.Pointer, outYpCbCrType unsafe.Pointer, flags uint32) (result int, matrix VImageARGBToYpCbCrMatrix, pixelRange VImageYpCbCrPixelRange)
VImageConvertARGBToYpCbCrGenerateConversion calls the vImage framework function vImageConvert_ARGBToYpCbCr_GenerateConversion.
func VImageConvertAnyToAny ¶
func VImageConvertAnyToAny(converter obj.Object, srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageConvertAnyToAny calls the vImage framework function vImageConvert_AnyToAny.
func VImageConvertBGRA16UtoRGB16U ¶
VImageConvertBGRA16UtoRGB16U calls the vImage framework function vImageConvert_BGRA16UtoRGB16U.
func VImageConvertBGRA8888toRGB565 ¶
VImageConvertBGRA8888toRGB565 calls the vImage framework function vImageConvert_BGRA8888toRGB565.
func VImageConvertBGRA8888toRGB565Dithered ¶
func VImageConvertBGRA8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertBGRA8888toRGB565Dithered calls the vImage framework function vImageConvert_BGRA8888toRGB565_dithered.
func VImageConvertBGRA8888toRGB888 ¶
VImageConvertBGRA8888toRGB888 calls the vImage framework function vImageConvert_BGRA8888toRGB888.
func VImageConvertBGRAFFFFtoRGBFFF ¶
VImageConvertBGRAFFFFtoRGBFFF calls the vImage framework function vImageConvert_BGRAFFFFtoRGBFFF.
func VImageConvertBGRX8888ToPlanar8 ¶
func VImageConvertBGRX8888ToPlanar8(src unsafe.Pointer, blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, flags uint32) int
VImageConvertBGRX8888ToPlanar8 calls the vImage framework function vImageConvert_BGRX8888ToPlanar8.
func VImageConvertBGRXFFFFToPlanarF ¶
func VImageConvertBGRXFFFFToPlanarF(src unsafe.Pointer, blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, flags uint32) int
VImageConvertBGRXFFFFToPlanarF calls the vImage framework function vImageConvert_BGRXFFFFToPlanarF.
func VImageConvertChunkyToPlanar8 ¶
func VImageConvertChunkyToPlanar8(srcChannels unsafe.Pointer, destPlanarBuffers unsafe.Pointer, channelCount int, srcStrideBytes int, srcWidth int, srcHeight int, srcRowBytes int, flags uint32) int
VImageConvertChunkyToPlanar8 calls the vImage framework function vImageConvert_ChunkyToPlanar8.
func VImageConvertChunkyToPlanarF ¶
func VImageConvertChunkyToPlanarF(srcChannels unsafe.Pointer, destPlanarBuffers unsafe.Pointer, channelCount int, srcStrideBytes int, srcWidth int, srcHeight int, srcRowBytes int, flags uint32) int
VImageConvertChunkyToPlanarF calls the vImage framework function vImageConvert_ChunkyToPlanarF.
func VImageConvertFTo16S ¶
func VImageConvertFTo16S(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int
VImageConvertFTo16S calls the vImage framework function vImageConvert_FTo16S.
func VImageConvertFTo16U ¶
func VImageConvertFTo16U(src unsafe.Pointer, dest unsafe.Pointer, offset float32, scale float32, flags uint32) int
VImageConvertFTo16U calls the vImage framework function vImageConvert_FTo16U.
func VImageConvertFto16Q12 ¶
VImageConvertFto16Q12 calls the vImage framework function vImageConvert_Fto16Q12.
func VImageConvertIndexed1toPlanar8 ¶
func VImageConvertIndexed1toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, colors uint8)
VImageConvertIndexed1toPlanar8 calls the vImage framework function vImageConvert_Indexed1toPlanar8.
func VImageConvertIndexed2toPlanar8 ¶
func VImageConvertIndexed2toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, colors uint8)
VImageConvertIndexed2toPlanar8 calls the vImage framework function vImageConvert_Indexed2toPlanar8.
func VImageConvertIndexed4toPlanar8 ¶
func VImageConvertIndexed4toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, colors uint8)
VImageConvertIndexed4toPlanar8 calls the vImage framework function vImageConvert_Indexed4toPlanar8.
func VImageConvertPlanar1toPlanar8 ¶
VImageConvertPlanar1toPlanar8 calls the vImage framework function vImageConvert_Planar1toPlanar8.
func VImageConvertPlanar2toPlanar8 ¶
VImageConvertPlanar2toPlanar8 calls the vImage framework function vImageConvert_Planar2toPlanar8.
func VImageConvertPlanar4toPlanar8 ¶
VImageConvertPlanar4toPlanar8 calls the vImage framework function vImageConvert_Planar4toPlanar8.
func VImageConvertPlanar8To16U ¶
VImageConvertPlanar8To16U calls the vImage framework function vImageConvert_Planar8To16U.
func VImageConvertPlanar8ToARGBFFFF ¶
func VImageConvertPlanar8ToARGBFFFF(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertPlanar8ToARGBFFFF calls the vImage framework function vImageConvert_Planar8ToARGBFFFF.
func VImageConvertPlanar8ToBGRX8888 ¶
func VImageConvertPlanar8ToBGRX8888(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha uint8, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar8ToBGRX8888 calls the vImage framework function vImageConvert_Planar8ToBGRX8888.
func VImageConvertPlanar8ToBGRXFFFF ¶
func VImageConvertPlanar8ToBGRXFFFF(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha float32, dest unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertPlanar8ToBGRXFFFF calls the vImage framework function vImageConvert_Planar8ToBGRXFFFF.
func VImageConvertPlanar8ToXRGB8888 ¶
func VImageConvertPlanar8ToXRGB8888(alpha uint8, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar8ToXRGB8888 calls the vImage framework function vImageConvert_Planar8ToXRGB8888.
func VImageConvertPlanar8ToXRGBFFFF ¶
func VImageConvertPlanar8ToXRGBFFFF(alpha float32, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertPlanar8ToXRGBFFFF calls the vImage framework function vImageConvert_Planar8ToXRGBFFFF.
func VImageConvertPlanar8toARGB1555 ¶
func VImageConvertPlanar8toARGB1555(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar8toARGB1555 calls the vImage framework function vImageConvert_Planar8toARGB1555.
func VImageConvertPlanar8toARGB8888 ¶
func VImageConvertPlanar8toARGB8888(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar8toARGB8888 calls the vImage framework function vImageConvert_Planar8toARGB8888.
func VImageConvertPlanar8toIndexed1 ¶
func VImageConvertPlanar8toIndexed1(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) (result int, colors uint8)
VImageConvertPlanar8toIndexed1 calls the vImage framework function vImageConvert_Planar8toIndexed1.
func VImageConvertPlanar8toIndexed2 ¶
func VImageConvertPlanar8toIndexed2(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) (result int, colors uint8)
VImageConvertPlanar8toIndexed2 calls the vImage framework function vImageConvert_Planar8toIndexed2.
func VImageConvertPlanar8toIndexed4 ¶
func VImageConvertPlanar8toIndexed4(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) (result int, colors uint8)
VImageConvertPlanar8toIndexed4 calls the vImage framework function vImageConvert_Planar8toIndexed4.
func VImageConvertPlanar8toPlanar1 ¶
func VImageConvertPlanar8toPlanar1(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertPlanar8toPlanar1 calls the vImage framework function vImageConvert_Planar8toPlanar1.
func VImageConvertPlanar8toPlanar2 ¶
func VImageConvertPlanar8toPlanar2(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertPlanar8toPlanar2 calls the vImage framework function vImageConvert_Planar8toPlanar2.
func VImageConvertPlanar8toPlanar4 ¶
func VImageConvertPlanar8toPlanar4(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertPlanar8toPlanar4 calls the vImage framework function vImageConvert_Planar8toPlanar4.
func VImageConvertPlanar8toPlanar16F ¶
VImageConvertPlanar8toPlanar16F calls the vImage framework function vImageConvert_Planar8toPlanar16F.
func VImageConvertPlanar8toPlanarF ¶
func VImageConvertPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, flags uint32) int
VImageConvertPlanar8toPlanarF calls the vImage framework function vImageConvert_Planar8toPlanarF.
func VImageConvertPlanar8toRGB565 ¶
func VImageConvertPlanar8toRGB565(srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar8toRGB565 calls the vImage framework function vImageConvert_Planar8toRGB565.
func VImageConvertPlanar8toRGB888 ¶
func VImageConvertPlanar8toRGB888(planarRed unsafe.Pointer, planarGreen unsafe.Pointer, planarBlue unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int
VImageConvertPlanar8toRGB888 calls the vImage framework function vImageConvert_Planar8toRGB888.
func VImageConvertPlanar16FtoPlanar8 ¶
VImageConvertPlanar16FtoPlanar8 calls the vImage framework function vImageConvert_Planar16FtoPlanar8.
func VImageConvertPlanar16FtoPlanarF ¶
VImageConvertPlanar16FtoPlanarF calls the vImage framework function vImageConvert_Planar16FtoPlanarF.
func VImageConvertPlanar16Q12toARGB16F ¶
func VImageConvertPlanar16Q12toARGB16F(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar16Q12toARGB16F calls the vImage framework function vImageConvert_Planar16Q12toARGB16F.
func VImageConvertPlanar16Q12toARGB8888 ¶
func VImageConvertPlanar16Q12toARGB8888(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar16Q12toARGB8888 calls the vImage framework function vImageConvert_Planar16Q12toARGB8888.
func VImageConvertPlanar16Q12toRGB16F ¶
func VImageConvertPlanar16Q12toRGB16F(red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar16Q12toRGB16F calls the vImage framework function vImageConvert_Planar16Q12toRGB16F.
func VImageConvertPlanar16Q12toRGB888 ¶
func VImageConvertPlanar16Q12toRGB888(red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanar16Q12toRGB888 calls the vImage framework function vImageConvert_Planar16Q12toRGB888.
func VImageConvertPlanar16UtoARGB16U ¶
func VImageConvertPlanar16UtoARGB16U(aSrc unsafe.Pointer, rSrc unsafe.Pointer, gSrc unsafe.Pointer, bSrc unsafe.Pointer, argbDest unsafe.Pointer, flags uint32) int
VImageConvertPlanar16UtoARGB16U calls the vImage framework function vImageConvert_Planar16UtoARGB16U.
func VImageConvertPlanar16UtoPlanar8Dithered ¶
func VImageConvertPlanar16UtoPlanar8Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
VImageConvertPlanar16UtoPlanar8Dithered calls the vImage framework function vImageConvert_Planar16UtoPlanar8_dithered.
func VImageConvertPlanar16UtoRGB16U ¶
func VImageConvertPlanar16UtoRGB16U(rSrc unsafe.Pointer, gSrc unsafe.Pointer, bSrc unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int
VImageConvertPlanar16UtoRGB16U calls the vImage framework function vImageConvert_Planar16UtoRGB16U.
func VImageConvertPlanarFToARGB8888 ¶
func VImageConvertPlanarFToARGB8888(alpha unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertPlanarFToARGB8888 calls the vImage framework function vImageConvert_PlanarFToARGB8888.
func VImageConvertPlanarFToBGRX8888 ¶
func VImageConvertPlanarFToBGRX8888(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha uint8, dest unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertPlanarFToBGRX8888 calls the vImage framework function vImageConvert_PlanarFToBGRX8888.
func VImageConvertPlanarFToBGRXFFFF ¶
func VImageConvertPlanarFToBGRXFFFF(blue unsafe.Pointer, green unsafe.Pointer, red unsafe.Pointer, alpha float32, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanarFToBGRXFFFF calls the vImage framework function vImageConvert_PlanarFToBGRXFFFF.
func VImageConvertPlanarFToXRGB8888 ¶
func VImageConvertPlanarFToXRGB8888(alpha uint8, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertPlanarFToXRGB8888 calls the vImage framework function vImageConvert_PlanarFToXRGB8888.
func VImageConvertPlanarFToXRGBFFFF ¶
func VImageConvertPlanarFToXRGBFFFF(alpha float32, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanarFToXRGBFFFF calls the vImage framework function vImageConvert_PlanarFToXRGBFFFF.
func VImageConvertPlanarFtoARGBFFFF ¶
func VImageConvertPlanarFtoARGBFFFF(srcA unsafe.Pointer, srcR unsafe.Pointer, srcG unsafe.Pointer, srcB unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertPlanarFtoARGBFFFF calls the vImage framework function vImageConvert_PlanarFtoARGBFFFF.
func VImageConvertPlanarFtoPlanar8 ¶
func VImageConvertPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, flags uint32) int
VImageConvertPlanarFtoPlanar8 calls the vImage framework function vImageConvert_PlanarFtoPlanar8.
func VImageConvertPlanarFtoPlanar8Dithered ¶
func VImageConvertPlanarFtoPlanar8Dithered(src unsafe.Pointer, dest unsafe.Pointer, maxFloat float32, minFloat float32, dither int, flags uint32) int
VImageConvertPlanarFtoPlanar8Dithered calls the vImage framework function vImageConvert_PlanarFtoPlanar8_dithered.
func VImageConvertPlanarFtoPlanar16F ¶
VImageConvertPlanarFtoPlanar16F calls the vImage framework function vImageConvert_PlanarFtoPlanar16F.
func VImageConvertPlanarFtoRGBFFF ¶
func VImageConvertPlanarFtoRGBFFF(planarRed unsafe.Pointer, planarGreen unsafe.Pointer, planarBlue unsafe.Pointer, rgbDest unsafe.Pointer, flags uint32) int
VImageConvertPlanarFtoRGBFFF calls the vImage framework function vImageConvert_PlanarFtoRGBFFF.
func VImageConvertPlanarToChunky8 ¶
func VImageConvertPlanarToChunky8(srcPlanarBuffers unsafe.Pointer, destChannels unsafe.Pointer, channelCount int, destStrideBytes int, destWidth int, destHeight int, destRowBytes int, flags uint32) int
VImageConvertPlanarToChunky8 calls the vImage framework function vImageConvert_PlanarToChunky8.
func VImageConvertPlanarToChunkyF ¶
func VImageConvertPlanarToChunkyF(srcPlanarBuffers unsafe.Pointer, destChannels unsafe.Pointer, channelCount int, destStrideBytes int, destWidth int, destHeight int, destRowBytes int, flags uint32) int
VImageConvertPlanarToChunkyF calls the vImage framework function vImageConvert_PlanarToChunkyF.
func VImageConvertRGB16UToARGB8888 ¶
func VImageConvertRGB16UToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint8)
VImageConvertRGB16UToARGB8888 calls the vImage framework function vImageConvert_RGB16UToARGB8888.
func VImageConvertRGB16UtoARGB16U ¶
func VImageConvertRGB16UtoARGB16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, argbDest unsafe.Pointer, premultiply bool, flags uint32) int
VImageConvertRGB16UtoARGB16U calls the vImage framework function vImageConvert_RGB16UtoARGB16U.
func VImageConvertRGB16UtoBGRA16U ¶
func VImageConvertRGB16UtoBGRA16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, bgraDest unsafe.Pointer, premultiply bool, flags uint32) int
VImageConvertRGB16UtoBGRA16U calls the vImage framework function vImageConvert_RGB16UtoBGRA16U.
func VImageConvertRGB16UtoPlanar16U ¶
func VImageConvertRGB16UtoPlanar16U(rgbSrc unsafe.Pointer, rDest unsafe.Pointer, gDest unsafe.Pointer, bDest unsafe.Pointer, flags uint32) int
VImageConvertRGB16UtoPlanar16U calls the vImage framework function vImageConvert_RGB16UtoPlanar16U.
func VImageConvertRGB16UtoRGB888Dithered ¶
func VImageConvertRGB16UtoRGB888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
VImageConvertRGB16UtoRGB888Dithered calls the vImage framework function vImageConvert_RGB16UtoRGB888_dithered.
func VImageConvertRGB16UtoRGBA16U ¶
func VImageConvertRGB16UtoRGBA16U(rgbSrc unsafe.Pointer, aSrc unsafe.Pointer, alpha uint16, rgbaDest unsafe.Pointer, premultiply bool, flags uint32) int
VImageConvertRGB16UtoRGBA16U calls the vImage framework function vImageConvert_RGB16UtoRGBA16U.
func VImageConvertRGB565toARGB1555 ¶
func VImageConvertRGB565toARGB1555(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
VImageConvertRGB565toARGB1555 calls the vImage framework function vImageConvert_RGB565toARGB1555.
func VImageConvertRGB565toARGB8888 ¶
func VImageConvertRGB565toARGB8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertRGB565toARGB8888 calls the vImage framework function vImageConvert_RGB565toARGB8888.
func VImageConvertRGB565toBGRA8888 ¶
func VImageConvertRGB565toBGRA8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertRGB565toBGRA8888 calls the vImage framework function vImageConvert_RGB565toBGRA8888.
func VImageConvertRGB565toPlanar8 ¶
func VImageConvertRGB565toPlanar8(src unsafe.Pointer, destR unsafe.Pointer, destG unsafe.Pointer, destB unsafe.Pointer, flags uint32) int
VImageConvertRGB565toPlanar8 calls the vImage framework function vImageConvert_RGB565toPlanar8.
func VImageConvertRGB565toRGB888 ¶
VImageConvertRGB565toRGB888 calls the vImage framework function vImageConvert_RGB565toRGB888.
func VImageConvertRGB565toRGBA5551 ¶
func VImageConvertRGB565toRGBA5551(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) int
VImageConvertRGB565toRGBA5551 calls the vImage framework function vImageConvert_RGB565toRGBA5551.
func VImageConvertRGB565toRGBA8888 ¶
func VImageConvertRGB565toRGBA8888(alpha uint8, src unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageConvertRGB565toRGBA8888 calls the vImage framework function vImageConvert_RGB565toRGBA8888.
func VImageConvertRGB888toARGB8888 ¶
func VImageConvertRGB888toARGB8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, arg5 bool, arg6 uint32) int
VImageConvertRGB888toARGB8888 calls the vImage framework function vImageConvert_RGB888toARGB8888.
func VImageConvertRGB888toBGRA8888 ¶
func VImageConvertRGB888toBGRA8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, arg5 bool, arg6 uint32) int
VImageConvertRGB888toBGRA8888 calls the vImage framework function vImageConvert_RGB888toBGRA8888.
func VImageConvertRGB888toPlanar8 ¶
func VImageConvertRGB888toPlanar8(rgbSrc unsafe.Pointer, redDest unsafe.Pointer, greenDest unsafe.Pointer, blueDest unsafe.Pointer, flags uint32) int
VImageConvertRGB888toPlanar8 calls the vImage framework function vImageConvert_RGB888toPlanar8.
func VImageConvertRGB888toPlanar16Q12 ¶
func VImageConvertRGB888toPlanar16Q12(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int
VImageConvertRGB888toPlanar16Q12 calls the vImage framework function vImageConvert_RGB888toPlanar16Q12.
func VImageConvertRGB888toRGB565Dithered ¶
func VImageConvertRGB888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertRGB888toRGB565Dithered calls the vImage framework function vImageConvert_RGB888toRGB565_dithered.
func VImageConvertRGB888toRGBA8888 ¶
func VImageConvertRGB888toRGBA8888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 uint8, arg4 unsafe.Pointer, arg5 bool, arg6 uint32) int
VImageConvertRGB888toRGBA8888 calls the vImage framework function vImageConvert_RGB888toRGBA8888.
func VImageConvertRGBA16UtoRGB16U ¶
VImageConvertRGBA16UtoRGB16U calls the vImage framework function vImageConvert_RGBA16UtoRGB16U.
func VImageConvertRGBA5551toRGB565 ¶
VImageConvertRGBA5551toRGB565 calls the vImage framework function vImageConvert_RGBA5551toRGB565.
func VImageConvertRGBA5551toRGBA8888 ¶
VImageConvertRGBA5551toRGBA8888 calls the vImage framework function vImageConvert_RGBA5551toRGBA8888.
func VImageConvertRGBA8888toRGB565 ¶
VImageConvertRGBA8888toRGB565 calls the vImage framework function vImageConvert_RGBA8888toRGB565.
func VImageConvertRGBA8888toRGB565Dithered ¶
func VImageConvertRGBA8888toRGB565Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertRGBA8888toRGB565Dithered calls the vImage framework function vImageConvert_RGBA8888toRGB565_dithered.
func VImageConvertRGBA8888toRGB888 ¶
VImageConvertRGBA8888toRGB888 calls the vImage framework function vImageConvert_RGBA8888toRGB888.
func VImageConvertRGBA8888toRGBA5551 ¶
VImageConvertRGBA8888toRGBA5551 calls the vImage framework function vImageConvert_RGBA8888toRGBA5551.
func VImageConvertRGBA8888toRGBA5551Dithered ¶
func VImageConvertRGBA8888toRGBA5551Dithered(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, dither int, flags uint32) int
VImageConvertRGBA8888toRGBA5551Dithered calls the vImage framework function vImageConvert_RGBA8888toRGBA5551_dithered.
func VImageConvertRGBA1010102ToARGB16Q12 ¶
func VImageConvertRGBA1010102ToARGB16Q12(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertRGBA1010102ToARGB16Q12 calls the vImage framework function vImageConvert_RGBA1010102ToARGB16Q12.
func VImageConvertRGBA1010102ToARGB16U ¶
func VImageConvertRGBA1010102ToARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertRGBA1010102ToARGB16U calls the vImage framework function vImageConvert_RGBA1010102ToARGB16U.
func VImageConvertRGBA1010102ToARGB8888 ¶
func VImageConvertRGBA1010102ToARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertRGBA1010102ToARGB8888 calls the vImage framework function vImageConvert_RGBA1010102ToARGB8888.
func VImageConvertRGBAFFFFtoRGBFFF ¶
VImageConvertRGBAFFFFtoRGBFFF calls the vImage framework function vImageConvert_RGBAFFFFtoRGBFFF.
func VImageConvertRGBFFFtoARGBFFFF ¶
func VImageConvertRGBFFFtoARGBFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, arg5 bool, flags uint32) int
VImageConvertRGBFFFtoARGBFFFF calls the vImage framework function vImageConvert_RGBFFFtoARGBFFFF.
func VImageConvertRGBFFFtoBGRAFFFF ¶
func VImageConvertRGBFFFtoBGRAFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, arg5 bool, flags uint32) int
VImageConvertRGBFFFtoBGRAFFFF calls the vImage framework function vImageConvert_RGBFFFtoBGRAFFFF.
func VImageConvertRGBFFFtoPlanarF ¶
func VImageConvertRGBFFFtoPlanarF(rgbSrc unsafe.Pointer, redDest unsafe.Pointer, greenDest unsafe.Pointer, blueDest unsafe.Pointer, flags uint32) int
VImageConvertRGBFFFtoPlanarF calls the vImage framework function vImageConvert_RGBFFFtoPlanarF.
func VImageConvertRGBFFFtoRGB888Dithered ¶
func VImageConvertRGBFFFtoRGB888Dithered(src unsafe.Pointer, dest unsafe.Pointer, dither int, flags uint32) (result int, maxFloat float32, minFloat float32)
VImageConvertRGBFFFtoRGB888Dithered calls the vImage framework function vImageConvert_RGBFFFtoRGB888_dithered.
func VImageConvertRGBFFFtoRGBAFFFF ¶
func VImageConvertRGBFFFtoRGBAFFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 float32, arg4 unsafe.Pointer, arg5 bool, flags uint32) int
VImageConvertRGBFFFtoRGBAFFFF calls the vImage framework function vImageConvert_RGBFFFtoRGBAFFFF.
func VImageConvertXRGB8888ToPlanar8 ¶
func VImageConvertXRGB8888ToPlanar8(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int
VImageConvertXRGB8888ToPlanar8 calls the vImage framework function vImageConvert_XRGB8888ToPlanar8.
func VImageConvertXRGB2101010ToARGB16F ¶
func VImageConvertXRGB2101010ToARGB16F(src unsafe.Pointer, alpha float32, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertXRGB2101010ToARGB16F calls the vImage framework function vImageConvert_XRGB2101010ToARGB16F.
func VImageConvertXRGB2101010ToARGB16Q12 ¶
func VImageConvertXRGB2101010ToARGB16Q12(src unsafe.Pointer, alpha int16, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertXRGB2101010ToARGB16Q12 calls the vImage framework function vImageConvert_XRGB2101010ToARGB16Q12.
func VImageConvertXRGB2101010ToARGB16U ¶
func VImageConvertXRGB2101010ToARGB16U(src unsafe.Pointer, alpha uint16, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertXRGB2101010ToARGB16U calls the vImage framework function vImageConvert_XRGB2101010ToARGB16U.
func VImageConvertXRGB2101010ToARGB8888 ¶
func VImageConvertXRGB2101010ToARGB8888(src unsafe.Pointer, alpha uint8, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertXRGB2101010ToARGB8888 calls the vImage framework function vImageConvert_XRGB2101010ToARGB8888.
func VImageConvertXRGB2101010ToARGBFFFF ¶
func VImageConvertXRGB2101010ToARGBFFFF(src unsafe.Pointer, alpha float32, dest unsafe.Pointer, rgb101010RangeMin int32, rgb101010RangeMax int32, flags uint32) (result int, permuteMap uint8)
VImageConvertXRGB2101010ToARGBFFFF calls the vImage framework function vImageConvert_XRGB2101010ToARGBFFFF.
func VImageConvertXRGBFFFFToPlanarF ¶
func VImageConvertXRGBFFFFToPlanarF(src unsafe.Pointer, red unsafe.Pointer, green unsafe.Pointer, blue unsafe.Pointer, flags uint32) int
VImageConvertXRGBFFFFToPlanarF calls the vImage framework function vImageConvert_XRGBFFFFToPlanarF.
func VImageConvertYpCbCrToARGBGenerateConversion ¶
func VImageConvertYpCbCrToARGBGenerateConversion(outInfo unsafe.Pointer, inYpCbCrType unsafe.Pointer, outARGBType unsafe.Pointer, flags uint32) (result int, matrix VImageYpCbCrToARGBMatrix, pixelRange VImageYpCbCrPixelRange)
VImageConvertYpCbCrToARGBGenerateConversion calls the vImage framework function vImageConvert_YpCbCrToARGB_GenerateConversion.
func VImageConverterCreateForCGToCVImageFormat ¶
func VImageConverterCreateForCGToCVImageFormat(srcFormat unsafe.Pointer, destFormat obj.Object, flags uint32) (result obj.Object, backgroundColor float64, err int)
VImageConverterCreateForCGToCVImageFormat calls the vImage framework function vImageConverter_CreateForCGToCVImageFormat.
func VImageConverterCreateForCVToCGImageFormat ¶
func VImageConverterCreateForCVToCGImageFormat(srcFormat obj.Object, destFormat unsafe.Pointer, flags uint32) (result obj.Object, backgroundColor float64, err int)
VImageConverterCreateForCVToCGImageFormat calls the vImage framework function vImageConverter_CreateForCVToCGImageFormat.
func VImageConverterCreateWithCGColorConversionInfo ¶
func VImageConverterCreateWithCGColorConversionInfo(colorConversionInfoRef obj.Object, sFormat unsafe.Pointer, dFormat unsafe.Pointer, flags uint32) (result obj.Object, bg float64, err int)
VImageConverterCreateWithCGColorConversionInfo calls the vImage framework function vImageConverter_CreateWithCGColorConversionInfo.
func VImageConverterCreateWithCGImageFormat ¶
func VImageConverterCreateWithCGImageFormat(srcFormat unsafe.Pointer, destFormat unsafe.Pointer, flags uint32) (result obj.Object, backgroundColor float64, err int)
VImageConverterCreateWithCGImageFormat calls the vImage framework function vImageConverter_CreateWithCGImageFormat.
func VImageConverterCreateWithColorSyncCodeFragment ¶
func VImageConverterCreateWithColorSyncCodeFragment(codeFragment obj.Object, srcFormat unsafe.Pointer, destFormat unsafe.Pointer, flags uint32) (result obj.Object, backgroundColor float64, err int)
VImageConverterCreateWithColorSyncCodeFragment calls the vImage framework function vImageConverter_CreateWithColorSyncCodeFragment.
func VImageConverterGetDestinationBufferOrder ¶
VImageConverterGetDestinationBufferOrder calls the vImage framework function vImageConverter_GetDestinationBufferOrder.
func VImageConverterGetNumberOfDestinationBuffers ¶
VImageConverterGetNumberOfDestinationBuffers calls the vImage framework function vImageConverter_GetNumberOfDestinationBuffers.
func VImageConverterGetNumberOfSourceBuffers ¶
VImageConverterGetNumberOfSourceBuffers calls the vImage framework function vImageConverter_GetNumberOfSourceBuffers.
func VImageConverterGetSourceBufferOrder ¶
VImageConverterGetSourceBufferOrder calls the vImage framework function vImageConverter_GetSourceBufferOrder.
func VImageConverterMustOperateOutOfPlace ¶
func VImageConverterMustOperateOutOfPlace(converter obj.Object, srcs unsafe.Pointer, dests unsafe.Pointer, flags uint32) int
VImageConverterMustOperateOutOfPlace calls the vImage framework function vImageConverter_MustOperateOutOfPlace.
func VImageConverterRelease ¶
VImageConverterRelease calls the vImage framework function vImageConverter_Release.
func VImageConverterRetain ¶
VImageConverterRetain calls the vImage framework function vImageConverter_Retain.
func VImageConvolveARGB16F ¶
func VImageConvolveARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, flags uint32) (result int, kernel float32, backgroundColor uint16)
VImageConvolveARGB16F calls the vImage framework function vImageConvolve_ARGB16F.
func VImageConvolveARGB8888 ¶
func VImageConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, divisor int32, flags uint32) (result int, kernel int16, backgroundColor uint8)
VImageConvolveARGB8888 calls the vImage framework function vImageConvolve_ARGB8888.
func VImageConvolveARGBFFFF ¶
func VImageConvolveARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, flags uint32) (result int, kernel float32, backgroundColor float32)
VImageConvolveARGBFFFF calls the vImage framework function vImageConvolve_ARGBFFFF.
func VImageConvolveFloatKernelARGB8888 ¶
func VImageConvolveFloatKernelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, bias float32, flags uint32) (result int, kernel float32, backgroundColor uint8)
VImageConvolveFloatKernelARGB8888 calls the vImage framework function vImageConvolveFloatKernel_ARGB8888.
func VImageConvolveMultiKernelARGB8888 ¶
func VImageConvolveMultiKernelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernels unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, flags uint32) (result int, divisors int32, biases int32, backgroundColor uint8)
VImageConvolveMultiKernelARGB8888 calls the vImage framework function vImageConvolveMultiKernel_ARGB8888.
func VImageConvolveMultiKernelARGBFFFF ¶
func VImageConvolveMultiKernelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernels unsafe.Pointer, kernelHeight uint32, kernelWidth uint32, flags uint32) (result int, biases float32, backgroundColor float32)
VImageConvolveMultiKernelARGBFFFF calls the vImage framework function vImageConvolveMultiKernel_ARGBFFFF.
func VImageConvolvePlanar8 ¶
func VImageConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, divisor int32, backgroundColor uint8, flags uint32) (result int, kernel int16)
VImageConvolvePlanar8 calls the vImage framework function vImageConvolve_Planar8.
func VImageConvolvePlanar16F ¶
func VImageConvolvePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor uint16, flags uint32) (result int, kernel float32)
VImageConvolvePlanar16F calls the vImage framework function vImageConvolve_Planar16F.
func VImageConvolvePlanarF ¶
func VImageConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor float32, flags uint32) (result int, kernel float32)
VImageConvolvePlanarF calls the vImage framework function vImageConvolve_PlanarF.
func VImageConvolveWithBiasARGB16F ¶
func VImageConvolveWithBiasARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, bias float32, flags uint32) (result int, kernel float32, backgroundColor uint16)
VImageConvolveWithBiasARGB16F calls the vImage framework function vImageConvolveWithBias_ARGB16F.
func VImageConvolveWithBiasARGB8888 ¶
func VImageConvolveWithBiasARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, divisor int32, bias int32, flags uint32) (result int, kernel int16, backgroundColor uint8)
VImageConvolveWithBiasARGB8888 calls the vImage framework function vImageConvolveWithBias_ARGB8888.
func VImageConvolveWithBiasARGBFFFF ¶
func VImageConvolveWithBiasARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, bias float32, flags uint32) (result int, kernel float32, backgroundColor float32)
VImageConvolveWithBiasARGBFFFF calls the vImage framework function vImageConvolveWithBias_ARGBFFFF.
func VImageConvolveWithBiasPlanar8 ¶
func VImageConvolveWithBiasPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, divisor int32, bias int32, backgroundColor uint8, flags uint32) (result int, kernel int16)
VImageConvolveWithBiasPlanar8 calls the vImage framework function vImageConvolveWithBias_Planar8.
func VImageConvolveWithBiasPlanar16F ¶
func VImageConvolveWithBiasPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor uint16, flags uint32) (result int, kernel float32)
VImageConvolveWithBiasPlanar16F calls the vImage framework function vImageConvolveWithBias_Planar16F.
func VImageConvolveWithBiasPlanarF ¶
func VImageConvolveWithBiasPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, bias float32, backgroundColor float32, flags uint32) (result int, kernel float32)
VImageConvolveWithBiasPlanarF calls the vImage framework function vImageConvolveWithBias_PlanarF.
func VImageCopyBuffer ¶
VImageCopyBuffer calls the vImage framework function vImageCopyBuffer.
func VImageCreateCGImageFromBuffer ¶
func VImageCreateCGImageFromBuffer(buf unsafe.Pointer, format unsafe.Pointer, callback unsafe.Pointer, userData unsafe.Pointer, flags uint32) (result obj.Object, err int)
VImageCreateCGImageFromBuffer calls the vImage framework function vImageCreateCGImageFromBuffer.
func VImageCreateGammaFunction ¶
VImageCreateGammaFunction calls the vImage framework function vImageCreateGammaFunction.
func VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction ¶
func VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction(intent unsafe.Pointer, flags uint32) (result obj.Object, whitePoint VImageWhitePoint, tf VImageTransferFunction, err int)
VImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction calls the vImage framework function vImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction.
func VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction ¶
func VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction(intent unsafe.Pointer, flags uint32) (result obj.Object, primaries VImageRGBPrimaries, tf VImageTransferFunction, err int)
VImageCreateRGBColorSpaceWithPrimariesAndTransferFunction calls the vImage framework function vImageCreateRGBColorSpaceWithPrimariesAndTransferFunction.
func VImageDestroyGammaFunction ¶
VImageDestroyGammaFunction calls the vImage framework function vImageDestroyGammaFunction.
func VImageDestroyResamplingFilter ¶
VImageDestroyResamplingFilter calls the vImage framework function vImageDestroyResamplingFilter.
func VImageDilateARGB8888 ¶
func VImageDilateARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel uint8)
VImageDilateARGB8888 calls the vImage framework function vImageDilate_ARGB8888.
func VImageDilateARGBFFFF ¶
func VImageDilateARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel float32)
VImageDilateARGBFFFF calls the vImage framework function vImageDilate_ARGBFFFF.
func VImageDilatePlanar8 ¶
func VImageDilatePlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel uint8)
VImageDilatePlanar8 calls the vImage framework function vImageDilate_Planar8.
func VImageDilatePlanarF ¶
func VImageDilatePlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel float32)
VImageDilatePlanarF calls the vImage framework function vImageDilate_PlanarF.
func VImageEndsInContrastStretchARGB8888 ¶
func VImageEndsInContrastStretchARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, percentLow uint32, percentHigh uint32)
VImageEndsInContrastStretchARGB8888 calls the vImage framework function vImageEndsInContrastStretch_ARGB8888.
func VImageEndsInContrastStretchARGBFFFF ¶
func VImageEndsInContrastStretchARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) (result int, percentLow uint32, percentHigh uint32)
VImageEndsInContrastStretchARGBFFFF calls the vImage framework function vImageEndsInContrastStretch_ARGBFFFF.
func VImageEndsInContrastStretchPlanar8 ¶
func VImageEndsInContrastStretchPlanar8(src unsafe.Pointer, dest unsafe.Pointer, percentLow int, percentHigh int, flags uint32) int
VImageEndsInContrastStretchPlanar8 calls the vImage framework function vImageEndsInContrastStretch_Planar8.
func VImageEndsInContrastStretchPlanarF ¶
func VImageEndsInContrastStretchPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, percentLow int, percentHigh int, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageEndsInContrastStretchPlanarF calls the vImage framework function vImageEndsInContrastStretch_PlanarF.
func VImageEqualizationARGB8888 ¶
VImageEqualizationARGB8888 calls the vImage framework function vImageEqualization_ARGB8888.
func VImageEqualizationARGBFFFF ¶
func VImageEqualizationARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageEqualizationARGBFFFF calls the vImage framework function vImageEqualization_ARGBFFFF.
func VImageEqualizationPlanar8 ¶
VImageEqualizationPlanar8 calls the vImage framework function vImageEqualization_Planar8.
func VImageEqualizationPlanarF ¶
func VImageEqualizationPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageEqualizationPlanarF calls the vImage framework function vImageEqualization_PlanarF.
func VImageErodeARGB8888 ¶
func VImageErodeARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel uint8)
VImageErodeARGB8888 calls the vImage framework function vImageErode_ARGB8888.
func VImageErodeARGBFFFF ¶
func VImageErodeARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel float32)
VImageErodeARGBFFFF calls the vImage framework function vImageErode_ARGBFFFF.
func VImageErodePlanar8 ¶
func VImageErodePlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel uint8)
VImageErodePlanar8 calls the vImage framework function vImageErode_Planar8.
func VImageErodePlanarF ¶
func VImageErodePlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) (result int, kernel float32)
VImageErodePlanarF calls the vImage framework function vImageErode_PlanarF.
func VImageExtractChannelARGB16U ¶
func VImageExtractChannelARGB16U(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int
VImageExtractChannelARGB16U calls the vImage framework function vImageExtractChannel_ARGB16U.
func VImageExtractChannelARGB8888 ¶
func VImageExtractChannelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int
VImageExtractChannelARGB8888 calls the vImage framework function vImageExtractChannel_ARGB8888.
func VImageExtractChannelARGBFFFF ¶
func VImageExtractChannelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, channelIndex int, flags uint32) int
VImageExtractChannelARGBFFFF calls the vImage framework function vImageExtractChannel_ARGBFFFF.
func VImageFlattenARGB16Q12 ¶
func VImageFlattenARGB16Q12(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, argbBackgroundColorPtr int16)
VImageFlattenARGB16Q12 calls the vImage framework function vImageFlatten_ARGB16Q12.
func VImageFlattenARGB16U ¶
func VImageFlattenARGB16U(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, argbBackgroundColorPtr uint16)
VImageFlattenARGB16U calls the vImage framework function vImageFlatten_ARGB16U.
func VImageFlattenARGB8888 ¶
func VImageFlattenARGB8888(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, argbBackgroundColorPtr uint8)
VImageFlattenARGB8888 calls the vImage framework function vImageFlatten_ARGB8888.
func VImageFlattenARGB8888ToRGB888 ¶
func VImageFlattenARGB8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 uint8)
VImageFlattenARGB8888ToRGB888 calls the vImage framework function vImageFlatten_ARGB8888ToRGB888.
func VImageFlattenARGBFFFF ¶
func VImageFlattenARGBFFFF(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, argbBackgroundColorPtr float32)
VImageFlattenARGBFFFF calls the vImage framework function vImageFlatten_ARGBFFFF.
func VImageFlattenARGBFFFFToRGBFFF ¶
func VImageFlattenARGBFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 float32)
VImageFlattenARGBFFFFToRGBFFF calls the vImage framework function vImageFlatten_ARGBFFFFToRGBFFF.
func VImageFlattenBGRA8888ToRGB888 ¶
func VImageFlattenBGRA8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 uint8)
VImageFlattenBGRA8888ToRGB888 calls the vImage framework function vImageFlatten_BGRA8888ToRGB888.
func VImageFlattenBGRAFFFFToRGBFFF ¶
func VImageFlattenBGRAFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 float32)
VImageFlattenBGRAFFFFToRGBFFF calls the vImage framework function vImageFlatten_BGRAFFFFToRGBFFF.
func VImageFlattenRGBA16Q12 ¶
func VImageFlattenRGBA16Q12(argbSrc unsafe.Pointer, argbDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, argbBackgroundColorPtr int16)
VImageFlattenRGBA16Q12 calls the vImage framework function vImageFlatten_RGBA16Q12.
func VImageFlattenRGBA16U ¶
func VImageFlattenRGBA16U(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, rgbaBackgroundColorPtr uint16)
VImageFlattenRGBA16U calls the vImage framework function vImageFlatten_RGBA16U.
func VImageFlattenRGBA8888 ¶
func VImageFlattenRGBA8888(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, rgbaBackgroundColorPtr uint8)
VImageFlattenRGBA8888 calls the vImage framework function vImageFlatten_RGBA8888.
func VImageFlattenRGBA8888ToRGB888 ¶
func VImageFlattenRGBA8888ToRGB888(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 uint8)
VImageFlattenRGBA8888ToRGB888 calls the vImage framework function vImageFlatten_RGBA8888ToRGB888.
func VImageFlattenRGBAFFFF ¶
func VImageFlattenRGBAFFFF(rgbaSrc unsafe.Pointer, rgbaDst unsafe.Pointer, isImagePremultiplied bool, flags uint32) (result int, rgbaBackgroundColorPtr float32)
VImageFlattenRGBAFFFF calls the vImage framework function vImageFlatten_RGBAFFFF.
func VImageFlattenRGBAFFFFToRGBFFF ¶
func VImageFlattenRGBAFFFFToRGBFFF(arg unsafe.Pointer, arg2 unsafe.Pointer, arg4 bool, arg5 uint32) (result int, arg3 float32)
VImageFlattenRGBAFFFFToRGBFFF calls the vImage framework function vImageFlatten_RGBAFFFFToRGBFFF.
func VImageFloodFillARGB16U ¶
func VImageFloodFillARGB16U(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, connectivity int, flags uint32) (result int, newValue uint16)
VImageFloodFillARGB16U calls the vImage framework function vImageFloodFill_ARGB16U.
func VImageFloodFillARGB8888 ¶
func VImageFloodFillARGB8888(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, connectivity int, flags uint32) (result int, newValue uint8)
VImageFloodFillARGB8888 calls the vImage framework function vImageFloodFill_ARGB8888.
func VImageFloodFillPlanar8 ¶
func VImageFloodFillPlanar8(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, newValue uint8, connectivity int, flags uint32) int
VImageFloodFillPlanar8 calls the vImage framework function vImageFloodFill_Planar8.
func VImageFloodFillPlanar16U ¶
func VImageFloodFillPlanar16U(srcDest unsafe.Pointer, tempBuffer unsafe.Pointer, seedX int, seedY int, newValue uint16, connectivity int, flags uint32) int
VImageFloodFillPlanar16U calls the vImage framework function vImageFloodFill_Planar16U.
func VImageGammaPlanar8toPlanarF ¶
func VImageGammaPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int
VImageGammaPlanar8toPlanarF calls the vImage framework function vImageGamma_Planar8toPlanarF.
func VImageGammaPlanarF ¶
func VImageGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int
VImageGammaPlanarF calls the vImage framework function vImageGamma_PlanarF.
func VImageGammaPlanarFtoPlanar8 ¶
func VImageGammaPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, flags uint32) int
VImageGammaPlanarFtoPlanar8 calls the vImage framework function vImageGamma_PlanarFtoPlanar8.
func VImageGetResamplingFilterExtent ¶
VImageGetResamplingFilterExtent calls the vImage framework function vImageGetResamplingFilterExtent.
func VImageGetResamplingFilterSize ¶
func VImageGetResamplingFilterSize(scale float32, kernelFunc unsafe.Pointer, kernelWidth float32, flags uint32) int
VImageGetResamplingFilterSize calls the vImage framework function vImageGetResamplingFilterSize.
func VImageHistogramCalculationARGB8888 ¶
func VImageHistogramCalculationARGB8888(src unsafe.Pointer, histogram unsafe.Pointer, flags uint32) int
VImageHistogramCalculationARGB8888 calls the vImage framework function vImageHistogramCalculation_ARGB8888.
func VImageHistogramCalculationARGBFFFF ¶
func VImageHistogramCalculationARGBFFFF(src unsafe.Pointer, histogram unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageHistogramCalculationARGBFFFF calls the vImage framework function vImageHistogramCalculation_ARGBFFFF.
func VImageHistogramCalculationPlanar8 ¶
func VImageHistogramCalculationPlanar8(src unsafe.Pointer, flags uint32) (result int, histogram int)
VImageHistogramCalculationPlanar8 calls the vImage framework function vImageHistogramCalculation_Planar8.
func VImageHistogramCalculationPlanarF ¶
func VImageHistogramCalculationPlanarF(src unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) (result int, histogram int)
VImageHistogramCalculationPlanarF calls the vImage framework function vImageHistogramCalculation_PlanarF.
func VImageHistogramSpecificationARGB8888 ¶
func VImageHistogramSpecificationARGB8888(src unsafe.Pointer, dest unsafe.Pointer, desiredHistogram unsafe.Pointer, flags uint32) int
VImageHistogramSpecificationARGB8888 calls the vImage framework function vImageHistogramSpecification_ARGB8888.
func VImageHistogramSpecificationARGBFFFF ¶
func VImageHistogramSpecificationARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, desiredHistogram unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) int
VImageHistogramSpecificationARGBFFFF calls the vImage framework function vImageHistogramSpecification_ARGBFFFF.
func VImageHistogramSpecificationPlanar8 ¶
func VImageHistogramSpecificationPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, desiredHistogram int)
VImageHistogramSpecificationPlanar8 calls the vImage framework function vImageHistogramSpecification_Planar8.
func VImageHistogramSpecificationPlanarF ¶
func VImageHistogramSpecificationPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, histogramEntries int, minVal float32, maxVal float32, flags uint32) (result int, desiredHistogram int)
VImageHistogramSpecificationPlanarF calls the vImage framework function vImageHistogramSpecification_PlanarF.
func VImageHorizontalReflectARGB16F ¶
VImageHorizontalReflectARGB16F calls the vImage framework function vImageHorizontalReflect_ARGB16F.
func VImageHorizontalReflectARGB16S ¶
VImageHorizontalReflectARGB16S calls the vImage framework function vImageHorizontalReflect_ARGB16S.
func VImageHorizontalReflectARGB16U ¶
VImageHorizontalReflectARGB16U calls the vImage framework function vImageHorizontalReflect_ARGB16U.
func VImageHorizontalReflectARGB8888 ¶
VImageHorizontalReflectARGB8888 calls the vImage framework function vImageHorizontalReflect_ARGB8888.
func VImageHorizontalReflectARGBFFFF ¶
VImageHorizontalReflectARGBFFFF calls the vImage framework function vImageHorizontalReflect_ARGBFFFF.
func VImageHorizontalReflectCbCr16F ¶
VImageHorizontalReflectCbCr16F calls the vImage framework function vImageHorizontalReflect_CbCr16F.
func VImageHorizontalReflectPlanar8 ¶
VImageHorizontalReflectPlanar8 calls the vImage framework function vImageHorizontalReflect_Planar8.
func VImageHorizontalReflectPlanar16F ¶
VImageHorizontalReflectPlanar16F calls the vImage framework function vImageHorizontalReflect_Planar16F.
func VImageHorizontalReflectPlanar16U ¶
VImageHorizontalReflectPlanar16U calls the vImage framework function vImageHorizontalReflect_Planar16U.
func VImageHorizontalReflectPlanarF ¶
VImageHorizontalReflectPlanarF calls the vImage framework function vImageHorizontalReflect_PlanarF.
func VImageHorizontalShearARGB16F ¶
func VImageHorizontalShearARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearARGB16F calls the vImage framework function vImageHorizontalShear_ARGB16F.
func VImageHorizontalShearARGB16S ¶
func VImageHorizontalShearARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageHorizontalShearARGB16S calls the vImage framework function vImageHorizontalShear_ARGB16S.
func VImageHorizontalShearARGB16U ¶
func VImageHorizontalShearARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearARGB16U calls the vImage framework function vImageHorizontalShear_ARGB16U.
func VImageHorizontalShearARGB8888 ¶
func VImageHorizontalShearARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint8)
VImageHorizontalShearARGB8888 calls the vImage framework function vImageHorizontalShear_ARGB8888.
func VImageHorizontalShearARGBFFFF ¶
func VImageHorizontalShearARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor float32)
VImageHorizontalShearARGBFFFF calls the vImage framework function vImageHorizontalShear_ARGBFFFF.
func VImageHorizontalShearCbCr8 ¶
func VImageHorizontalShearCbCr8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint8)
VImageHorizontalShearCbCr8 calls the vImage framework function vImageHorizontalShear_CbCr8.
func VImageHorizontalShearCbCr16F ¶
func VImageHorizontalShearCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearCbCr16F calls the vImage framework function vImageHorizontalShear_CbCr16F.
func VImageHorizontalShearCbCr16S ¶
func VImageHorizontalShearCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageHorizontalShearCbCr16S calls the vImage framework function vImageHorizontalShear_CbCr16S.
func VImageHorizontalShearCbCr16U ¶
func VImageHorizontalShearCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearCbCr16U calls the vImage framework function vImageHorizontalShear_CbCr16U.
func VImageHorizontalShearDARGB16F ¶
func VImageHorizontalShearDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearDARGB16F calls the vImage framework function vImageHorizontalShearD_ARGB16F.
func VImageHorizontalShearDARGB16S ¶
func VImageHorizontalShearDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageHorizontalShearDARGB16S calls the vImage framework function vImageHorizontalShearD_ARGB16S.
func VImageHorizontalShearDARGB16U ¶
func VImageHorizontalShearDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearDARGB16U calls the vImage framework function vImageHorizontalShearD_ARGB16U.
func VImageHorizontalShearDARGB8888 ¶
func VImageHorizontalShearDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint8)
VImageHorizontalShearDARGB8888 calls the vImage framework function vImageHorizontalShearD_ARGB8888.
func VImageHorizontalShearDARGBFFFF ¶
func VImageHorizontalShearDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor float32)
VImageHorizontalShearDARGBFFFF calls the vImage framework function vImageHorizontalShearD_ARGBFFFF.
func VImageHorizontalShearDCbCr16F ¶
func VImageHorizontalShearDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearDCbCr16F calls the vImage framework function vImageHorizontalShearD_CbCr16F.
func VImageHorizontalShearDCbCr16S ¶
func VImageHorizontalShearDCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageHorizontalShearDCbCr16S calls the vImage framework function vImageHorizontalShearD_CbCr16S.
func VImageHorizontalShearDCbCr16U ¶
func VImageHorizontalShearDCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageHorizontalShearDCbCr16U calls the vImage framework function vImageHorizontalShearD_CbCr16U.
func VImageHorizontalShearDPlanar8 ¶
func VImageHorizontalShearDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint8, flags uint32) int
VImageHorizontalShearDPlanar8 calls the vImage framework function vImageHorizontalShearD_Planar8.
func VImageHorizontalShearDPlanar16F ¶
func VImageHorizontalShearDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint16, flags uint32) int
VImageHorizontalShearDPlanar16F calls the vImage framework function vImageHorizontalShearD_Planar16F.
func VImageHorizontalShearDPlanarF ¶
func VImageHorizontalShearDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor float32, flags uint32) int
VImageHorizontalShearDPlanarF calls the vImage framework function vImageHorizontalShearD_PlanarF.
func VImageHorizontalShearPlanar8 ¶
func VImageHorizontalShearPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint8, flags uint32) int
VImageHorizontalShearPlanar8 calls the vImage framework function vImageHorizontalShear_Planar8.
func VImageHorizontalShearPlanar16F ¶
func VImageHorizontalShearPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int
VImageHorizontalShearPlanar16F calls the vImage framework function vImageHorizontalShear_Planar16F.
func VImageHorizontalShearPlanar16S ¶
func VImageHorizontalShearPlanar16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor int16, flags uint32) int
VImageHorizontalShearPlanar16S calls the vImage framework function vImageHorizontalShear_Planar16S.
func VImageHorizontalShearPlanar16U ¶
func VImageHorizontalShearPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int
VImageHorizontalShearPlanar16U calls the vImage framework function vImageHorizontalShear_Planar16U.
func VImageHorizontalShearPlanarF ¶
func VImageHorizontalShearPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor float32, flags uint32) int
VImageHorizontalShearPlanarF calls the vImage framework function vImageHorizontalShear_PlanarF.
func VImageHorizontalShearXRGB2101010W ¶
func VImageHorizontalShearXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, xTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint32, flags uint32) int
VImageHorizontalShearXRGB2101010W calls the vImage framework function vImageHorizontalShear_XRGB2101010W.
func VImageInterpolatedLookupTablePlanarF ¶
func VImageInterpolatedLookupTablePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tableEntries int, maxFloat float32, minFloat float32, flags uint32) (result int, table float32)
VImageInterpolatedLookupTablePlanarF calls the vImage framework function vImageInterpolatedLookupTable_PlanarF.
func VImageLookupTable8to64U ¶
func VImageLookupTable8to64U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, lut uint64)
VImageLookupTable8to64U calls the vImage framework function vImageLookupTable_8to64U.
func VImageLookupTablePlanar8toPlanar16 ¶
func VImageLookupTablePlanar8toPlanar16(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint16)
VImageLookupTablePlanar8toPlanar16 calls the vImage framework function vImageLookupTable_Planar8toPlanar16.
func VImageLookupTablePlanar8toPlanar24 ¶
func VImageLookupTablePlanar8toPlanar24(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint32)
VImageLookupTablePlanar8toPlanar24 calls the vImage framework function vImageLookupTable_Planar8toPlanar24.
func VImageLookupTablePlanar8toPlanar48 ¶
func VImageLookupTablePlanar8toPlanar48(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint64)
VImageLookupTablePlanar8toPlanar48 calls the vImage framework function vImageLookupTable_Planar8toPlanar48.
func VImageLookupTablePlanar8toPlanar96 ¶
func VImageLookupTablePlanar8toPlanar96(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int
VImageLookupTablePlanar8toPlanar96 calls the vImage framework function vImageLookupTable_Planar8toPlanar96.
func VImageLookupTablePlanar8toPlanar128 ¶
func VImageLookupTablePlanar8toPlanar128(src unsafe.Pointer, dest unsafe.Pointer, table unsafe.Pointer, flags uint32) int
VImageLookupTablePlanar8toPlanar128 calls the vImage framework function vImageLookupTable_Planar8toPlanar128.
func VImageLookupTablePlanar8toPlanarF ¶
func VImageLookupTablePlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table float32)
VImageLookupTablePlanar8toPlanarF calls the vImage framework function vImageLookupTable_Planar8toPlanarF.
func VImageLookupTablePlanar16 ¶
func VImageLookupTablePlanar16(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint16)
VImageLookupTablePlanar16 calls the vImage framework function vImageLookupTable_Planar16.
func VImageLookupTablePlanarFtoPlanar8 ¶
func VImageLookupTablePlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint8)
VImageLookupTablePlanarFtoPlanar8 calls the vImage framework function vImageLookupTable_PlanarFtoPlanar8.
func VImageMatrixMultiplyARGB8888 ¶
func VImageMatrixMultiplyARGB8888(src unsafe.Pointer, dest unsafe.Pointer, divisor int32, flags uint32) (result int, matrix int16, preBias int16, postBias int32)
VImageMatrixMultiplyARGB8888 calls the vImage framework function vImageMatrixMultiply_ARGB8888.
func VImageMatrixMultiplyARGB8888ToPlanar8 ¶
func VImageMatrixMultiplyARGB8888ToPlanar8(src unsafe.Pointer, dest unsafe.Pointer, divisor int32, postBias int32, flags uint32) (result int, matrix int16, preBias int16)
VImageMatrixMultiplyARGB8888ToPlanar8 calls the vImage framework function vImageMatrixMultiply_ARGB8888ToPlanar8.
func VImageMatrixMultiplyARGBFFFF ¶
func VImageMatrixMultiplyARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, matrix float32, preBias float32, postBias float32)
VImageMatrixMultiplyARGBFFFF calls the vImage framework function vImageMatrixMultiply_ARGBFFFF.
func VImageMatrixMultiplyARGBFFFFToPlanarF ¶
func VImageMatrixMultiplyARGBFFFFToPlanarF(src unsafe.Pointer, dest unsafe.Pointer, postBias float32, flags uint32) (result int, matrix float32, preBias float32)
VImageMatrixMultiplyARGBFFFFToPlanarF calls the vImage framework function vImageMatrixMultiply_ARGBFFFFToPlanarF.
func VImageMatrixMultiplyPlanar8 ¶
func VImageMatrixMultiplyPlanar8(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, divisor int32, flags uint32) (result int, matrix int16, preBias int16, postBias int32)
VImageMatrixMultiplyPlanar8 calls the vImage framework function vImageMatrixMultiply_Planar8.
func VImageMatrixMultiplyPlanar16S ¶
func VImageMatrixMultiplyPlanar16S(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, divisor int32, flags uint32) (result int, matrix int16, preBias int16, postBias int32)
VImageMatrixMultiplyPlanar16S calls the vImage framework function vImageMatrixMultiply_Planar16S.
func VImageMatrixMultiplyPlanarF ¶
func VImageMatrixMultiplyPlanarF(srcs unsafe.Pointer, dests unsafe.Pointer, srcPlanes uint32, destPlanes uint32, flags uint32) (result int, matrix float32, preBias float32, postBias float32)
VImageMatrixMultiplyPlanarF calls the vImage framework function vImageMatrixMultiply_PlanarF.
func VImageMaxARGB8888 ¶
func VImageMaxARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMaxARGB8888 calls the vImage framework function vImageMax_ARGB8888.
func VImageMaxARGBFFFF ¶
func VImageMaxARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMaxARGBFFFF calls the vImage framework function vImageMax_ARGBFFFF.
func VImageMaxPlanar8 ¶
func VImageMaxPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMaxPlanar8 calls the vImage framework function vImageMax_Planar8.
func VImageMaxPlanarF ¶
func VImageMaxPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMaxPlanarF calls the vImage framework function vImageMax_PlanarF.
func VImageMinARGB8888 ¶
func VImageMinARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMinARGB8888 calls the vImage framework function vImageMin_ARGB8888.
func VImageMinARGBFFFF ¶
func VImageMinARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMinARGBFFFF calls the vImage framework function vImageMin_ARGBFFFF.
func VImageMinPlanar8 ¶
func VImageMinPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMinPlanar8 calls the vImage framework function vImageMin_Planar8.
func VImageMinPlanarF ¶
func VImageMinPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight int, kernelWidth int, flags uint32) int
VImageMinPlanarF calls the vImage framework function vImageMin_PlanarF.
func VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12 ¶
func VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12(srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, table obj.Object, method unsafe.Pointer, flags uint32) int
VImageMultiDimensionalInterpolatedLookupTablePlanar16Q12 calls the vImage framework function vImageMultiDimensionalInterpolatedLookupTable_Planar16Q12.
func VImageMultiDimensionalInterpolatedLookupTablePlanarF ¶
func VImageMultiDimensionalInterpolatedLookupTablePlanarF(srcs unsafe.Pointer, dests unsafe.Pointer, tempBuffer unsafe.Pointer, table obj.Object, method unsafe.Pointer, flags uint32) int
VImageMultiDimensionalInterpolatedLookupTablePlanarF calls the vImage framework function vImageMultiDimensionalInterpolatedLookupTable_PlanarF.
func VImageMultidimensionalTableCreate ¶
func VImageMultidimensionalTableCreate(numSrcChannels uint32, numDestChannels uint32, hint unsafe.Pointer, flags uint32) (result obj.Object, tableData uint16, tableEntriesPerDimension uint8, err int)
VImageMultidimensionalTableCreate calls the vImage framework function vImageMultidimensionalTable_Create.
func VImageMultidimensionalTableRelease ¶
VImageMultidimensionalTableRelease calls the vImage framework function vImageMultidimensionalTable_Release.
func VImageMultidimensionalTableRetain ¶
VImageMultidimensionalTableRetain calls the vImage framework function vImageMultidimensionalTable_Retain.
func VImageNewResamplingFilter ¶
VImageNewResamplingFilter calls the vImage framework function vImageNewResamplingFilter.
func VImageNewResamplingFilterForFunctionUsingBuffer ¶
func VImageNewResamplingFilterForFunctionUsingBuffer(filter unsafe.Pointer, scale float32, kernelFunc unsafe.Pointer, kernelWidth float32, userData unsafe.Pointer, flags uint32) int
VImageNewResamplingFilterForFunctionUsingBuffer calls the vImage framework function vImageNewResamplingFilterForFunctionUsingBuffer.
func VImageOverwriteChannelsARGB8888 ¶
func VImageOverwriteChannelsARGB8888(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int
VImageOverwriteChannelsARGB8888 calls the vImage framework function vImageOverwriteChannels_ARGB8888.
func VImageOverwriteChannelsARGBFFFF ¶
func VImageOverwriteChannelsARGBFFFF(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int
VImageOverwriteChannelsARGBFFFF calls the vImage framework function vImageOverwriteChannels_ARGBFFFF.
func VImageOverwriteChannelsWithPixelARGB16U ¶
func VImageOverwriteChannelsWithPixelARGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, thePixel uint16)
VImageOverwriteChannelsWithPixelARGB16U calls the vImage framework function vImageOverwriteChannelsWithPixel_ARGB16U.
func VImageOverwriteChannelsWithPixelARGB8888 ¶
func VImageOverwriteChannelsWithPixelARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, thePixel uint8)
VImageOverwriteChannelsWithPixelARGB8888 calls the vImage framework function vImageOverwriteChannelsWithPixel_ARGB8888.
func VImageOverwriteChannelsWithPixelARGBFFFF ¶
func VImageOverwriteChannelsWithPixelARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, thePixel float32)
VImageOverwriteChannelsWithPixelARGBFFFF calls the vImage framework function vImageOverwriteChannelsWithPixel_ARGBFFFF.
func VImageOverwriteChannelsWithScalarARGB8888 ¶
func VImageOverwriteChannelsWithScalarARGB8888(scalar uint8, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int
VImageOverwriteChannelsWithScalarARGB8888 calls the vImage framework function vImageOverwriteChannelsWithScalar_ARGB8888.
func VImageOverwriteChannelsWithScalarARGBFFFF ¶
func VImageOverwriteChannelsWithScalarARGBFFFF(scalar float32, src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int
VImageOverwriteChannelsWithScalarARGBFFFF calls the vImage framework function vImageOverwriteChannelsWithScalar_ARGBFFFF.
func VImageOverwriteChannelsWithScalarPlanar8 ¶
VImageOverwriteChannelsWithScalarPlanar8 calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar8.
func VImageOverwriteChannelsWithScalarPlanar16F ¶
func VImageOverwriteChannelsWithScalarPlanar16F(scalar uint16, dest unsafe.Pointer, flags uint32) int
VImageOverwriteChannelsWithScalarPlanar16F calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar16F.
func VImageOverwriteChannelsWithScalarPlanar16S ¶
func VImageOverwriteChannelsWithScalarPlanar16S(scalar int16, dest unsafe.Pointer, flags uint32) int
VImageOverwriteChannelsWithScalarPlanar16S calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar16S.
func VImageOverwriteChannelsWithScalarPlanar16U ¶
func VImageOverwriteChannelsWithScalarPlanar16U(scalar uint16, dest unsafe.Pointer, flags uint32) int
VImageOverwriteChannelsWithScalarPlanar16U calls the vImage framework function vImageOverwriteChannelsWithScalar_Planar16U.
func VImageOverwriteChannelsWithScalarPlanarF ¶
func VImageOverwriteChannelsWithScalarPlanarF(scalar float32, dest unsafe.Pointer, flags uint32) int
VImageOverwriteChannelsWithScalarPlanarF calls the vImage framework function vImageOverwriteChannelsWithScalar_PlanarF.
func VImagePNGDecompressionFilter ¶
func VImagePNGDecompressionFilter(buffer unsafe.Pointer, startScanline int, scanlineCount int, bitsPerPixel uint32, filterMethodNumber uint32, filterType uint32, flags uint32) int
VImagePNGDecompressionFilter calls the vImage framework function vImagePNGDecompressionFilter.
func VImagePermuteChannelsARGB16F ¶
func VImagePermuteChannelsARGB16F(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImagePermuteChannelsARGB16F calls the vImage framework function vImagePermuteChannels_ARGB16F.
func VImagePermuteChannelsARGB16U ¶
func VImagePermuteChannelsARGB16U(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImagePermuteChannelsARGB16U calls the vImage framework function vImagePermuteChannels_ARGB16U.
func VImagePermuteChannelsARGB8888 ¶
func VImagePermuteChannelsARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImagePermuteChannelsARGB8888 calls the vImage framework function vImagePermuteChannels_ARGB8888.
func VImagePermuteChannelsARGBFFFF ¶
func VImagePermuteChannelsARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImagePermuteChannelsARGBFFFF calls the vImage framework function vImagePermuteChannels_ARGBFFFF.
func VImagePermuteChannelsRGB888 ¶
func VImagePermuteChannelsRGB888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, permuteMap uint8)
VImagePermuteChannelsRGB888 calls the vImage framework function vImagePermuteChannels_RGB888.
func VImagePermuteChannelsWithMaskedInsertARGB16U ¶
func VImagePermuteChannelsWithMaskedInsertARGB16U(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint16)
VImagePermuteChannelsWithMaskedInsertARGB16U calls the vImage framework function vImagePermuteChannelsWithMaskedInsert_ARGB16U.
func VImagePermuteChannelsWithMaskedInsertARGB8888 ¶
func VImagePermuteChannelsWithMaskedInsertARGB8888(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor uint8)
VImagePermuteChannelsWithMaskedInsertARGB8888 calls the vImage framework function vImagePermuteChannelsWithMaskedInsert_ARGB8888.
func VImagePermuteChannelsWithMaskedInsertARGBFFFF ¶
func VImagePermuteChannelsWithMaskedInsertARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) (result int, permuteMap uint8, backgroundColor float32)
VImagePermuteChannelsWithMaskedInsertARGBFFFF calls the vImage framework function vImagePermuteChannelsWithMaskedInsert_ARGBFFFF.
func VImagePiecewiseGammaPlanar8 ¶
func VImagePiecewiseGammaPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary uint8, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanar8 calls the vImage framework function vImagePiecewiseGamma_Planar8.
func VImagePiecewiseGammaPlanar8toPlanar16Q12 ¶
func VImagePiecewiseGammaPlanar8toPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary uint8, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanar8toPlanar16Q12 calls the vImage framework function vImagePiecewiseGamma_Planar8toPlanar16Q12.
func VImagePiecewiseGammaPlanar8toPlanarF ¶
func VImagePiecewiseGammaPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary uint8, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanar8toPlanarF calls the vImage framework function vImagePiecewiseGamma_Planar8toPlanarF.
func VImagePiecewiseGammaPlanar16Q12 ¶
func VImagePiecewiseGammaPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary int16, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanar16Q12 calls the vImage framework function vImagePiecewiseGamma_Planar16Q12.
func VImagePiecewiseGammaPlanar16Q12toPlanar8 ¶
func VImagePiecewiseGammaPlanar16Q12toPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary int16, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanar16Q12toPlanar8 calls the vImage framework function vImagePiecewiseGamma_Planar16Q12toPlanar8.
func VImagePiecewiseGammaPlanarF ¶
func VImagePiecewiseGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary unsafe.Pointer, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanarF calls the vImage framework function vImagePiecewiseGamma_PlanarF.
func VImagePiecewiseGammaPlanarFtoPlanar8 ¶
func VImagePiecewiseGammaPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary unsafe.Pointer, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImagePiecewiseGammaPlanarFtoPlanar8 calls the vImage framework function vImagePiecewiseGamma_PlanarFtoPlanar8.
func VImagePiecewisePolynomialPlanar8toPlanarF ¶
func VImagePiecewisePolynomialPlanar8toPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, order uint32, log2segments uint32, flags uint32) (result int, boundaries float32)
VImagePiecewisePolynomialPlanar8toPlanarF calls the vImage framework function vImagePiecewisePolynomial_Planar8toPlanarF.
func VImagePiecewisePolynomialPlanarF ¶
func VImagePiecewisePolynomialPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, order uint32, log2segments uint32, flags uint32) (result int, boundaries float32)
VImagePiecewisePolynomialPlanarF calls the vImage framework function vImagePiecewisePolynomial_PlanarF.
func VImagePiecewisePolynomialPlanarFtoPlanar8 ¶
func VImagePiecewisePolynomialPlanarFtoPlanar8(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, order uint32, log2segments uint32, flags uint32) (result int, boundaries float32)
VImagePiecewisePolynomialPlanarFtoPlanar8 calls the vImage framework function vImagePiecewisePolynomial_PlanarFtoPlanar8.
func VImagePiecewiseRationalPlanarF ¶
func VImagePiecewiseRationalPlanarF(src unsafe.Pointer, dest unsafe.Pointer, topCoefficients unsafe.Pointer, bottomCoefficients unsafe.Pointer, topOrder uint32, bottomOrder uint32, log2segments uint32, flags uint32) (result int, boundaries float32)
VImagePiecewiseRationalPlanarF calls the vImage framework function vImagePiecewiseRational_PlanarF.
func VImagePremultipliedAlphaBlendARGB8888 ¶
func VImagePremultipliedAlphaBlendARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendARGB8888 calls the vImage framework function vImagePremultipliedAlphaBlend_ARGB8888.
func VImagePremultipliedAlphaBlendARGBFFFF ¶
func VImagePremultipliedAlphaBlendARGBFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendARGBFFFF calls the vImage framework function vImagePremultipliedAlphaBlend_ARGBFFFF.
func VImagePremultipliedAlphaBlendBGRA8888 ¶
func VImagePremultipliedAlphaBlendBGRA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendBGRA8888 calls the vImage framework function vImagePremultipliedAlphaBlend_BGRA8888.
func VImagePremultipliedAlphaBlendBGRAFFFF ¶
func VImagePremultipliedAlphaBlendBGRAFFFF(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendBGRAFFFF calls the vImage framework function vImagePremultipliedAlphaBlend_BGRAFFFF.
func VImagePremultipliedAlphaBlendDarkenRGBA8888 ¶
func VImagePremultipliedAlphaBlendDarkenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendDarkenRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendDarken_RGBA8888.
func VImagePremultipliedAlphaBlendLightenRGBA8888 ¶
func VImagePremultipliedAlphaBlendLightenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendLightenRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendLighten_RGBA8888.
func VImagePremultipliedAlphaBlendMultiplyRGBA8888 ¶
func VImagePremultipliedAlphaBlendMultiplyRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendMultiplyRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendMultiply_RGBA8888.
func VImagePremultipliedAlphaBlendPlanar8 ¶
func VImagePremultipliedAlphaBlendPlanar8(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendPlanar8 calls the vImage framework function vImagePremultipliedAlphaBlend_Planar8.
func VImagePremultipliedAlphaBlendPlanarF ¶
func VImagePremultipliedAlphaBlendPlanarF(srcTop unsafe.Pointer, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendPlanarF calls the vImage framework function vImagePremultipliedAlphaBlend_PlanarF.
func VImagePremultipliedAlphaBlendScreenRGBA8888 ¶
func VImagePremultipliedAlphaBlendScreenRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedAlphaBlendScreenRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendScreen_RGBA8888.
func VImagePremultipliedAlphaBlendWithPermuteARGB8888 ¶
func VImagePremultipliedAlphaBlendWithPermuteARGB8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, makeDestAlphaOpaque bool, flags uint32) (result int, permuteMap uint8)
VImagePremultipliedAlphaBlendWithPermuteARGB8888 calls the vImage framework function vImagePremultipliedAlphaBlendWithPermute_ARGB8888.
func VImagePremultipliedAlphaBlendWithPermuteRGBA8888 ¶
func VImagePremultipliedAlphaBlendWithPermuteRGBA8888(srcTop unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, makeDestAlphaOpaque bool, flags uint32) (result int, permuteMap uint8)
VImagePremultipliedAlphaBlendWithPermuteRGBA8888 calls the vImage framework function vImagePremultipliedAlphaBlendWithPermute_RGBA8888.
func VImagePremultipliedConstAlphaBlendARGB8888 ¶
func VImagePremultipliedConstAlphaBlendARGB8888(srcTop unsafe.Pointer, constAlpha uint8, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedConstAlphaBlendARGB8888 calls the vImage framework function vImagePremultipliedConstAlphaBlend_ARGB8888.
func VImagePremultipliedConstAlphaBlendARGBFFFF ¶
func VImagePremultipliedConstAlphaBlendARGBFFFF(srcTop unsafe.Pointer, constAlpha float32, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedConstAlphaBlendARGBFFFF calls the vImage framework function vImagePremultipliedConstAlphaBlend_ARGBFFFF.
func VImagePremultipliedConstAlphaBlendPlanar8 ¶
func VImagePremultipliedConstAlphaBlendPlanar8(srcTop unsafe.Pointer, constAlpha uint8, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedConstAlphaBlendPlanar8 calls the vImage framework function vImagePremultipliedConstAlphaBlend_Planar8.
func VImagePremultipliedConstAlphaBlendPlanarF ¶
func VImagePremultipliedConstAlphaBlendPlanarF(srcTop unsafe.Pointer, constAlpha float32, srcTopAlpha unsafe.Pointer, srcBottom unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultipliedConstAlphaBlendPlanarF calls the vImage framework function vImagePremultipliedConstAlphaBlend_PlanarF.
func VImagePremultiplyDataARGB16Q12 ¶
VImagePremultiplyDataARGB16Q12 calls the vImage framework function vImagePremultiplyData_ARGB16Q12.
func VImagePremultiplyDataARGB16U ¶
VImagePremultiplyDataARGB16U calls the vImage framework function vImagePremultiplyData_ARGB16U.
func VImagePremultiplyDataARGB8888 ¶
VImagePremultiplyDataARGB8888 calls the vImage framework function vImagePremultiplyData_ARGB8888.
func VImagePremultiplyDataARGBFFFF ¶
VImagePremultiplyDataARGBFFFF calls the vImage framework function vImagePremultiplyData_ARGBFFFF.
func VImagePremultiplyDataPlanar8 ¶
func VImagePremultiplyDataPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultiplyDataPlanar8 calls the vImage framework function vImagePremultiplyData_Planar8.
func VImagePremultiplyDataPlanarF ¶
func VImagePremultiplyDataPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImagePremultiplyDataPlanarF calls the vImage framework function vImagePremultiplyData_PlanarF.
func VImagePremultiplyDataRGBA16F ¶
VImagePremultiplyDataRGBA16F calls the vImage framework function vImagePremultiplyData_RGBA16F.
func VImagePremultiplyDataRGBA16Q12 ¶
VImagePremultiplyDataRGBA16Q12 calls the vImage framework function vImagePremultiplyData_RGBA16Q12.
func VImagePremultiplyDataRGBA16U ¶
VImagePremultiplyDataRGBA16U calls the vImage framework function vImagePremultiplyData_RGBA16U.
func VImagePremultiplyDataRGBA8888 ¶
VImagePremultiplyDataRGBA8888 calls the vImage framework function vImagePremultiplyData_RGBA8888.
func VImagePremultiplyDataRGBAFFFF ¶
VImagePremultiplyDataRGBAFFFF calls the vImage framework function vImagePremultiplyData_RGBAFFFF.
func VImageRichardsonLucyDeConvolveARGB8888 ¶
func VImageRichardsonLucyDeConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, divisor int32, divisor2 int32, backgroundColor unsafe.Pointer, iterationCount uint32, flags uint32) (result int, kernel int16, kernel2 int16)
VImageRichardsonLucyDeConvolveARGB8888 calls the vImage framework function vImageRichardsonLucyDeConvolve_ARGB8888.
func VImageRichardsonLucyDeConvolveARGBFFFF ¶
func VImageRichardsonLucyDeConvolveARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, backgroundColor unsafe.Pointer, iterationCount uint32, flags uint32) (result int, kernel float32, kernel2 float32)
VImageRichardsonLucyDeConvolveARGBFFFF calls the vImage framework function vImageRichardsonLucyDeConvolve_ARGBFFFF.
func VImageRichardsonLucyDeConvolvePlanar8 ¶
func VImageRichardsonLucyDeConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, divisor int32, divisor2 int32, backgroundColor uint8, iterationCount uint32, flags uint32) (result int, kernel int16, kernel2 int16)
VImageRichardsonLucyDeConvolvePlanar8 calls the vImage framework function vImageRichardsonLucyDeConvolve_Planar8.
func VImageRichardsonLucyDeConvolvePlanarF ¶
func VImageRichardsonLucyDeConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, kernelHeight2 uint32, kernelWidth2 uint32, backgroundColor float32, iterationCount uint32, flags uint32) (result int, kernel float32, kernel2 float32)
VImageRichardsonLucyDeConvolvePlanarF calls the vImage framework function vImageRichardsonLucyDeConvolve_PlanarF.
func VImageRotate90ARGB16F ¶
func VImageRotate90ARGB16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint16)
VImageRotate90ARGB16F calls the vImage framework function vImageRotate90_ARGB16F.
func VImageRotate90ARGB16S ¶
func VImageRotate90ARGB16S(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor int16)
VImageRotate90ARGB16S calls the vImage framework function vImageRotate90_ARGB16S.
func VImageRotate90ARGB16U ¶
func VImageRotate90ARGB16U(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint16)
VImageRotate90ARGB16U calls the vImage framework function vImageRotate90_ARGB16U.
func VImageRotate90ARGB8888 ¶
func VImageRotate90ARGB8888(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint8)
VImageRotate90ARGB8888 calls the vImage framework function vImageRotate90_ARGB8888.
func VImageRotate90ARGBFFFF ¶
func VImageRotate90ARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor float32)
VImageRotate90ARGBFFFF calls the vImage framework function vImageRotate90_ARGBFFFF.
func VImageRotate90CbCr16F ¶
func VImageRotate90CbCr16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, flags uint32) (result int, backColor uint16)
VImageRotate90CbCr16F calls the vImage framework function vImageRotate90_CbCr16F.
func VImageRotate90Planar8 ¶
func VImageRotate90Planar8(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor uint8, flags uint32) int
VImageRotate90Planar8 calls the vImage framework function vImageRotate90_Planar8.
func VImageRotate90Planar16F ¶
func VImageRotate90Planar16F(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor uint16, flags uint32) int
VImageRotate90Planar16F calls the vImage framework function vImageRotate90_Planar16F.
func VImageRotate90Planar16U ¶
func VImageRotate90Planar16U(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor uint16, flags uint32) int
VImageRotate90Planar16U calls the vImage framework function vImageRotate90_Planar16U.
func VImageRotate90PlanarF ¶
func VImageRotate90PlanarF(src unsafe.Pointer, dest unsafe.Pointer, rotationConstant uint8, backColor float32, flags uint32) int
VImageRotate90PlanarF calls the vImage framework function vImageRotate90_PlanarF.
func VImageRotateARGB16F ¶
func VImageRotateARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, flags uint32) (result int, backColor uint16)
VImageRotateARGB16F calls the vImage framework function vImageRotate_ARGB16F.
func VImageRotateARGB16S ¶
func VImageRotateARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, flags uint32) (result int, backColor int16)
VImageRotateARGB16S calls the vImage framework function vImageRotate_ARGB16S.
func VImageRotateARGB16U ¶
func VImageRotateARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, flags uint32) (result int, backColor uint16)
VImageRotateARGB16U calls the vImage framework function vImageRotate_ARGB16U.
func VImageRotateARGB8888 ¶
func VImageRotateARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, flags uint32) (result int, backColor uint8)
VImageRotateARGB8888 calls the vImage framework function vImageRotate_ARGB8888.
func VImageRotateARGBFFFF ¶
func VImageRotateARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, flags uint32) (result int, backColor float32)
VImageRotateARGBFFFF calls the vImage framework function vImageRotate_ARGBFFFF.
func VImageRotateCbCr16F ¶
func VImageRotateCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, flags uint32) (result int, backColor uint16)
VImageRotateCbCr16F calls the vImage framework function vImageRotate_CbCr16F.
func VImageRotatePlanar8 ¶
func VImageRotatePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor uint8, flags uint32) int
VImageRotatePlanar8 calls the vImage framework function vImageRotate_Planar8.
func VImageRotatePlanar16F ¶
func VImageRotatePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor uint16, flags uint32) int
VImageRotatePlanar16F calls the vImage framework function vImageRotate_Planar16F.
func VImageRotatePlanarF ¶
func VImageRotatePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, angleInRadians float32, backColor float32, flags uint32) int
VImageRotatePlanarF calls the vImage framework function vImageRotate_PlanarF.
func VImageScaleARGB16F ¶
func VImageScaleARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleARGB16F calls the vImage framework function vImageScale_ARGB16F.
func VImageScaleARGB16S ¶
func VImageScaleARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleARGB16S calls the vImage framework function vImageScale_ARGB16S.
func VImageScaleARGB16U ¶
func VImageScaleARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleARGB16U calls the vImage framework function vImageScale_ARGB16U.
func VImageScaleARGB8888 ¶
func VImageScaleARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleARGB8888 calls the vImage framework function vImageScale_ARGB8888.
func VImageScaleARGBFFFF ¶
func VImageScaleARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleARGBFFFF calls the vImage framework function vImageScale_ARGBFFFF.
func VImageScaleCbCr8 ¶
func VImageScaleCbCr8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleCbCr8 calls the vImage framework function vImageScale_CbCr8.
func VImageScaleCbCr16F ¶
func VImageScaleCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleCbCr16F calls the vImage framework function vImageScale_CbCr16F.
func VImageScaleCbCr16U ¶
func VImageScaleCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleCbCr16U calls the vImage framework function vImageScale_CbCr16U.
func VImageScalePlanar8 ¶
func VImageScalePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScalePlanar8 calls the vImage framework function vImageScale_Planar8.
func VImageScalePlanar16F ¶
func VImageScalePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScalePlanar16F calls the vImage framework function vImageScale_Planar16F.
func VImageScalePlanar16S ¶
func VImageScalePlanar16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScalePlanar16S calls the vImage framework function vImageScale_Planar16S.
func VImageScalePlanar16U ¶
func VImageScalePlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScalePlanar16U calls the vImage framework function vImageScale_Planar16U.
func VImageScalePlanarF ¶
func VImageScalePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScalePlanarF calls the vImage framework function vImageScale_PlanarF.
func VImageScaleXRGB2101010W ¶
func VImageScaleXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) int
VImageScaleXRGB2101010W calls the vImage framework function vImageScale_XRGB2101010W.
func VImageSelectChannelsARGB8888 ¶
func VImageSelectChannelsARGB8888(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int
VImageSelectChannelsARGB8888 calls the vImage framework function vImageSelectChannels_ARGB8888.
func VImageSelectChannelsARGBFFFF ¶
func VImageSelectChannelsARGBFFFF(newSrc unsafe.Pointer, origSrc unsafe.Pointer, dest unsafe.Pointer, copyMask uint8, flags uint32) int
VImageSelectChannelsARGBFFFF calls the vImage framework function vImageSelectChannels_ARGBFFFF.
func VImageSepConvolveARGB8888 ¶
func VImageSepConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelXWidth uint32, kernelYWidth uint32, bias float32, flags uint32) (result int, kernelX float32, kernelY float32, backgroundColor uint8)
VImageSepConvolveARGB8888 calls the vImage framework function vImageSepConvolve_ARGB8888.
func VImageSepConvolvePlanar8 ¶
func VImageSepConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelXWidth uint32, kernelYWidth uint32, bias float32, backgroundColor uint16, flags uint32) (result int, kernelX float32, kernelY float32)
VImageSepConvolvePlanar8 calls the vImage framework function vImageSepConvolve_Planar8.
func VImageSepConvolvePlanar8to16U ¶
func VImageSepConvolvePlanar8to16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelXWidth uint32, kernelYWidth uint32, scale float32, bias float32, backgroundColor uint8, flags uint32) (result int, kernelX float32, kernelY float32)
VImageSepConvolvePlanar8to16U calls the vImage framework function vImageSepConvolve_Planar8to16U.
func VImageSepConvolvePlanar16F ¶
func VImageSepConvolvePlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelXWidth uint32, kernelYWidth uint32, bias float32, backgroundColor uint16, flags uint32) (result int, kernelX float32, kernelY float32)
VImageSepConvolvePlanar16F calls the vImage framework function vImageSepConvolve_Planar16F.
func VImageSepConvolvePlanar16U ¶
func VImageSepConvolvePlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelXWidth uint32, kernelYWidth uint32, bias float32, backgroundColor uint16, flags uint32) (result int, kernelX float32, kernelY float32)
VImageSepConvolvePlanar16U calls the vImage framework function vImageSepConvolve_Planar16U.
func VImageSepConvolvePlanarF ¶
func VImageSepConvolvePlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelXWidth uint32, kernelYWidth uint32, bias float32, backgroundColor float32, flags uint32) (result int, kernelX float32, kernelY float32)
VImageSepConvolvePlanarF calls the vImage framework function vImageSepConvolve_PlanarF.
func VImageSymmetricPiecewiseGammaPlanar16Q12 ¶
func VImageSymmetricPiecewiseGammaPlanar16Q12(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary int16, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImageSymmetricPiecewiseGammaPlanar16Q12 calls the vImage framework function vImageSymmetricPiecewiseGamma_Planar16Q12.
func VImageSymmetricPiecewiseGammaPlanarF ¶
func VImageSymmetricPiecewiseGammaPlanarF(src unsafe.Pointer, dest unsafe.Pointer, gamma unsafe.Pointer, boundary unsafe.Pointer, flags uint32) (result int, exponentialCoeffs float32, linearCoeffs float32)
VImageSymmetricPiecewiseGammaPlanarF calls the vImage framework function vImageSymmetricPiecewiseGamma_PlanarF.
func VImageSymmetricPiecewisePolynomialPlanarF ¶
func VImageSymmetricPiecewisePolynomialPlanarF(src unsafe.Pointer, dest unsafe.Pointer, coefficients unsafe.Pointer, order uint32, log2segments uint32, flags uint32) (result int, boundaries float32)
VImageSymmetricPiecewisePolynomialPlanarF calls the vImage framework function vImageSymmetricPiecewisePolynomial_PlanarF.
func VImageTableLookUpARGB8888 ¶
func VImageTableLookUpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, alphaTable uint8, redTable uint8, greenTable uint8, blueTable uint8)
VImageTableLookUpARGB8888 calls the vImage framework function vImageTableLookUp_ARGB8888.
func VImageTableLookUpPlanar8 ¶
func VImageTableLookUpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, flags uint32) (result int, table uint8)
VImageTableLookUpPlanar8 calls the vImage framework function vImageTableLookUp_Planar8.
func VImageTentConvolveARGB8888 ¶
func VImageTentConvolveARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, flags uint32) (result int, backgroundColor uint8)
VImageTentConvolveARGB8888 calls the vImage framework function vImageTentConvolve_ARGB8888.
func VImageTentConvolvePlanar8 ¶
func VImageTentConvolvePlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, kernelHeight uint32, kernelWidth uint32, backgroundColor uint8, flags uint32) int
VImageTentConvolvePlanar8 calls the vImage framework function vImageTentConvolve_Planar8.
func VImageUnpremultiplyDataARGB16Q12 ¶
VImageUnpremultiplyDataARGB16Q12 calls the vImage framework function vImageUnpremultiplyData_ARGB16Q12.
func VImageUnpremultiplyDataARGB16U ¶
VImageUnpremultiplyDataARGB16U calls the vImage framework function vImageUnpremultiplyData_ARGB16U.
func VImageUnpremultiplyDataARGB8888 ¶
VImageUnpremultiplyDataARGB8888 calls the vImage framework function vImageUnpremultiplyData_ARGB8888.
func VImageUnpremultiplyDataARGBFFFF ¶
VImageUnpremultiplyDataARGBFFFF calls the vImage framework function vImageUnpremultiplyData_ARGBFFFF.
func VImageUnpremultiplyDataPlanar8 ¶
func VImageUnpremultiplyDataPlanar8(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageUnpremultiplyDataPlanar8 calls the vImage framework function vImageUnpremultiplyData_Planar8.
func VImageUnpremultiplyDataPlanarF ¶
func VImageUnpremultiplyDataPlanarF(src unsafe.Pointer, alpha unsafe.Pointer, dest unsafe.Pointer, flags uint32) int
VImageUnpremultiplyDataPlanarF calls the vImage framework function vImageUnpremultiplyData_PlanarF.
func VImageUnpremultiplyDataRGBA16F ¶
VImageUnpremultiplyDataRGBA16F calls the vImage framework function vImageUnpremultiplyData_RGBA16F.
func VImageUnpremultiplyDataRGBA16Q12 ¶
VImageUnpremultiplyDataRGBA16Q12 calls the vImage framework function vImageUnpremultiplyData_RGBA16Q12.
func VImageUnpremultiplyDataRGBA16U ¶
VImageUnpremultiplyDataRGBA16U calls the vImage framework function vImageUnpremultiplyData_RGBA16U.
func VImageUnpremultiplyDataRGBA8888 ¶
VImageUnpremultiplyDataRGBA8888 calls the vImage framework function vImageUnpremultiplyData_RGBA8888.
func VImageUnpremultiplyDataRGBAFFFF ¶
VImageUnpremultiplyDataRGBAFFFF calls the vImage framework function vImageUnpremultiplyData_RGBAFFFF.
func VImageVerticalReflectARGB16F ¶
VImageVerticalReflectARGB16F calls the vImage framework function vImageVerticalReflect_ARGB16F.
func VImageVerticalReflectARGB16S ¶
VImageVerticalReflectARGB16S calls the vImage framework function vImageVerticalReflect_ARGB16S.
func VImageVerticalReflectARGB16U ¶
VImageVerticalReflectARGB16U calls the vImage framework function vImageVerticalReflect_ARGB16U.
func VImageVerticalReflectARGB8888 ¶
VImageVerticalReflectARGB8888 calls the vImage framework function vImageVerticalReflect_ARGB8888.
func VImageVerticalReflectARGBFFFF ¶
VImageVerticalReflectARGBFFFF calls the vImage framework function vImageVerticalReflect_ARGBFFFF.
func VImageVerticalReflectCbCr16F ¶
VImageVerticalReflectCbCr16F calls the vImage framework function vImageVerticalReflect_CbCr16F.
func VImageVerticalReflectPlanar8 ¶
VImageVerticalReflectPlanar8 calls the vImage framework function vImageVerticalReflect_Planar8.
func VImageVerticalReflectPlanar16F ¶
VImageVerticalReflectPlanar16F calls the vImage framework function vImageVerticalReflect_Planar16F.
func VImageVerticalReflectPlanar16U ¶
VImageVerticalReflectPlanar16U calls the vImage framework function vImageVerticalReflect_Planar16U.
func VImageVerticalReflectPlanarF ¶
VImageVerticalReflectPlanarF calls the vImage framework function vImageVerticalReflect_PlanarF.
func VImageVerticalShearARGB16F ¶
func VImageVerticalShearARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearARGB16F calls the vImage framework function vImageVerticalShear_ARGB16F.
func VImageVerticalShearARGB16S ¶
func VImageVerticalShearARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageVerticalShearARGB16S calls the vImage framework function vImageVerticalShear_ARGB16S.
func VImageVerticalShearARGB16U ¶
func VImageVerticalShearARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearARGB16U calls the vImage framework function vImageVerticalShear_ARGB16U.
func VImageVerticalShearARGB8888 ¶
func VImageVerticalShearARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint8)
VImageVerticalShearARGB8888 calls the vImage framework function vImageVerticalShear_ARGB8888.
func VImageVerticalShearARGBFFFF ¶
func VImageVerticalShearARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor float32)
VImageVerticalShearARGBFFFF calls the vImage framework function vImageVerticalShear_ARGBFFFF.
func VImageVerticalShearCbCr8 ¶
func VImageVerticalShearCbCr8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint8)
VImageVerticalShearCbCr8 calls the vImage framework function vImageVerticalShear_CbCr8.
func VImageVerticalShearCbCr16F ¶
func VImageVerticalShearCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearCbCr16F calls the vImage framework function vImageVerticalShear_CbCr16F.
func VImageVerticalShearCbCr16S ¶
func VImageVerticalShearCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageVerticalShearCbCr16S calls the vImage framework function vImageVerticalShear_CbCr16S.
func VImageVerticalShearCbCr16U ¶
func VImageVerticalShearCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearCbCr16U calls the vImage framework function vImageVerticalShear_CbCr16U.
func VImageVerticalShearDARGB16F ¶
func VImageVerticalShearDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearDARGB16F calls the vImage framework function vImageVerticalShearD_ARGB16F.
func VImageVerticalShearDARGB16S ¶
func VImageVerticalShearDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageVerticalShearDARGB16S calls the vImage framework function vImageVerticalShearD_ARGB16S.
func VImageVerticalShearDARGB16U ¶
func VImageVerticalShearDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearDARGB16U calls the vImage framework function vImageVerticalShearD_ARGB16U.
func VImageVerticalShearDARGB8888 ¶
func VImageVerticalShearDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint8)
VImageVerticalShearDARGB8888 calls the vImage framework function vImageVerticalShearD_ARGB8888.
func VImageVerticalShearDARGBFFFF ¶
func VImageVerticalShearDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor float32)
VImageVerticalShearDARGBFFFF calls the vImage framework function vImageVerticalShearD_ARGBFFFF.
func VImageVerticalShearDCbCr16F ¶
func VImageVerticalShearDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearDCbCr16F calls the vImage framework function vImageVerticalShearD_CbCr16F.
func VImageVerticalShearDCbCr16S ¶
func VImageVerticalShearDCbCr16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor int16)
VImageVerticalShearDCbCr16S calls the vImage framework function vImageVerticalShearD_CbCr16S.
func VImageVerticalShearDCbCr16U ¶
func VImageVerticalShearDCbCr16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, flags uint32) (result int, backColor uint16)
VImageVerticalShearDCbCr16U calls the vImage framework function vImageVerticalShearD_CbCr16U.
func VImageVerticalShearDPlanar8 ¶
func VImageVerticalShearDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint8, flags uint32) int
VImageVerticalShearDPlanar8 calls the vImage framework function vImageVerticalShearD_Planar8.
func VImageVerticalShearDPlanar16F ¶
func VImageVerticalShearDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor uint16, flags uint32) int
VImageVerticalShearDPlanar16F calls the vImage framework function vImageVerticalShearD_Planar16F.
func VImageVerticalShearDPlanarF ¶
func VImageVerticalShearDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float64, shearSlope float64, filter unsafe.Pointer, backColor float32, flags uint32) int
VImageVerticalShearDPlanarF calls the vImage framework function vImageVerticalShearD_PlanarF.
func VImageVerticalShearPlanar8 ¶
func VImageVerticalShearPlanar8(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint8, flags uint32) int
VImageVerticalShearPlanar8 calls the vImage framework function vImageVerticalShear_Planar8.
func VImageVerticalShearPlanar16F ¶
func VImageVerticalShearPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int
VImageVerticalShearPlanar16F calls the vImage framework function vImageVerticalShear_Planar16F.
func VImageVerticalShearPlanar16S ¶
func VImageVerticalShearPlanar16S(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor int16, flags uint32) int
VImageVerticalShearPlanar16S calls the vImage framework function vImageVerticalShear_Planar16S.
func VImageVerticalShearPlanar16U ¶
func VImageVerticalShearPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint16, flags uint32) int
VImageVerticalShearPlanar16U calls the vImage framework function vImageVerticalShear_Planar16U.
func VImageVerticalShearPlanarF ¶
func VImageVerticalShearPlanarF(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor float32, flags uint32) int
VImageVerticalShearPlanarF calls the vImage framework function vImageVerticalShear_PlanarF.
func VImageVerticalShearXRGB2101010W ¶
func VImageVerticalShearXRGB2101010W(src unsafe.Pointer, dest unsafe.Pointer, srcOffsetToROIX int, srcOffsetToROIY int, yTranslate float32, shearSlope float32, filter unsafe.Pointer, backColor uint32, flags uint32) int
VImageVerticalShearXRGB2101010W calls the vImage framework function vImageVerticalShear_XRGB2101010W.
Types ¶
type DispatchAutoreleaseFrequency ¶ added in v0.17.0
type DispatchAutoreleaseFrequency uint64
const ( DispatchAutoreleaseFrequencyInherit DispatchAutoreleaseFrequency = 0 DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1 DispatchAutoreleaseFrequencyNever DispatchAutoreleaseFrequency = 2 )
func (DispatchAutoreleaseFrequency) String ¶ added in v0.17.0
func (e DispatchAutoreleaseFrequency) String() string
String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.
type DispatchBlockFlags ¶ added in v0.17.0
type DispatchBlockFlags uint64
Bitmask — values may be combined with |.
const ( DispatchBlockFlagsBarrier DispatchBlockFlags = 1 DispatchBlockFlagsDetached DispatchBlockFlags = 2 DispatchBlockFlagsAssignCurrent DispatchBlockFlags = 4 DispatchBlockFlagsNoQosClass DispatchBlockFlags = 8 DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16 DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32 )
func (DispatchBlockFlags) String ¶ added in v0.17.0
func (e DispatchBlockFlags) String() string
String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.
type FilesecProperty ¶ added in v0.17.0
type FilesecProperty int64
const ( FilesecPropertyOwner FilesecProperty = 1 FilesecPropertyGroup FilesecProperty = 2 FilesecPropertyUUID FilesecProperty = 3 FilesecPropertyMode FilesecProperty = 4 FilesecPropertyACL FilesecProperty = 5 FilesecPropertyGrpuuid FilesecProperty = 6 FilesecPropertyACLRaw FilesecProperty = 100 FilesecPropertyACLAllocsize FilesecProperty = 101 )
func (FilesecProperty) String ¶ added in v0.17.0
func (e FilesecProperty) String() string
String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.
type IpcInfoObjectType ¶ added in v0.17.0
type IpcInfoObjectType int64
const ( IpcInfoObjectTypeNone IpcInfoObjectType = 0 IpcInfoObjectTypeThreadControl IpcInfoObjectType = 1 IpcInfoObjectTypeTaskControl IpcInfoObjectType = 2 IpcInfoObjectTypeHost IpcInfoObjectType = 3 IpcInfoObjectTypeHostPriv IpcInfoObjectType = 4 IpcInfoObjectTypeProcessor IpcInfoObjectType = 5 IpcInfoObjectTypeProcessorSet IpcInfoObjectType = 6 IpcInfoObjectTypeProcessorSetName IpcInfoObjectType = 7 IpcInfoObjectTypeTimer IpcInfoObjectType = 8 IpcInfoObjectTypePortSubstOnce IpcInfoObjectType = 9 IpcInfoObjectTypeMig IpcInfoObjectType = 10 IpcInfoObjectTypeMemoryObject IpcInfoObjectType = 11 IpcInfoObjectTypeXmmPager IpcInfoObjectType = 12 IpcInfoObjectTypeXmmKernel IpcInfoObjectType = 13 IpcInfoObjectTypeXmmReply IpcInfoObjectType = 14 IpcInfoObjectTypeUndReply IpcInfoObjectType = 15 IpcInfoObjectTypeHostNotify IpcInfoObjectType = 16 IpcInfoObjectTypeHostSecurity IpcInfoObjectType = 17 IpcInfoObjectTypeLedger IpcInfoObjectType = 18 IpcInfoObjectTypeMainDevice IpcInfoObjectType = 19 IpcInfoObjectTypeTaskName IpcInfoObjectType = 20 IpcInfoObjectTypeSubsystem IpcInfoObjectType = 21 IpcInfoObjectTypeIODoneQueue IpcInfoObjectType = 22 IpcInfoObjectTypeSemaphore IpcInfoObjectType = 23 IpcInfoObjectTypeLockSet IpcInfoObjectType = 24 IpcInfoObjectTypeClock IpcInfoObjectType = 25 IpcInfoObjectTypeClockCtrl IpcInfoObjectType = 26 IpcInfoObjectTypeIokitIdent IpcInfoObjectType = 27 IpcInfoObjectTypeNamedEntry IpcInfoObjectType = 28 IpcInfoObjectTypeIokitConnect IpcInfoObjectType = 29 IpcInfoObjectTypeIokitObject IpcInfoObjectType = 30 IpcInfoObjectTypeUpl IpcInfoObjectType = 31 IpcInfoObjectTypeMemObjControl IpcInfoObjectType = 32 IpcInfoObjectTypeAuSessionport IpcInfoObjectType = 33 IpcInfoObjectTypeFileport IpcInfoObjectType = 34 IpcInfoObjectTypeLabelh IpcInfoObjectType = 35 IpcInfoObjectTypeTaskResume IpcInfoObjectType = 36 IpcInfoObjectTypeVoucher IpcInfoObjectType = 37 IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38 IpcInfoObjectTypeWorkInterval IpcInfoObjectType = 39 IpcInfoObjectTypeUxHandler IpcInfoObjectType = 40 IpcInfoObjectTypeUextObject IpcInfoObjectType = 41 IpcInfoObjectTypeArcadeReg IpcInfoObjectType = 42 IpcInfoObjectTypeEventlink IpcInfoObjectType = 43 IpcInfoObjectTypeTaskInspect IpcInfoObjectType = 44 IpcInfoObjectTypeTaskRead IpcInfoObjectType = 45 IpcInfoObjectTypeThreadInspect IpcInfoObjectType = 46 IpcInfoObjectTypeThreadRead IpcInfoObjectType = 47 IpcInfoObjectTypeSuidCred IpcInfoObjectType = 48 IpcInfoObjectTypeHypervisor IpcInfoObjectType = 49 IpcInfoObjectTypeTaskIDToken IpcInfoObjectType = 50 IpcInfoObjectTypeTaskFatal IpcInfoObjectType = 51 IpcInfoObjectTypeKcdata IpcInfoObjectType = 52 IpcInfoObjectTypeExclavesResource IpcInfoObjectType = 53 IpcInfoObjectTypeThreadResume IpcInfoObjectType = 54 IpcInfoObjectTypeUnknown IpcInfoObjectType = 4294967295 )
func (IpcInfoObjectType) String ¶ added in v0.17.0
func (e IpcInfoObjectType) String() string
String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.
type LaunchDataType ¶ added in v0.17.0
type LaunchDataType int64
const ( LaunchDataTypeDictionary LaunchDataType = 1 LaunchDataTypeArray LaunchDataType = 2 LaunchDataTypeFd LaunchDataType = 3 LaunchDataTypeInteger LaunchDataType = 4 LaunchDataTypeReal LaunchDataType = 5 LaunchDataTypeBool LaunchDataType = 6 LaunchDataTypeString LaunchDataType = 7 LaunchDataTypeOpaque LaunchDataType = 8 LaunchDataTypeErrno LaunchDataType = 9 LaunchDataTypeMachport LaunchDataType = 10 )
func (LaunchDataType) String ¶ added in v0.17.0
func (e LaunchDataType) String() string
String returns the LaunchDataType constant's name, or its numeric form when the value is not a known constant.
type MDLabelDomain ¶
type MDLabelDomain int64
These constants are used to specify a domain to MDLabelCreate().
const ( KMDLabelUserDomain MDLabelDomain = 0 KMDLabelLocalDomain MDLabelDomain = 1 )
func (MDLabelDomain) String ¶
func (e MDLabelDomain) String() string
String returns the MDLabelDomain constant's name, or its numeric form when the value is not a known constant.
type MDQueryOptionFlags ¶
type MDQueryOptionFlags int64
const ( KMDQuerySynchronous MDQueryOptionFlags = 1 KMDQueryWantsUpdates MDQueryOptionFlags = 4 KMDQueryAllowFSTranslation MDQueryOptionFlags = 8 )
func (MDQueryOptionFlags) String ¶
func (e MDQueryOptionFlags) String() string
String returns the MDQueryOptionFlags constant's name, or its numeric form when the value is not a known constant.
type MDQuerySortOptionFlags ¶
type MDQuerySortOptionFlags int64
const (
KMDQueryReverseSortOrderFlag MDQuerySortOptionFlags = 1
)
func (MDQuerySortOptionFlags) String ¶
func (e MDQuerySortOptionFlags) String() string
String returns the MDQuerySortOptionFlags constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlags ¶ added in v0.17.0
type MachVMRangeFlags int64
Bitmask — values may be combined with |.
const (
MachVMRangeFlagsNone MachVMRangeFlags = 0
)
func (MachVMRangeFlags) String ¶ added in v0.17.0
func (e MachVMRangeFlags) String() string
String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlavor ¶ added in v0.17.0
type MachVMRangeFlavor int64
const ( MachVMRangeFlavorInvalid MachVMRangeFlavor = 0 MachVMRangeFlavorV1 MachVMRangeFlavor = 1 )
func (MachVMRangeFlavor) String ¶ added in v0.17.0
func (e MachVMRangeFlavor) String() string
String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeTag ¶ added in v0.17.0
type MachVMRangeTag int64
const ( MachVMRangeTagDefault MachVMRangeTag = 0 MachVMRangeTagData MachVMRangeTag = 1 MachVMRangeTagFixed MachVMRangeTag = 2 )
func (MachVMRangeTag) String ¶ added in v0.17.0
func (e MachVMRangeTag) String() string
String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.
type MpoFlags ¶ added in v0.17.0
type MpoFlags int64
Bitmask — values may be combined with |.
const ( MpoFlagsPort MpoFlags = 0 MpoFlagsServicePort MpoFlags = 1024 MpoFlagsConnectionPort MpoFlags = 2048 MpoFlagsReplyPort MpoFlags = 4096 MpoFlagsWeakReplyPort MpoFlags = 16384 MpoFlagsNotificationPort MpoFlags = 17408 MpoFlagsExceptionPort MpoFlags = 32768 MpoFlagsConnectionPortWithPortArray MpoFlags = 65536 )
type NXMouseButton ¶
type NXMouseButton int64
const ( NX_OneButton NXMouseButton = 0 NX_LeftButton NXMouseButton = 1 NX_RightButton NXMouseButton = 2 )
func (NXMouseButton) String ¶
func (e NXMouseButton) String() string
String returns the NXMouseButton constant's name, or its numeric form when the value is not a known constant.
type PMPageToPaperMappingType ¶
type PMPageToPaperMappingType int64
const ( KPMPageToPaperMappingNone PMPageToPaperMappingType = 1 KPMPageToPaperMappingScaleToFit PMPageToPaperMappingType = 2 )
func (PMPageToPaperMappingType) String ¶
func (e PMPageToPaperMappingType) String() string
String returns the PMPageToPaperMappingType constant's name, or its numeric form when the value is not a known constant.
type Perm ¶ added in v0.17.0
type Perm int64
const ( PermReadData Perm = 2 PermListDirectory Perm = 2 PermWriteData Perm = 4 PermAddFile Perm = 4 PermExecute Perm = 8 PermSearch Perm = 8 PermDelete Perm = 16 PermAppendData Perm = 32 PermAddSubdirectory Perm = 32 PermDeleteChild Perm = 64 PermReadAttributes Perm = 128 PermWriteAttributes Perm = 256 PermReadExtattributes Perm = 512 PermWriteExtattributes Perm = 1024 PermReadSecurity Perm = 2048 PermWriteSecurity Perm = 4096 PermChangeOwner Perm = 8192 PermSynchronize Perm = 1048576 )
type PtrauthKey ¶ added in v0.17.0
type PtrauthKey int64
const ( Ptrauth_key_none PtrauthKey = -1 Ptrauth_key_asia PtrauthKey = 0 Ptrauth_key_asib PtrauthKey = 1 Ptrauth_key_asda PtrauthKey = 2 Ptrauth_key_asdb PtrauthKey = 3 Ptrauth_key_process_independent_code PtrauthKey = 0 Ptrauth_key_process_dependent_code PtrauthKey = 1 Ptrauth_key_process_independent_data PtrauthKey = 2 Ptrauth_key_process_dependent_data PtrauthKey = 3 Ptrauth_key_return_address PtrauthKey = 1 Ptrauth_key_frame_pointer PtrauthKey = 3 Ptrauth_key_function_pointer PtrauthKey = 0 Ptrauth_key_block_function PtrauthKey = 0 Ptrauth_key_cxx_vtable_pointer PtrauthKey = 2 Ptrauth_key_method_list_pointer PtrauthKey = 2 Ptrauth_key_objc_isa_pointer PtrauthKey = 2 Ptrauth_key_objc_super_pointer PtrauthKey = 2 Ptrauth_key_objc_sel_pointer PtrauthKey = 3 Ptrauth_key_objc_class_ro_pointer PtrauthKey = 2 Ptrauth_key_block_descriptor_pointer PtrauthKey = 2 Ptrauth_key_init_fini_pointer PtrauthKey = 0 )
func (PtrauthKey) String ¶ added in v0.17.0
func (e PtrauthKey) String() string
String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.
type VImageARGBToYpCbCr ¶
type VImageARGBToYpCbCr struct {
Opaque [128]uint8
}
An opaque representation of a 3x3 converson matrix for converting RGB signals to Y'CbCr. It is used to do the actual conversions. Please attempt to reuse these rather than making new ones each time. The representation also includes the range of the input and output pixels from the matrix and clamping information.
type VImageARGBToYpCbCrMatrix ¶
type VImageARGBToYpCbCrMatrix struct {
R_Yp float32
G_Yp float32
B_Yp float32
R_Cb float32
G_Cb float32
B_Cb_R_Cr float32
G_Cr float32
B_Cr float32
}
func VImageCVImageFormatCreate ¶
func VImageCVImageFormatCreate(imageFormatType uint32, cvImageBufferChromaLocation obj.Object, baseColorspace obj.Object, alphaIsOneHint int) (result obj.Object, matrix VImageARGBToYpCbCrMatrix)
VImageCVImageFormatCreate calls the vImage framework function vImageCVImageFormat_Create.
type VImageARGBType ¶
type VImageARGBType int64
An encoding of an image format type to be used with RGB <-> Y'CbCr conversions in vImage/Conversions.h These formats enumerate different vImage ARGB pixel formats.
const ( KvImageARGB8888 VImageARGBType = 0 KvImageARGB16U VImageARGBType = 1 KvImageARGB16Q12 VImageARGBType = 2 )
func (VImageARGBType) String ¶
func (e VImageARGBType) String() string
String returns the VImageARGBType constant's name, or its numeric form when the value is not a known constant.
type VImageAffineTransform ¶
func VImageAffineWarpARGB16F ¶
func VImageAffineWarpARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransform, backColor uint16)
VImageAffineWarpARGB16F calls the vImage framework function vImageAffineWarp_ARGB16F.
func VImageAffineWarpARGB16S ¶
func VImageAffineWarpARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransform, backColor int16)
VImageAffineWarpARGB16S calls the vImage framework function vImageAffineWarp_ARGB16S.
func VImageAffineWarpARGB16U ¶
func VImageAffineWarpARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransform, backColor uint16)
VImageAffineWarpARGB16U calls the vImage framework function vImageAffineWarp_ARGB16U.
func VImageAffineWarpARGB8888 ¶
func VImageAffineWarpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransform, backColor uint8)
VImageAffineWarpARGB8888 calls the vImage framework function vImageAffineWarp_ARGB8888.
func VImageAffineWarpARGBFFFF ¶
func VImageAffineWarpARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransform, backColor float32)
VImageAffineWarpARGBFFFF calls the vImage framework function vImageAffineWarp_ARGBFFFF.
func VImageAffineWarpCbCr16F ¶
func VImageAffineWarpCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransform, backColor uint16)
VImageAffineWarpCbCr16F calls the vImage framework function vImageAffineWarp_CbCr16F.
func VImageAffineWarpPlanar8 ¶
func VImageAffineWarpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, backColor uint8, flags uint32) (result int, transform VImageAffineTransform)
VImageAffineWarpPlanar8 calls the vImage framework function vImageAffineWarp_Planar8.
type VImageAffineTransformDouble ¶
type VImageAffineTransformDouble struct {
A float64
B float64
C float64
D float64
Tx float64
Ty float64
}
func VImageAffineWarpCGARGB16S ¶
func VImageAffineWarpCGARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor int16)
VImageAffineWarpCGARGB16S calls the vImage framework function vImageAffineWarpCG_ARGB16S.
func VImageAffineWarpCGARGB16U ¶
func VImageAffineWarpCGARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor uint16)
VImageAffineWarpCGARGB16U calls the vImage framework function vImageAffineWarpCG_ARGB16U.
func VImageAffineWarpCGARGB8888 ¶
func VImageAffineWarpCGARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor uint8)
VImageAffineWarpCGARGB8888 calls the vImage framework function vImageAffineWarpCG_ARGB8888.
func VImageAffineWarpCGARGBFFFF ¶
func VImageAffineWarpCGARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor float32)
VImageAffineWarpCGARGBFFFF calls the vImage framework function vImageAffineWarpCG_ARGBFFFF.
func VImageAffineWarpCGPlanar8 ¶
func VImageAffineWarpCGPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, backColor uint8, flags uint32) (result int, transform VImageAffineTransformDouble)
VImageAffineWarpCGPlanar8 calls the vImage framework function vImageAffineWarpCG_Planar8.
func VImageAffineWarpCGPlanarF ¶
func VImageAffineWarpCGPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, backColor float32, flags uint32) (result int, transform VImageAffineTransformDouble)
VImageAffineWarpCGPlanarF calls the vImage framework function vImageAffineWarpCG_PlanarF.
func VImageAffineWarpDARGB16F ¶
func VImageAffineWarpDARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor uint16)
VImageAffineWarpDARGB16F calls the vImage framework function vImageAffineWarpD_ARGB16F.
func VImageAffineWarpDARGB16S ¶
func VImageAffineWarpDARGB16S(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor int16)
VImageAffineWarpDARGB16S calls the vImage framework function vImageAffineWarpD_ARGB16S.
func VImageAffineWarpDARGB16U ¶
func VImageAffineWarpDARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor uint16)
VImageAffineWarpDARGB16U calls the vImage framework function vImageAffineWarpD_ARGB16U.
func VImageAffineWarpDARGB8888 ¶
func VImageAffineWarpDARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor uint8)
VImageAffineWarpDARGB8888 calls the vImage framework function vImageAffineWarpD_ARGB8888.
func VImageAffineWarpDARGBFFFF ¶
func VImageAffineWarpDARGBFFFF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor float32)
VImageAffineWarpDARGBFFFF calls the vImage framework function vImageAffineWarpD_ARGBFFFF.
func VImageAffineWarpDCbCr16F ¶
func VImageAffineWarpDCbCr16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, flags uint32) (result int, transform VImageAffineTransformDouble, backColor uint16)
VImageAffineWarpDCbCr16F calls the vImage framework function vImageAffineWarpD_CbCr16F.
func VImageAffineWarpDPlanar8 ¶
func VImageAffineWarpDPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, backColor uint8, flags uint32) (result int, transform VImageAffineTransformDouble)
VImageAffineWarpDPlanar8 calls the vImage framework function vImageAffineWarpD_Planar8.
func VImageAffineWarpDPlanar16F ¶
func VImageAffineWarpDPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, backColor uint16, flags uint32) (result int, transform VImageAffineTransformDouble)
VImageAffineWarpDPlanar16F calls the vImage framework function vImageAffineWarpD_Planar16F.
func VImageAffineWarpDPlanarF ¶
func VImageAffineWarpDPlanarF(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, backColor float32, flags uint32) (result int, transform VImageAffineTransformDouble)
VImageAffineWarpDPlanarF calls the vImage framework function vImageAffineWarpD_PlanarF.
type VImageBuffer ¶
type VImageCGImageFormat ¶
type VImageCGImageFormat struct {
BitsPerComponent uint32
BitsPerPixel uint32
ColorSpace unsafe.Pointer
BitmapInfo unsafe.Pointer
Version uint32
Decode unsafe.Pointer
RenderingIntent unsafe.Pointer
}
A pixel format A vImage_CGImageFormat describes the ordering of the color channels, how many there are, the size and type of the data in the color channels and whether the data is premultiplied by alpha or not. This format mirrors the image format descriptors used by CoreGraphics to create things like CGImageRef and CGBitmapContextRef. This vImage_CGImageFormat: <pre>
type VImageCVImageFormat ¶
type VImageCVImageFormat struct{}
type VImageChannelDescription ¶
func VImageCVImageFormatCopyChannelDescription ¶
func VImageCVImageFormatCopyChannelDescription(format obj.Object, type_ uint32) (result int, desc VImageChannelDescription)
VImageCVImageFormatCopyChannelDescription calls the vImage framework function vImageCVImageFormat_CopyChannelDescription.
type VImageConverter ¶
type VImageConverter struct{}
type VImageMDTableUsageHint ¶
type VImageMDTableUsageHint int64
const ( KvImageMDTableHint_16Q12 VImageMDTableUsageHint = 1 KvImageMDTableHint_Float VImageMDTableUsageHint = 2 )
func (VImageMDTableUsageHint) String ¶
func (e VImageMDTableUsageHint) String() string
String returns the VImageMDTableUsageHint constant's name, or its numeric form when the value is not a known constant.
type VImageMultidimensionalTableData ¶
type VImageMultidimensionalTableData struct{}
type VImagePerpsectiveTransform ¶
type VImagePerpsectiveTransform struct {
A float32
B float32
C float32
D float32
Tx float32
Ty float32
Vx float32
Vy float32
V float32
}
Coefficients defining the 3x3 perspective (projective) transform matrix
func VImageGetPerspectiveWarp ¶
func VImageGetPerspectiveWarp(srcPoints unsafe.Pointer, destPoints unsafe.Pointer, flags uint32) (result int, transform VImagePerpsectiveTransform)
VImageGetPerspectiveWarp calls the vImage framework function vImageGetPerspectiveWarp.
func VImagePerspectiveWarpARGB16F ¶
func VImagePerspectiveWarpARGB16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, interpolation int32, flags uint32) (result int, transform VImagePerpsectiveTransform, backColor uint16)
VImagePerspectiveWarpARGB16F calls the vImage framework function vImagePerspectiveWarp_ARGB16F.
func VImagePerspectiveWarpARGB16U ¶
func VImagePerspectiveWarpARGB16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, interpolation int32, flags uint32) (result int, transform VImagePerpsectiveTransform, backColor uint16)
VImagePerspectiveWarpARGB16U calls the vImage framework function vImagePerspectiveWarp_ARGB16U.
func VImagePerspectiveWarpARGB8888 ¶
func VImagePerspectiveWarpARGB8888(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, interpolation int32, flags uint32) (result int, transform VImagePerpsectiveTransform, backColor uint8)
VImagePerspectiveWarpARGB8888 calls the vImage framework function vImagePerspectiveWarp_ARGB8888.
func VImagePerspectiveWarpPlanar8 ¶
func VImagePerspectiveWarpPlanar8(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, interpolation int32, backColor uint8, flags uint32) (result int, transform VImagePerpsectiveTransform)
VImagePerspectiveWarpPlanar8 calls the vImage framework function vImagePerspectiveWarp_Planar8.
func VImagePerspectiveWarpPlanar16F ¶
func VImagePerspectiveWarpPlanar16F(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, interpolation int32, backColor uint16, flags uint32) (result int, transform VImagePerpsectiveTransform)
VImagePerspectiveWarpPlanar16F calls the vImage framework function vImagePerspectiveWarp_Planar16F.
func VImagePerspectiveWarpPlanar16U ¶
func VImagePerspectiveWarpPlanar16U(src unsafe.Pointer, dest unsafe.Pointer, tempBuffer unsafe.Pointer, interpolation int32, backColor uint16, flags uint32) (result int, transform VImagePerpsectiveTransform)
VImagePerspectiveWarpPlanar16U calls the vImage framework function vImagePerspectiveWarp_Planar16U.
type VImageRGBPrimaries ¶
type VImageTransferFunction ¶
type VImageWhitePoint ¶
type VImageYpCbCrPixelRange ¶
type VImageYpCbCrPixelRange struct {
Yp_bias int32
CbCr_bias int32
YpRangeMax int32
CbCrRangeMax int32
YpMax int32
YpMin int32
CbCrMax int32
CbCrMin int32
}
Range and clamping information for Y'CbCr pixel formats Y'CbCr formats frequently don't use the entire representable range available to them to represent image data. While a "full range" video format does use the entire range, a "video range" format often leaves the extrema unused, except perhaps to represent values outside of the standard Y'=[0,1] CbCr = [-0.5, 0.5] range. For example, a 8-bit video range format typically uses the range [16,235] for Y' and [16, 240] for Cb and Cr. Some examples:
type VImageYpCbCrToARGB ¶
type VImageYpCbCrToARGB struct {
Opaque [128]uint8
}
type VImageYpCbCrType ¶
type VImageYpCbCrType int64
An encoding of an image format type to be used with RGB <-> Y'CbCr conversions in vImage/Conversions.h These formats enumerate different vImage/CoreVideo Y'CbCr pixel formats.
const ( KvImage422CbYpCrYp8 VImageYpCbCrType = 0 KvImage422YpCbYpCr8 VImageYpCbCrType = 1 KvImage422CbYpCrYp8_AA8 VImageYpCbCrType = 2 KvImage420Yp8_Cb8_Cr8 VImageYpCbCrType = 3 KvImage420Yp8_CbCr8 VImageYpCbCrType = 4 KvImage444AYpCbCr8 VImageYpCbCrType = 5 KvImage444CrYpCb8 VImageYpCbCrType = 6 KvImage444CbYpCrA8 VImageYpCbCrType = 7 KvImage444CrYpCb10 VImageYpCbCrType = 8 KvImage422CrYpCbYpCbYpCbYpCrYpCrYp10 VImageYpCbCrType = 9 KvImage422CbYpCrYp16 VImageYpCbCrType = 13 KvImage444AYpCbCr16 VImageYpCbCrType = 14 )
func (VImageYpCbCrType) String ¶
func (e VImageYpCbCrType) String() string
String returns the VImageYpCbCrType constant's name, or its numeric form when the value is not a known constant.
type VimageInterpolationmethod ¶ added in v0.17.0
type VimageInterpolationmethod int64
const ( KvImageNoInterpolation VimageInterpolationmethod = 0 KvImageFullInterpolation VimageInterpolationmethod = 1 KvImageHalfInterpolation VimageInterpolationmethod = 2 )
func (VimageInterpolationmethod) String ¶ added in v0.17.0
func (e VimageInterpolationmethod) String() string
String returns the VimageInterpolationmethod constant's name, or its numeric form when the value is not a known constant.
type VirtualMemoryGuardExceptionCode ¶ added in v0.17.0
type VirtualMemoryGuardExceptionCode int64
const ( KGUARD_EXC_DEALLOC_GAP VirtualMemoryGuardExceptionCode = 1 KGUARD_EXC_RECLAIM_COPYIO_FAILURE VirtualMemoryGuardExceptionCode = 2 KGUARD_EXC_RECLAIM_INDEX_FAILURE VirtualMemoryGuardExceptionCode = 4 KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE VirtualMemoryGuardExceptionCode = 8 KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE VirtualMemoryGuardExceptionCode = 9 KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE VirtualMemoryGuardExceptionCode = 10 KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE VirtualMemoryGuardExceptionCode = 11 KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION VirtualMemoryGuardExceptionCode = 12 KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY VirtualMemoryGuardExceptionCode = 13 KGUARD_EXC_SEC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 98 KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 99 KGUARD_EXC_SEC_COPY_DENIED VirtualMemoryGuardExceptionCode = 100 KGUARD_EXC_SEC_SHARING_DENIED VirtualMemoryGuardExceptionCode = 101 KGUARD_EXC_MTE_SYNC_FAULT VirtualMemoryGuardExceptionCode = 200 KGUARD_EXC_MTE_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 201 KGUARD_EXC_MTE_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 202 KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203 KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204 )
func (VirtualMemoryGuardExceptionCode) String ¶ added in v0.17.0
func (e VirtualMemoryGuardExceptionCode) String() string
String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.
type XpcListenerCreateFlags ¶ added in v0.17.0
type XpcListenerCreateFlags int64
Bitmask — values may be combined with |.
const ( XpcListenerCreateFlagsNone XpcListenerCreateFlags = 0 XpcListenerCreateFlagsInactive XpcListenerCreateFlags = 1 XpcListenerCreateFlagsForceMach XpcListenerCreateFlags = 2 XpcListenerCreateFlagsForceXpcservice XpcListenerCreateFlags = 4 )
func (XpcListenerCreateFlags) String ¶ added in v0.17.0
func (e XpcListenerCreateFlags) String() string
String returns the XpcListenerCreateFlags constant's name, or its numeric form when the value is not a known constant.
type XpcSessionCreateFlags ¶ added in v0.17.0
type XpcSessionCreateFlags int64
Bitmask — values may be combined with |.
const ( XpcSessionCreateFlagsNone XpcSessionCreateFlags = 0 XpcSessionCreateFlagsInactive XpcSessionCreateFlags = 1 XpcSessionCreateFlagsMachPrivileged XpcSessionCreateFlags = 2 )
func (XpcSessionCreateFlags) String ¶ added in v0.17.0
func (e XpcSessionCreateFlags) String() string
String returns the XpcSessionCreateFlags constant's name, or its numeric form when the value is not a known constant.