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/bgraphongtypes.pas

    r494 r521  
    1515     indicate the global height of the map. }
    1616   procedure Draw(dest: TBGRACustomBitmap; map: TBGRACustomBitmap; mapAltitude: integer; ofsX,ofsY: integer;
    17                   Color : TBGRAPixel); virtual; abstract;
     17                  Color : TBGRAPixel);  overload; virtual; abstract;
    1818
    1919   { Render with a color map of the same size as the height map. Map altitude
    2020     indicate the global height of the map. }
    2121   procedure Draw(dest: TBGRACustomBitmap; map: TBGRACustomBitmap; mapAltitude: integer; ofsX,ofsY: integer;
    22                   ColorMap : TBGRACustomBitmap); virtual; abstract;
     22                  ColorMap : TBGRACustomBitmap);  overload; virtual; abstract;
    2323
    2424   { Render with a scanner. Map altitude
Note: See TracChangeset for help on using the changeset viewer.