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.

  1. StatusInvalidFormat :: Status

    cairo Graphics.Rendering.Cairo

    No documentation available.

  2. createImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> IO Surface

    cairo Graphics.Rendering.Cairo

    Like createImageSurface but creating a surface to target external data pointed to by PixelData.

  3. imageSurfaceGetFormat :: MonadIO m => Surface -> m Format

    cairo Graphics.Rendering.Cairo

    Get the format of the surface.

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

  5. withImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> (Surface -> IO a) -> IO a

    cairo Graphics.Rendering.Cairo

    Like withImageSurface but creating a surface to target external data pointed to by PixelData.

  6. withPatternForSurface :: Surface -> (Pattern -> Render a) -> Render a

    cairo Graphics.Rendering.Cairo

    Create a new Pattern for the given surface.

  7. transformDistance :: Matrix -> (Double, Double) -> (Double, Double)

    cairo Graphics.Rendering.Cairo.Matrix

    No documentation available.

  8. transformPoint :: Matrix -> (Double, Double) -> (Double, Double)

    cairo Graphics.Rendering.Cairo.Matrix

    No documentation available.

  9. genSeperateFor :: Eq b => Gen b -> [a] -> Gen [(b, a)]

    genvalidity-containers Data.GenValidity.Set

    No documentation available.

  10. genSeperateForNE :: Eq b => Gen b -> NonEmpty a -> Gen (NonEmpty (b, a))

    genvalidity-containers Data.GenValidity.Set

    No documentation available.

Page 619 of many | Previous | Next