Kaydet (Commit) cde5ea63 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Sure it is a square

Change-Id: I2a48c31bfcfa0c1fee213a70f3c25bcdcc1de56d
üst 1d279e9c
......@@ -167,7 +167,7 @@ static void testTile( Document *pDocument, int max_parts,
// whole part; meaningful only for non-writer documents.
aTimes.emplace_back("render whole part");
pDocument->paintTile(pPixels, nTilePixelWidth, nTilePixelHeight,
nWidth/2, 2000, 1000, 1000); // not square
nWidth/2, 2000, 1000, 1000);
aTimes.emplace_back();
if (dump)
dumpTile(nTilePixelWidth, nTilePixelHeight, mode, pPixels);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment