Revert "sw_engine: revert the threshold."

This reverts commit dad797445b.

Misidentified the key issue. It will be reviewed again.
This commit is contained in:
Hermet Park 2024-06-07 12:23:35 +09:00
parent dad797445b
commit c4d09160e4

View file

@ -928,7 +928,7 @@ SwRleData* rleRender(SwRleData* rle, const SwOutline* outline, const SwBBox& ren
rw.cellYCnt = rw.cellMax.y - rw.cellMin.y;
rw.ySpan = 0;
rw.outline = const_cast<SwOutline*>(outline);
rw.bandSize = rw.bufferSize / (sizeof(Cell) * 8); //bandSize: 64
rw.bandSize = rw.bufferSize / (sizeof(Cell) * 2); //bandSize: 256
rw.bandShoot = 0;
rw.antiAlias = antiAlias;