34 #include "config_auto.h" 55 #ifndef GRAPHICS_DISABLED 65 500, 256, -1000.0, 1000.0, 0.0, 256.0);
99 float x = edgept->
pos.
x;
100 float y = edgept->
pos.
y;
101 EDGEPT *this_edge = edgept;
106 this_edge = this_edge->
next;
107 x = this_edge->
pos.
x;
108 y = this_edge->
pos.
y;
111 while (edgept != this_edge);
134 #endif // GRAPHICS_DISABLED
#define BOOL_VAR(name, val, comment)
void c_draw(void *win, double x, double y)
bool wordrec_display_all_blobs
void render_blob(void *window, TBLOB *blob, C_COL color)
void render_edgepts(void *window, EDGEPT *edgept, C_COL color)
void c_clear_window(void *win)
void render_outline(void *window, TESSLINE *outline, C_COL color)
void c_move(void *win, double x, double y)
void display_blob(TBLOB *blob, C_COL color)
bool wordrec_display_all_words
ScrollView * c_create_window(const char *name, int16_t xpos, int16_t ypos, int16_t xsize, int16_t ysize, double xmin, double xmax, double ymin, double ymax)
void c_line_color_index(void *win, C_COL index)