Ignore:
Timestamp:
May 14, 2020, 11:10:24 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Removed drawing methods files and classes to use Method prefix.
  • Added: TBitmap.Scanline and Move draw methods.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/GraphicTest.lpr

    r524 r543  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, SysUtils, openglcontext, UFormMain, UPlatform, UDrawMethod, UFastBitmap,
    11   UFormDraw, bgrabitmappack,
    12   UCanvasPixels, UCanvasPixelsUpdateLock,
    13   ULazIntfImageColorsCopy, ULazIntfImageColorsNoCopy, UBGRABitmapPaintBox,
    14   UBitmapRawImageDataPaintBox, UBitmapRawImageData, UDummyMethod,
    15   UBitmapRawImageDataMove, UOpenGLMethod, UOpenGLPBOMethod, UGraphics32Method;
     10  Forms, SysUtils, openglcontext, UFormMain, UPlatform, UDrawMethod,
     11  UFastBitmap, UFormDraw, bgrabitmappack, UMethodCanvasPixels,
     12  UMethodCanvasPixelsUpdateLock, UMethodLazIntfImageColorsCopy, UMethodLazIntfImageColorsNoCopy,
     13  UMethodBGRABitmap, UMethodBitmapRawImageDataPaintBox, UMethodBitmapRawImageData,
     14  UMethodDummy, UMethodBitmapRawImageDataMove, UMethodOpenGL, UMethodOpenGLPBO,
     15  UMethodGraphics32, UMethodBitmapScanline;
    1616
    1717{$R *.res}
Note: See TracChangeset for help on using the changeset viewer.