MCPcopy Create free account
hub / github.com/dillo-browser/dillo / draw

Method draw

dw/widget.cc:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void Widget::WidgetImgRenderer::draw (int x, int y, int width, int height)
68{
69 widget->queueDrawArea (x - widget->allocation.x, y - widget->allocation.y,
70 width, height);
71}
72
73// ----------------------------------------------------------------------
74

Callers

nothing calls this directly

Calls 1

queueDrawAreaMethod · 0.80

Tested by

no test coverage detected