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.
Matrix :: ManagedPtr Matrix -> Matrixgi-pango GI.Pango.Structs.Matrix No documentation available.
getMatrixX0 :: MonadIO m => Matrix -> m Doublegi-pango GI.Pango.Structs.Matrix Get the value of the “x0” field. When overloading is enabled, this is equivalent to
get matrix #x0
getMatrixXx :: MonadIO m => Matrix -> m Doublegi-pango GI.Pango.Structs.Matrix Get the value of the “xx” field. When overloading is enabled, this is equivalent to
get matrix #xx
getMatrixXy :: MonadIO m => Matrix -> m Doublegi-pango GI.Pango.Structs.Matrix Get the value of the “xy” field. When overloading is enabled, this is equivalent to
get matrix #xy
getMatrixY0 :: MonadIO m => Matrix -> m Doublegi-pango GI.Pango.Structs.Matrix Get the value of the “y0” field. When overloading is enabled, this is equivalent to
get matrix #y0
getMatrixYx :: MonadIO m => Matrix -> m Doublegi-pango GI.Pango.Structs.Matrix Get the value of the “yx” field. When overloading is enabled, this is equivalent to
get matrix #yx
getMatrixYy :: MonadIO m => Matrix -> m Doublegi-pango GI.Pango.Structs.Matrix Get the value of the “yy” field. When overloading is enabled, this is equivalent to
get matrix #yy
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
matrixCopy :: (HasCallStack, MonadIO m) => Maybe Matrix -> m (Maybe Matrix)gi-pango GI.Pango.Structs.Matrix Copies a PangoMatrix. Since: 1.6
matrixFree :: (HasCallStack, MonadIO m) => Maybe Matrix -> m ()gi-pango GI.Pango.Structs.Matrix Free a PangoMatrix. Since: 1.6