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.
stripPrefix :: Bytes -> Bytes -> Maybe Bytesbyteslice Data.Bytes O(n) Return the suffix of the second string if its prefix matches the entire first string.
stripSuffix :: Bytes -> Bytes -> Maybe Bytesbyteslice Data.Bytes O(n) Return the prefix of the second string if its suffix matches the entire first string.
AntialiasSubpixel :: Antialiascairo Graphics.Rendering.Cairo No documentation available.
-
cairo Graphics.Rendering.Cairo Representation of a 2-D affine transformation. The Matrix type represents a 2x2 transformation matrix along with a translation vector. Matrix a1 a2 b1 b2 c1 c2 describes the transformation of a point with coordinates x,y that is defined by
/ x' \ = / a1 b1 \ / x \ + / c1 \ \ y' / \ a2 b2 / \ y / \ c2 /
orx' = a1 * x + b1 * y + c1 y' = a2 * x + b2 * y + c2
-
cairo Graphics.Rendering.Cairo No documentation available.
-
cairo Graphics.Rendering.Cairo The subpixel order specifies the order of color elements within each pixel on the display device when rendering with an antialiasing mode of AntialiasSubpixel.
- SubpixelOrderDefault Use the default subpixel order for for the target device
- SubpixelOrderRgb Subpixel elements are arranged horizontally with red at the left
- SubpixelOrderBgr Subpixel elements are arranged horizontally with blue at the left
- SubpixelOrderVrgb Subpixel elements are arranged vertically with red at the top
- SubpixelOrderVbgr Subpixel elements are arranged vertically with blue at the top
SubpixelOrderBgr :: SubpixelOrdercairo Graphics.Rendering.Cairo No documentation available.
SubpixelOrderDefault :: SubpixelOrdercairo Graphics.Rendering.Cairo No documentation available.
SubpixelOrderRgb :: SubpixelOrdercairo Graphics.Rendering.Cairo No documentation available.
SubpixelOrderVbgr :: SubpixelOrdercairo Graphics.Rendering.Cairo No documentation available.