Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/Packages/bgrabitmap/bgrawritepng.pas

    r494 r521  
    8080      function  DoFilter (LineFilter:byte;index:longword; b:byte) : byte; virtual;
    8181      procedure SetChunkLength (aValue : longword);
    82       procedure SetChunkType (ct : TChunkTypes);
    83       procedure SetChunkType (ct : TChunkCode);
     82      procedure SetChunkType (ct : TChunkTypes); overload;
     83      procedure SetChunkType (ct : TChunkCode); overload;
    8484      function DecideGetPixel : TGetPixelFunc; virtual;
    8585      procedure DetermineHeader (var AHeader : THeaderChunk); virtual;
Note: See TracChangeset for help on using the changeset viewer.