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. unsafeForeignPtrToIOCArray :: Ix i => ForeignPtr e -> (i, i) -> IO (IOCArray i e)

    carray Data.Array.IOCArray

    O(1) Construct a CArray from an arbitrary ForeignPtr. It is the caller's responsibility to ensure that the ForeignPtr points to an area of memory sufficient for the specified bounds.

  2. data BitmapFormat

    gloss Graphics.Gloss.Data.Bitmap

    Description of how the bitmap is layed out in memory.

    • Prior version of Gloss assumed `BitmapFormat BottomToTop PxABGR`

  3. BitmapFormat :: RowOrder -> PixelFormat -> BitmapFormat

    gloss Graphics.Gloss.Data.Bitmap

    No documentation available.

  4. data PixelFormat

    gloss Graphics.Gloss.Data.Bitmap

    Pixel formats describe the order of the color channels in memory.

  5. bitmapDataOfForeignPtr :: Int -> Int -> BitmapFormat -> ForeignPtr Word8 -> Bool -> BitmapData

    gloss Graphics.Gloss.Data.Bitmap

    No documentation available.

  6. bitmapOfForeignPtr :: Int -> Int -> BitmapFormat -> ForeignPtr Word8 -> Bool -> Picture

    gloss Graphics.Gloss.Data.Bitmap

    O(1). Use a ForeignPtr of RGBA data as a bitmap with the given width and height. The boolean flag controls whether Gloss should cache the data between frames for speed. If you are programatically generating the image for each frame then use False. If you have loaded it from a file then use True.

  7. pixelFormat :: BitmapFormat -> PixelFormat

    gloss Graphics.Gloss.Data.Bitmap

    No documentation available.

  8. xFormat :: T

    gnuplot Graphics.Gnuplot.Frame.Option

    No documentation available.

  9. yFormat :: T

    gnuplot Graphics.Gnuplot.Frame.Option

    No documentation available.

  10. zFormat :: T

    gnuplot Graphics.Gnuplot.Frame.Option

    No documentation available.

Page 640 of many | Previous | Next