This repository has been archived on 2024-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MyPresenter1.0/bgrabitmap/filldensity256.inc
2015-02-08 16:52:18 -08:00

11 lines
264 B
PHP

begin
{ this loops fill one scanline of densities by adding 256 for full horizontal pixels }
for i := 0 to nbinter div 2 - 1 do
begin
x1 := inter[i + i].interX;
x2 := inter[i + i + 1].interX;
{$i filldensitysegment256.inc}
end;
end;