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.lpi

    r524 r543  
    7474      </Modes>
    7575    </RunParams>
    76     <RequiredPackages Count="5">
     76    <RequiredPackages Count="4">
    7777      <Item1>
    78         <PackageName Value="GR32_Lazarus"/>
    79         <DefaultFilename Value="Packages/Graphics32/Packages/GR32_Lazarus.lpk" Prefer="True"/>
     78        <PackageName Value="lazopenglcontext"/>
    8079      </Item1>
    8180      <Item2>
    82         <PackageName Value="lazopenglcontext"/>
     81        <PackageName Value="BGRABitmapPack"/>
     82        <DefaultFilename Value="Packages/bgrabitmap/bgrabitmappack.lpk" Prefer="True"/>
    8383      </Item2>
    8484      <Item3>
    85         <PackageName Value="BGRABitmapPack"/>
    86         <DefaultFilename Value="Packages/bgrabitmap/bgrabitmappack.lpk" Prefer="True"/>
     85        <PackageName Value="SynEdit"/>
    8786      </Item3>
    8887      <Item4>
    89         <PackageName Value="SynEdit"/>
     88        <PackageName Value="LCL"/>
    9089      </Item4>
    91       <Item5>
    92         <PackageName Value="LCL"/>
    93       </Item5>
    9490    </RequiredPackages>
    95     <Units Count="18">
     91    <Units Count="20">
    9692      <Unit0>
    9793        <Filename Value="GraphicTest.lpr"/>
     
    125121      </Unit5>
    126122      <Unit6>
    127         <Filename Value="Methods/UCanvasPixels.pas"/>
     123        <Filename Value="Methods/UMethodCanvasPixels.pas"/>
    128124        <IsPartOfProject Value="True"/>
    129125      </Unit6>
    130126      <Unit7>
    131         <Filename Value="Methods/UCanvasPixelsUpdateLock.pas"/>
     127        <Filename Value="Methods/UMethodCanvasPixelsUpdateLock.pas"/>
    132128        <IsPartOfProject Value="True"/>
    133129      </Unit7>
    134130      <Unit8>
    135         <Filename Value="Methods/ULazIntfImageColorsCopy.pas"/>
     131        <Filename Value="Methods/UMethodLazIntfImageColorsCopy.pas"/>
    136132        <IsPartOfProject Value="True"/>
    137133      </Unit8>
    138134      <Unit9>
    139         <Filename Value="Methods/ULazIntfImageColorsNoCopy.pas"/>
     135        <Filename Value="Methods/UMethodLazIntfImageColorsNoCopy.pas"/>
    140136        <IsPartOfProject Value="True"/>
    141137      </Unit9>
    142138      <Unit10>
    143         <Filename Value="Methods/UBGRABitmapPaintBox.pas"/>
     139        <Filename Value="Methods/UMethodBGRABitmap.pas"/>
    144140        <IsPartOfProject Value="True"/>
    145141      </Unit10>
    146142      <Unit11>
    147         <Filename Value="Methods/UBitmapRawImageDataPaintBox.pas"/>
     143        <Filename Value="Methods/UMethodBitmapRawImageDataPaintBox.pas"/>
    148144        <IsPartOfProject Value="True"/>
    149145      </Unit11>
    150146      <Unit12>
    151         <Filename Value="Methods/UBitmapRawImageData.pas"/>
     147        <Filename Value="Methods/UMethodBitmapRawImageData.pas"/>
    152148        <IsPartOfProject Value="True"/>
    153149      </Unit12>
    154150      <Unit13>
    155         <Filename Value="Methods/UDummyMethod.pas"/>
     151        <Filename Value="Methods/UMethodDummy.pas"/>
    156152        <IsPartOfProject Value="True"/>
    157153      </Unit13>
    158154      <Unit14>
    159         <Filename Value="Methods/UBitmapRawImageDataMove.pas"/>
     155        <Filename Value="Methods/UMethodBitmapRawImageDataMove.pas"/>
    160156        <IsPartOfProject Value="True"/>
    161157      </Unit14>
    162158      <Unit15>
    163         <Filename Value="Methods/UOpenGLMethod.pas"/>
     159        <Filename Value="Methods/UMethodOpenGL.pas"/>
    164160        <IsPartOfProject Value="True"/>
    165161      </Unit15>
    166162      <Unit16>
    167         <Filename Value="Methods/UOpenGLPBOMethod.pas"/>
     163        <Filename Value="Methods/UMethodOpenGLPBO.pas"/>
    168164        <IsPartOfProject Value="True"/>
    169165      </Unit16>
    170166      <Unit17>
    171         <Filename Value="Methods/UGraphics32Method.pas"/>
     167        <Filename Value="Methods/UMethodGraphics32.pas"/>
    172168        <IsPartOfProject Value="True"/>
    173169      </Unit17>
     170      <Unit18>
     171        <Filename Value="Methods/UMethodBitmapScanline.pas"/>
     172        <IsPartOfProject Value="True"/>
     173      </Unit18>
     174      <Unit19>
     175        <Filename Value="Methods/UMethodMove.pas"/>
     176        <IsPartOfProject Value="True"/>
     177      </Unit19>
    174178    </Units>
    175179  </ProjectOptions>
Note: See TracChangeset for help on using the changeset viewer.