| ||||||||
| ||||||||
Description | ||||||||
Rendering to memory buffers. | ||||||||
Documentation | ||||||||
imageSurfaceCreate :: Format -> Int -> Int -> IO Surface | ||||||||
imageSurfaceGetWidth :: Surface -> IO Int | ||||||||
imageSurfaceGetHeight :: Surface -> IO Int | ||||||||
imageSurfaceGetStride :: Surface -> IO Int | ||||||||
imageSurfaceGetData :: Surface -> IO (Ptr CUChar) | ||||||||
imageSurfaceCreate'_ :: CInt -> CInt -> CInt -> IO (Ptr Surface) | ||||||||
imageSurfaceGetWidth'_ :: Ptr Surface -> IO CInt | ||||||||
imageSurfaceGetHeight'_ :: Ptr Surface -> IO CInt | ||||||||
imageSurfaceGetStride'_ :: Ptr Surface -> IO CInt | ||||||||
imageSurfaceGetData'_ :: Ptr Surface -> IO (Ptr CUChar) | ||||||||
Produced by Haddock version 2.4.2 |