|
static Int_t | DummyX11ErrorHandler (Display *, XErrorEvent *) |
| Dummy error handler for X11. Used by FindUsableVisual(). More...
|
|
static void | GetPixel (int y, int width, Byte_t *scline) |
| Get pixels in line y and put in array scline. More...
|
|
int | GIFdecode (Byte_t *gifArr, Byte_t *pixArr, int *Width, int *Height, int *Ncols, Byte_t *R, Byte_t *G, Byte_t *B) |
|
long | GIFencode (int Width, int Height, Int_t Ncol, Byte_t R[], Byte_t G[], Byte_t B[], Byte_t ScLine[], void(*get_scline)(int, int, Byte_t *), void(*pb)(Byte_t)) |
|
int | GIFinfo (Byte_t *gifArr, int *Width, int *Height, int *Ncols) |
|
int | GIFquantize (UInt_t width, UInt_t height, Int_t *ncol, Byte_t *red, Byte_t *green, Byte_t *blue, Byte_t *outputBuf, Byte_t *outputCmap) |
|
static void | PutByte (Byte_t b) |
| Put byte b in output stream. More...
|
|
int | XRotDrawAlignedImageString (Display *, XFontStruct *, float, Drawable, GC, int, int, char *, int) |
| A front end to XRotPaintAlignedString: -does alignment, paints background. More...
|
|
int | XRotDrawAlignedString (Display *, XFontStruct *, float, Drawable, GC, int, int, char *, int) |
| A front end to XRotPaintAlignedString: -does alignment, no background. More...
|
|
int | XRotDrawImageString (Display *, XFontStruct *, float, Drawable, GC, int, int, char *) |
| A front end to XRotPaintAlignedString: -no alignment, paints background. More...
|
|
int | XRotDrawString (Display *, XFontStruct *, float, Drawable, GC, int, int, char *) |
| A front end to XRotPaintAlignedString: -no alignment, no background. More...
|
|
void | XRotSetBoundingBoxPad (int) |
| Set the padding used when calculating bounding boxes. More...
|
|
void | XRotSetMagnification (float) |
| Set the font magnification factor for all subsequent operations. More...
|
|
XPoint * | XRotTextExtents (Display *, XFontStruct *, float, int, int, char *, int) |
| Calculate the bounding box some text will have when painted. More...
|
|
float | XRotVersion (char *, int) |
| Return version/copyright information. More...
|
|