MCPcopy Create free account
hub / github.com/buggins/coolreader / drawImage

Method drawImage

android/jni/docview.cpp:1429–1434  ·  view source on GitHub ↗

draws current image to buffer (scaled, panned)

Source from the content-addressed store, hash-verified

1427
1428// draws current image to buffer (scaled, panned)
1429bool DocViewNative::drawImage(LVDrawBuf * buf, int x, int y, int dx, int dy)
1430{
1431 if (_currentImage.isNull())
1432 return false;
1433 return _docview->drawImage(buf, _currentImage, x, y, dx, dy);
1434}
1435
1436// draws icon to buffer
1437bool DocViewNative::drawIcon(LVDrawBuf * buf, lvRect & rc, int type) {

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected