/home/rays/src/opensrc/tesseract-ocr/cutil/callcpp.h File Reference
#include <assert.h>
#include "host.h"
#include "params.h"
#include "unichar.h"
Go to the source code of this file.
Enumerations |
enum | C_COL {
Black,
White,
Red,
Yellow,
Green,
Cyan,
Blue,
Magenta,
Aquamarine,
Dark_SLATE_BLUE,
Light_BLUE,
Medium_BLUE,
Midnight_BLUE,
Navy_BLUE,
Sky_BLUE,
Slate_BLUE,
Steel_BLUE,
Coral,
Brown,
Sandy_BROWN,
Gold,
GoldENROD,
Dark_GREEN,
Dark_OLIVE_GREEN,
Forest_GREEN,
Lime_GREEN,
Pale_GREEN,
Yellow_GREEN,
Light_GREY,
Dark_SLATE_GREY,
Dim_GREY,
Grey,
Khaki,
Maroon,
Orange,
Orchid,
Pink,
Plum,
Indian_RED,
Orange_RED,
Violet_RED,
Salmon,
Tan,
Turqoise,
Dark_TURQUOISE,
Violet,
Wheat,
Green_YELLOW
} |
Functions |
void | cprintf (const char *format,...) |
ScrollView * | c_create_window (const char *name, inT16 xpos, inT16 ypos, inT16 xsize, inT16 ysize, double xmin, double xmax, double ymin, double ymax) |
void | c_line_color_index (void *win, C_COL index) |
void | c_move (void *win, double x, double y) |
void | c_draw (void *win, double x, double y) |
void | c_make_current (void *win) |
void | c_clear_window (void *win) |
char | window_wait (ScrollView *win) |
void | reverse32 (void *ptr) |
void | reverse16 (void *ptr) |
Enumeration Type Documentation
- Enumerator:
Black |
|
White |
|
Red |
|
Yellow |
|
Green |
|
Cyan |
|
Blue |
|
Magenta |
|
Aquamarine |
|
Dark_SLATE_BLUE |
|
Light_BLUE |
|
Medium_BLUE |
|
Midnight_BLUE |
|
Navy_BLUE |
|
Sky_BLUE |
|
Slate_BLUE |
|
Steel_BLUE |
|
Coral |
|
Brown |
|
Sandy_BROWN |
|
Gold |
|
GoldENROD |
|
Dark_GREEN |
|
Dark_OLIVE_GREEN |
|
Forest_GREEN |
|
Lime_GREEN |
|
Pale_GREEN |
|
Yellow_GREEN |
|
Light_GREY |
|
Dark_SLATE_GREY |
|
Dim_GREY |
|
Grey |
|
Khaki |
|
Maroon |
|
Orange |
|
Orchid |
|
Pink |
|
Plum |
|
Indian_RED |
|
Orange_RED |
|
Violet_RED |
|
Salmon |
|
Tan |
|
Turqoise |
|
Dark_TURQUOISE |
|
Violet |
|
Wheat |
|
Green_YELLOW |
|
Function Documentation
void c_clear_window |
( |
void * |
win |
) |
|
ScrollView* c_create_window |
( |
const char * |
name, |
|
|
inT16 |
xpos, |
|
|
inT16 |
ypos, |
|
|
inT16 |
xsize, |
|
|
inT16 |
ysize, |
|
|
double |
xmin, |
|
|
double |
xmax, |
|
|
double |
ymin, |
|
|
double |
ymax | |
|
) |
| | |
void c_draw |
( |
void * |
win, |
|
|
double |
x, |
|
|
double |
y | |
|
) |
| | |
void c_line_color_index |
( |
void * |
win, |
|
|
C_COL |
index | |
|
) |
| | |
void c_make_current |
( |
void * |
win |
) |
|
void c_move |
( |
void * |
win, |
|
|
double |
x, |
|
|
double |
y | |
|
) |
| | |
void cprintf |
( |
const char * |
format, |
|
|
|
... | |
|
) |
| | |
void reverse16 |
( |
void * |
ptr |
) |
|
void reverse32 |
( |
void * |
ptr |
) |
|