37 if ( !p || !
mIterator || !viewPort || !theQgsMapToPixel )
59 &block, topLeftCol, topLeftRow ) )
67 QImage img = block->
image();
69 drawImage( p, viewPort, img, topLeftCol, topLeftRow );
77 if ( !p || !viewPort )
85 p->setRenderHint( QPainter::Antialiasing,
false );
90 p->setBrush( QBrush( QColor( Qt::white ), Qt::NoBrush ) );
92 p->drawImage( tlPoint, img );