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 44 of file plotedges.h.
◆ display_edgepts()
void display_edgepts |
( |
LIST |
outlines | ) |
|
Definition at line 45 of file plotedges.cpp.
50 400, 128, -400.0, 400.0, 0.0, 256.0);
void render_edgepts(void *window, EDGEPT *edgept, C_COL color)
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_clear_window(void *win)
◆ draw_blob_edges()
void draw_blob_edges |
( |
TBLOB * |
blob | ) |
|
Definition at line 69 of file plotedges.cpp.
73 edge_list =
push(edge_list, ol->loop);
void display_edgepts(LIST outlines)
LIST push(LIST list, void *element)
bool wordrec_display_splits
◆ mark_outline()
void mark_outline |
( |
EDGEPT * |
edgept | ) |
|
Definition at line 86 of file plotedges.cpp.
88 float x = edgept->
pos.
x;
89 float y = edgept->
pos.
y;
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)
◆ edge_window