Tesseract 3.01
|
#include "mfcpch.h"
#include "errcode.h"
#include <assert.h>
#include <stdarg.h>
#include <time.h>
#include "memry.h"
#include "scrollview.h"
#include "params.h"
#include "callcpp.h"
#include "tprintf.h"
#include "host.h"
#include "unichar.h"
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) |
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 | ) |
char window_wait | ( | ScrollView * | win | ) |