Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
cairo Graphics.Rendering.Cairo No documentation available.
createImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> IO Surfacecairo Graphics.Rendering.Cairo Like createImageSurface but creating a surface to target external data pointed to by PixelData.
imageSurfaceGetFormat :: MonadIO m => Surface -> m Formatcairo Graphics.Rendering.Cairo Get the format of the surface.
transform :: Matrix -> Render ()cairo Graphics.Rendering.Cairo Modifies the current transformation matrix (CTM) by applying matrix as an additional transformation. The new transformation of user space takes place after any existing transformation.
withImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> (Surface -> IO a) -> IO acairo Graphics.Rendering.Cairo Like withImageSurface but creating a surface to target external data pointed to by PixelData.
withPatternForSurface :: Surface -> (Pattern -> Render a) -> Render acairo Graphics.Rendering.Cairo Create a new Pattern for the given surface.
transformDistance :: Matrix -> (Double, Double) -> (Double, Double)cairo Graphics.Rendering.Cairo.Matrix No documentation available.
transformPoint :: Matrix -> (Double, Double) -> (Double, Double)cairo Graphics.Rendering.Cairo.Matrix No documentation available.
genSeperateFor :: Eq b => Gen b -> [a] -> Gen [(b, a)]genvalidity-containers Data.GenValidity.Set No documentation available.
genSeperateForNE :: Eq b => Gen b -> NonEmpty a -> Gen (NonEmpty (b, a))genvalidity-containers Data.GenValidity.Set No documentation available.