Home
last modified time | relevance | path

Searched refs:plainImage1 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dmainwindow.cpp882 QImage plainImage1; local
885 plainImage1 = page1->renderToImage(DPI, DPI);
901 plainImage1, plainImage2);
1019 QPainterPath *highlighted2, const QImage &plainImage1, argument
1026 box = pixelRectForMargins(plainImage1.size());
1028 for (int x = 0; x < plainImage1.width(); x += SQUARE_SIZE) {
1029 for (int y = 0; y < plainImage1.height(); y += SQUARE_SIZE) {
1033 QImage temp1 = plainImage1.copy(rect);
H A Dmainwindow.hpp115 QPainterPath *highlighted2, const QImage &plainImage1,