| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
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 |
Constructors
| PictureNone |
Constructors
Constructors
| PolyEdgeSharp | |
| PolyEdgeSmooth |
Constructors
| PolyModePrecise | |
| PolyModeImprecise |
Constructors
| RepeatNone | |
| RepeatNormal | |
| RepeatPad | |
| RepeatReflect |
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 QueryVersionReply Source
Constructors
| MkQueryVersionReply | |
data QueryPictFormats Source
Constructors
| MkQueryPictFormats | |
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
| |
data CreateGlyphSet Source
Constructors
| MkCreateGlyphSet | |
Fields | |
data ReferenceGlyphSet Source
Constructors
| MkReferenceGlyphSet | |
Constructors
| MkAddGlyphs | |
Fields
| |
data CompositeGlyphs8 Source
Constructors
| MkCompositeGlyphs8 | |
data CompositeGlyphs16 Source
Constructors
| MkCompositeGlyphs16 | |
data CompositeGlyphs32 Source
Constructors
| MkCompositeGlyphs32 | |
data FillRectangles Source
Constructors
| MkFillRectangles | |
Fields | |
Constructors
| MkTRANSFORM | |
data SetPictureTransform Source
Constructors
| MkSetPictureTransform | |
data QueryFiltersReply Source
Constructors
| MkQueryFiltersReply | |
data SetPictureFilter Source
Constructors
| MkSetPictureFilter | |
data CreateAnimCursor Source
Constructors
| MkCreateAnimCursor | |
Fields | |
Constructors
| MkAddTraps | |
Fields
| |
data CreateSolidFill Source
Constructors
| MkCreateSolidFill | |
Fields | |
data CreateLinearGradient Source
Constructors
| MkCreateLinearGradient | |
data CreateRadialGradient Source
Constructors
data CreateConicalGradient Source
Constructors
| MkCreateConicalGradient | |