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
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