-
Methods in org.robovm.apple.coreimage with parameters of type CIRenderDestination
| Modifier and Type |
Method |
Description |
boolean |
CIContext.prepareRender(CIImage image,
CGRect fromRect,
CIRenderDestination destination,
CGPoint atPoint,
NSError.NSErrorPtr error) |
|
CIRenderTask |
CIContext.startTaskToClear(CIRenderDestination destination,
NSError.NSErrorPtr error) |
|
CIRenderTask |
CIContext.startTaskToRender(CIImage image,
CGRect fromRect,
CIRenderDestination destination,
CGPoint atPoint,
NSError.NSErrorPtr error) |
|
CIRenderTask |
CIContext.startTaskToRender(CIImage image,
CIRenderDestination destination,
NSError.NSErrorPtr error) |
|