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.
45 {
46 void *window;
47
50 400, 128, -400.0, 400.0, 0.0, 256.0);
51 }
52 else {
54 }
55
57
60 }
61}
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)
void render_edgepts(void *window, EDGEPT *edgept, C_COL color)
◆ draw_blob_edges()
void draw_blob_edges |
( |
TBLOB * |
blob | ) |
|
Definition at line 69 of file plotedges.cpp.
69 {
73 edge_list =
push(edge_list, ol->loop);
74 }
77 }
78}
LIST push(LIST list, void *element)
void display_edgepts(LIST outlines)
◆ mark_outline()
void mark_outline |
( |
EDGEPT * |
edgept | ) |
|
Definition at line 86 of file plotedges.cpp.
86 {
88 float x = edgept->
pos.
x;
89 float y = edgept->
pos.
y;
90
93
94 x -= 4;
95 y -= 12;
97
98 x -= 2;
99 y += 4;
101
102 x -= 4;
103 y += 2;
105
106 x += 10;
107 y += 6;
109
111}
void c_draw(void *win, double x, double y)
void c_move(void *win, double x, double y)
void c_line_color_index(void *win, C_COL index)
void c_make_current(void *win)
◆ edge_window