| Safe Haskell | None |
|---|
Graphics.XHB.Gen.Render
Documentation
queryVersion :: Connection -> Word32 -> Word32 -> IO (Receipt QueryVersionReply)Source
createPicture :: Connection -> CreatePicture -> IO ()Source
changePicture :: Connection -> PICTURE -> ValueParam Word32 -> IO ()Source
freePicture :: Connection -> PICTURE -> IO ()Source
composite :: Connection -> Composite -> IO ()Source
trapezoids :: Connection -> Trapezoids -> IO ()Source
triangles :: Connection -> Triangles -> IO ()Source
triStrip :: Connection -> TriStrip -> IO ()Source
triFan :: Connection -> TriFan -> IO ()Source
createGlyphSet :: Connection -> GLYPHSET -> PICTFORMAT -> IO ()Source
referenceGlyphSet :: Connection -> GLYPHSET -> GLYPHSET -> IO ()Source
freeGlyphSet :: Connection -> GLYPHSET -> IO ()Source
addGlyphs :: Connection -> AddGlyphs -> IO ()Source
freeGlyphs :: Connection -> GLYPHSET -> [GLYPH] -> IO ()Source
compositeGlyphs8 :: Connection -> CompositeGlyphs8 -> IO ()Source
compositeGlyphs16 :: Connection -> CompositeGlyphs16 -> IO ()Source
compositeGlyphs32 :: Connection -> CompositeGlyphs32 -> IO ()Source
fillRectangles :: Connection -> FillRectangles -> IO ()Source
createCursor :: Connection -> CreateCursor -> IO ()Source
setPictureTransform :: Connection -> PICTURE -> TRANSFORM -> IO ()Source
queryFilters :: Connection -> DRAWABLE -> IO (Receipt QueryFiltersReply)Source
setPictureFilter :: Connection -> SetPictureFilter -> IO ()Source
createAnimCursor :: Connection -> CURSOR -> [ANIMCURSORELT] -> IO ()Source
addTraps :: Connection -> AddTraps -> IO ()Source
createSolidFill :: Connection -> PICTURE -> COLOR -> IO ()Source
createLinearGradient :: Connection -> CreateLinearGradient -> IO ()Source
createRadialGradient :: Connection -> CreateRadialGradient -> IO ()Source
createConicalGradient :: Connection -> CreateConicalGradient -> IO ()Source
Constructors
| PictTypeIndexed | |
| PictTypeDirect |
Instances
Constructors
Instances
Constructors
| PolyEdgeSharp | |
| PolyEdgeSmooth |
Instances
Constructors
| PolyModePrecise | |
| PolyModeImprecise |
Instances
Constructors
| SubPixelUnknown | |
| SubPixelHorizontalRGB | |
| SubPixelHorizontalBGR | |
| SubPixelVerticalRGB | |
| SubPixelVerticalBGR | |
| SubPixelNone |
Instances
Constructors
| RepeatNone | |
| RepeatNormal | |
| RepeatPad | |
| RepeatReflect |
Instances
data PICTFORMAT Source
Instances
Constructors
| MkPICTDEPTH | |
Fields | |
Constructors
| MkCOLOR | |
Fields
| |
Constructors
| MkPOINTFIX | |
Fields
| |
Constructors
| MkLINEFIX | |
Fields
| |
Constructors
| MkTRIANGLE | |
Fields | |
Constructors
| MkTRAPEZOID | |
Fields | |
Constructors
| MkGLYPHINFO | |
Fields
| |
data QueryPictFormatsReply Source
Constructors
data QueryPictIndexValues Source
Constructors
| MkQueryPictIndexValues | |
Fields | |
data QueryPictIndexValuesReply Source
Constructors
| MkQueryPictIndexValuesReply | |
data SetPictureClipRectangles Source
Constructors
| MkSetPictureClipRectangles | |
Constructors
| MkComposite | |
Fields
| |
Constructors
| MkTriangles | |
Fields | |
Constructors
| MkTriStrip | |
Fields | |
Constructors
| MkTriFan | |
Fields
| |
Constructors
| MkAddGlyphs | |
Fields
| |
Constructors
| MkTRANSFORM | |
data SetPictureTransform Source
Constructors
| MkSetPictureTransform | |
Constructors
| MkAddTraps | |
Fields
| |
data CreateLinearGradient Source
Constructors
| MkCreateLinearGradient | |
data CreateRadialGradient Source
Constructors
data CreateConicalGradient Source
Constructors
| MkCreateConicalGradient | |