MCPcopy Create free account
hub / github.com/creatale/node-dv / Mark

Method Mark

deps/tesseract/ccstruct/split.cpp:234–238  ·  view source on GitHub ↗

Draws the split in the given window.

Source from the content-addressed store, hash-verified

232#ifndef GRAPHICS_DISABLED
233// Draws the split in the given window.
234void SPLIT::Mark(ScrollView* window) const {
235 window->Pen(ScrollView::GREEN);
236 window->Line(point1->pos.x, point1->pos.y, point2->pos.x, point2->pos.y);
237 window->UpdateWindow();
238}
239#endif
240
241// Creates two outlines out of one by splitting the original one in half.

Callers

nothing calls this directly

Calls 3

PenMethod · 0.80
UpdateWindowMethod · 0.80
LineMethod · 0.45

Tested by

no test coverage detected