- XDoubleToFixed
XFixed XDoubleToFixed(T f)
Undocumented in source. Be warned that the author may not have intended to support it.
- XFixedToDouble
XDouble XFixedToDouble(T f)
Undocumented in source. Be warned that the author may not have intended to support it.
- XRenderAddGlyphs
void XRenderAddGlyphs(Display* dpy, GlyphSet glyphset, Glyph* gids, XGlyphInfo* glyphs, int nglyphs, char* images, int nbyte_images)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderAddTraps
void XRenderAddTraps(Display* dpy, Picture picture, int xOff, int yOff, XTrap* traps, int ntrap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderChangePicture
void XRenderChangePicture(Display* dpy, Picture picture, ulong valuemask, XRenderPictureAttributes* attributes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderComposite
void XRenderComposite(Display* dpy, int op, Picture src, Picture mask, Picture dst, int src_x, int src_y, int mask_x, int mask_y, int dst_x, int dst_y, uint width, uint height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeDoublePoly
void XRenderCompositeDoublePoly(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, int xDst, int yDst, XPointDouble* fpoints, int npoints, int winding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeString16
void XRenderCompositeString16(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, GlyphSet glyphset, int xSrc, int ySrc, int xDst, int yDst, ushort* string, int nchar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeString32
void XRenderCompositeString32(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, GlyphSet glyphset, int xSrc, int ySrc, int xDst, int yDst, uint* string, int nchar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeString8
void XRenderCompositeString8(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, GlyphSet glyphset, int xSrc, int ySrc, int xDst, int yDst, char* string, int nchar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeText16
void XRenderCompositeText16(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, int xDst, int yDst, XGlyphElt16* elts, int nelt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeText32
void XRenderCompositeText32(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, int xDst, int yDst, XGlyphElt32* elts, int nelt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeText8
void XRenderCompositeText8(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, int xDst, int yDst, XGlyphElt8* elts, int nelt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeTrapezoids
void XRenderCompositeTrapezoids(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, XTrapezoid* traps, int ntrap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeTriFan
void XRenderCompositeTriFan(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, XPointFixed* points, int npoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeTriStrip
void XRenderCompositeTriStrip(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, XPointFixed* points, int npoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCompositeTriangles
void XRenderCompositeTriangles(Display* dpy, int op, Picture src, Picture dst, XRenderPictFormat* maskFormat, int xSrc, int ySrc, XTriangle* triangles, int ntriangle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateAnimCursor
Cursor XRenderCreateAnimCursor(Display* dpy, int ncursor, XAnimCursor* cursors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateConicalGradient
Picture XRenderCreateConicalGradient(Display* dpy, XConicalGradient* gradient, XFixed* stops, XRenderColor* colors, int nstops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateCursor
Cursor XRenderCreateCursor(Display* dpy, Picture source, uint x, uint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateGlyphSet
GlyphSet XRenderCreateGlyphSet(Display* dpy, XRenderPictFormat* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateLinearGradient
Picture XRenderCreateLinearGradient(Display* dpy, XLinearGradient* gradient, XFixed* stops, XRenderColor* colors, int nstops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreatePicture
Picture XRenderCreatePicture(Display* dpy, Drawable drawable, XRenderPictFormat* format, ulong valuemask, XRenderPictureAttributes* attributes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateRadialGradient
Picture XRenderCreateRadialGradient(Display* dpy, XRadialGradient* gradient, XFixed* stops, XRenderColor* colors, int nstops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderCreateSolidFill
Picture XRenderCreateSolidFill(Display* dpy, XRenderColor* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFillRectangle
void XRenderFillRectangle(Display* dpy, int op, Picture dst, XRenderColor* color, int x, int y, uint width, uint height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFillRectangles
void XRenderFillRectangles(Display* dpy, int op, Picture dst, XRenderColor* color, XRectangle* rectangles, int n_rects)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFindFormat
XRenderPictFormat* XRenderFindFormat(Display* dpy, ulong mask, XRenderPictFormat* templ, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFindStandardFormat
XRenderPictFormat* XRenderFindStandardFormat(Display* dpy, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFindVisualFormat
XRenderPictFormat* XRenderFindVisualFormat(Display* dpy, Visual* visual)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFreeGlyphSet
void XRenderFreeGlyphSet(Display* dpy, GlyphSet glyphset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFreeGlyphs
void XRenderFreeGlyphs(Display* dpy, GlyphSet glyphset, Glyph* gids, int nglyphs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderFreePicture
void XRenderFreePicture(Display* dpy, Picture picture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderParseColor
Status XRenderParseColor(Display* dpy, char* spec, XRenderColor* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderQueryExtension
Bool XRenderQueryExtension(Display* dpy, int* event_basep, int* error_basep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderQueryFilters
XFilters* XRenderQueryFilters(Display* dpy, Drawable drawable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderQueryFormats
Status XRenderQueryFormats(Display* dpy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderQueryPictIndexValues
XIndexValue* XRenderQueryPictIndexValues(Display* dpy, XRenderPictFormat* format, int* num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderQuerySubpixelOrder
int XRenderQuerySubpixelOrder(Display* dpy, int screen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderQueryVersion
Status XRenderQueryVersion(Display* dpy, int* major_versionp, int* minor_versionp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderReferenceGlyphSet
GlyphSet XRenderReferenceGlyphSet(Display* dpy, GlyphSet existing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderSetPictureClipRectangles
void XRenderSetPictureClipRectangles(Display* dpy, Picture picture, int xOrigin, int yOrigin, XRectangle* rects, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderSetPictureClipRegion
void XRenderSetPictureClipRegion(Display* dpy, Picture picture, Region r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderSetPictureFilter
void XRenderSetPictureFilter(Display* dpy, Picture picture, char* filter, XFixed* params, int nparams)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderSetPictureTransform
void XRenderSetPictureTransform(Display* dpy, Picture picture, XTransform* transform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XRenderSetSubpixelOrder
Bool XRenderSetSubpixelOrder(Display* dpy, int screen, int subpixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.