Uses of Class
org.robovm.apple.metalps.MPSImageCoordinate
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSImageCoordinate in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSImageCoordinate Modifier and Type Method Description MPSImageCoordinateMPSImageRegion. getOffset()MPSImageCoordinateMPSNNPad. getPaddingSizeAfter()MPSImageCoordinateMPSNNPad. getPaddingSizeBefore()MPSImageCoordinateMPSImageRegion. getSize()MPSImageCoordinateMPSImageCoordinate. setChannel(long channel)MPSImageCoordinateMPSImageCoordinate. setX(long x)MPSImageCoordinateMPSImageCoordinate. setY(long y)Methods in org.robovm.apple.metalps with parameters of type MPSImageCoordinate Modifier and Type Method Description voidMPSNDArray. exportData(MTLCommandBuffer cmdBuf, NSArray<MPSImage> images, MPSImageCoordinate offset)voidMPSNDArray. importData(MTLCommandBuffer cmdBuf, NSArray<MPSImage> images, MPSImageCoordinate offset)protected longMPSNNPad. init(MTLDevice device, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter)protected longMPSNNPad. init(MTLDevice device, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter, NSData fillValueArray)protected longMPSNNPadNode. init(MPSNNImageNode source, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter, MPSImageEdgeMode edgeMode)MPSImageRegionMPSImageRegion. setOffset(MPSImageCoordinate offset)voidMPSNNPad. setPaddingSizeAfter(MPSImageCoordinate v)voidMPSNNPad. setPaddingSizeBefore(MPSImageCoordinate v)MPSImageRegionMPSImageRegion. setSize(MPSImageCoordinate size)Constructors in org.robovm.apple.metalps with parameters of type MPSImageCoordinate Constructor Description MPSImageRegion(MPSImageCoordinate offset, MPSImageCoordinate size)MPSNNPad(MTLDevice device, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter)MPSNNPad(MTLDevice device, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter, NSData fillValueArray)MPSNNPadNode(MPSNNImageNode source, MPSImageCoordinate paddingSizeBefore, MPSImageCoordinate paddingSizeAfter, MPSImageEdgeMode edgeMode)