Go to the source code of this file.
◆ edge_window_wait
◆ update_edge_window
#define update_edge_window |
( |
| ) |
|
Value:}
bool wordrec_display_splits
Definition at line 49 of file plotedges.h.
◆ display_edgepts()
void display_edgepts |
( |
LIST |
outlines | ) |
|
Definition at line 50 of file plotedges.cpp.
55 400, 128, -400.0, 400.0, 0.0, 256.0);
void render_edgepts(void *window, EDGEPT *edgept, C_COL color)
void c_clear_window(void *win)
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)
◆ draw_blob_edges()
void draw_blob_edges |
( |
TBLOB * |
blob | ) |
|
Definition at line 74 of file plotedges.cpp.
bool wordrec_display_splits
#define push_on(list, thing)
void display_edgepts(LIST outlines)
◆ mark_outline()
void mark_outline |
( |
EDGEPT * |
edgept | ) |
|
Definition at line 92 of file plotedges.cpp.
94 float x = edgept->
pos.
x;
95 float y = edgept->
pos.
y;
void c_draw(void *win, double x, double y)
void c_move(void *win, double x, double y)
void c_make_current(void *win)
void c_line_color_index(void *win, C_COL index)
◆ edge_window