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

Method drawImage

dw/fltkviewbase.cc:693–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void FltkWidgetView::drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot,
694 int X, int Y, int width, int height)
695{
696 ((FltkImgbuf*)imgbuf)->draw (this,
697 translateCanvasXToViewX (xRoot),
698 translateCanvasYToViewY (yRoot),
699 X, Y, width, height);
700}
701
702bool FltkWidgetView::usesFltkWidgets ()
703{

Callers

nothing calls this directly

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected