22# include "config_auto.h"
48#ifndef GRAPHICS_DISABLED
91 float x = edgept->
pos.
x;
92 float y = edgept->
pos.
y;
93 EDGEPT *this_edge = edgept;
98 this_edge = this_edge->
next;
100 y = this_edge->
pos.
y;
102 }
while (edgept != this_edge);
#define BOOL_VAR(name, val, comment)
void render_edgepts(ScrollView *window, EDGEPT *edgept, ScrollView::Color color)
ScrollView::Color color_list[]
void render_outline(ScrollView *window, TESSLINE *outline, ScrollView::Color color)
bool wordrec_display_all_blobs
void render_blob(ScrollView *window, TBLOB *blob, ScrollView::Color color)
void display_blob(TBLOB *blob, ScrollView::Color color)
void SetCursor(int x, int y)
void DrawTo(int x, int y)