Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Matrix :: ManagedPtr Matrix -> Matrix

    gi-pango GI.Pango.Structs.Matrix

    No documentation available.

  2. getMatrixX0 :: MonadIO m => Matrix -> m Double

    gi-pango GI.Pango.Structs.Matrix

    Get the value of the “x0” field. When overloading is enabled, this is equivalent to

    get matrix #x0
    

  3. getMatrixXx :: MonadIO m => Matrix -> m Double

    gi-pango GI.Pango.Structs.Matrix

    Get the value of the “xx” field. When overloading is enabled, this is equivalent to

    get matrix #xx
    

  4. getMatrixXy :: MonadIO m => Matrix -> m Double

    gi-pango GI.Pango.Structs.Matrix

    Get the value of the “xy” field. When overloading is enabled, this is equivalent to

    get matrix #xy
    

  5. getMatrixY0 :: MonadIO m => Matrix -> m Double

    gi-pango GI.Pango.Structs.Matrix

    Get the value of the “y0” field. When overloading is enabled, this is equivalent to

    get matrix #y0
    

  6. getMatrixYx :: MonadIO m => Matrix -> m Double

    gi-pango GI.Pango.Structs.Matrix

    Get the value of the “yx” field. When overloading is enabled, this is equivalent to

    get matrix #yx
    

  7. getMatrixYy :: MonadIO m => Matrix -> m Double

    gi-pango GI.Pango.Structs.Matrix

    Get the value of the “yy” field. When overloading is enabled, this is equivalent to

    get matrix #yy
    

  8. matrixConcat :: (HasCallStack, MonadIO m) => Matrix -> Matrix -> m ()

    gi-pango GI.Pango.Structs.Matrix

    Changes the transformation represented by matrix to be the transformation given by first applying transformation given by newMatrix then applying the original transformation. Since: 1.6

  9. matrixCopy :: (HasCallStack, MonadIO m) => Maybe Matrix -> m (Maybe Matrix)

    gi-pango GI.Pango.Structs.Matrix

    Copies a PangoMatrix. Since: 1.6

  10. matrixFree :: (HasCallStack, MonadIO m) => Maybe Matrix -> m ()

    gi-pango GI.Pango.Structs.Matrix

    Free a PangoMatrix. Since: 1.6

Page 256 of many | Previous | Next