Gtk2HsContentsIndex
Graphics.Rendering.Cairo.Internal.Surfaces.Image
Portabilityportable
Stabilityexperimental
Maintainerp.martini@neuralnoise.com
Description
Rendering to memory buffers.
Documentation
imageSurfaceCreate :: Format -> Int -> Int -> IO Surface
imageSurfaceGetWidth :: Surface -> IO Int
imageSurfaceGetHeight :: Surface -> IO Int
imageSurfaceGetStride :: Surface -> IO Int
imageSurfaceGetFormat :: Surface -> IO Format
imageSurfaceGetData :: Surface -> IO (Ptr CUChar)
formatStrideForWidth :: Format -> Int -> Int
imageSurfaceCreate'_ :: CInt -> CInt -> CInt -> IO (Ptr Surface)
imageSurfaceGetWidth'_ :: Ptr Surface -> IO CInt
imageSurfaceGetHeight'_ :: Ptr Surface -> IO CInt
imageSurfaceGetStride'_ :: Ptr Surface -> IO CInt
imageSurfaceGetFormat'_ :: Ptr Surface -> IO CInt
imageSurfaceGetData'_ :: Ptr Surface -> IO (Ptr CUChar)
formatStrideForWidth'_ :: CInt -> CInt -> CInt
Produced by Haddock version 2.6.0