37 #include "config_auto.h"
58 #ifndef GRAPHICS_DISABLED
66 if (blob_window ==
NULL) {
68 500, 256, -1000.0, 1000.0, 0.0, 256.0);
102 float x = edgept->
pos.
x;
103 float y = edgept->
pos.
y;
104 EDGEPT *this_edge = edgept;
109 this_edge = this_edge->
next;
110 x = this_edge->
pos.
x;
111 y = this_edge->
pos.
y;
114 while (edgept != this_edge);
137 #endif // GRAPHICS_DISABLED
void c_line_color_index(void *win, C_COL index)
void render_blob(void *window, TBLOB *blob, C_COL color)
#define BOOL_VAR(name, val, comment)
void render_edgepts(void *window, EDGEPT *edgept, C_COL color)
void render_outline(void *window, TESSLINE *outline, C_COL color)
bool wordrec_display_all_blobs
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 display_blob(TBLOB *blob, C_COL color)
void c_clear_window(void *win)
bool wordrec_display_all_words
void c_move(void *win, double x, double y)