mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 13:39:25 +02:00
aggpas debugging
git-svn-id: trunk@21964 -
This commit is contained in:
parent
81751791c5
commit
d99d72dc20
@ -705,6 +705,7 @@ end;
|
||||
{ ZERO }
|
||||
procedure pod_array.zero;
|
||||
begin
|
||||
writeln('pod_array.zero m_entry_sz=',m_entry_sz,' m_size=',m_size);
|
||||
fillchar(m_array^ ,m_entry_sz * m_size ,0 );
|
||||
|
||||
end;
|
||||
|
@ -829,6 +829,7 @@ end;
|
||||
|
||||
procedure TAggFPImage.ReallocData;
|
||||
begin
|
||||
writeln('TAggFPImage.ReallocData Width=',Width,' Height=',Height,' DataSize=',DataSize);
|
||||
ReAllocMem(fData,DataSize);
|
||||
RenderingBuffer.Destruct;
|
||||
RenderingBuffer.Construct(FData, Width, Height, LineSize);
|
||||
|
Loading…
Reference in New Issue
Block a user