Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Nov 25, 2024
1 parent 4b0522e commit 5cea951
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Source/Alcinoe.FMX.Graphics.pas
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ function ALGetShapeSurfaceRect(
const AShadow: TALShadow): TRectF; overload;
function ALCreateEmptyDrawable1x1: TALDrawable;

////////////////////////////////////////////////////////////////////////////////
/// THE CODE BELOW (INTERFACE + IMPLEMENTATION) WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\References\FMXGraphicsBuilder. ///
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////
/// THE CODE BELOW WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\Tools\CodeBuilder. ///
//////////////////////////////////////////////

{$REGION ' Load and FitInto'}
// Resize the src image to make that one side fit w or h keeping the other side equal or lower than w or h
Expand Down Expand Up @@ -776,10 +776,10 @@ function ALLoadFromResourceToDrawable(const AResName: String): TALDrawable;
function ALLoadFromFileToDrawable(const AFileName: String): TALDrawable;
{$ENDREGION}

////////////////////////////////////////////////////////////////////////////////
/// THE CODE ABOVE (INTERFACE + IMPLEMENTATION) WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\References\FMXGraphicsBuilder. ///
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////
/// THE CODE ABOVE WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\Tools\CodeBuilder. ///
//////////////////////////////////////////////

{************************}
procedure ALDrawRectangle(
Expand Down Expand Up @@ -1177,10 +1177,10 @@ procedure ALUpdateTextureFromBitmap(const aBitmap: Tbitmap; const ATexture: TTex



////////////////////////////////////////////////////////////////////////////////
/// THE CODE BELOW (INTERFACE + IMPLEMENTATION) WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\References\FMXGraphicsBuilder. ///
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////
/// THE CODE BELOW WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\Tools\CodeBuilder. ///
//////////////////////////////////////////////

{****************************}
{$IF defined(ALSkiaAvailable)}
Expand Down Expand Up @@ -9368,10 +9368,10 @@ function ALLoadFromFileToDrawable(const AFileName: String): TALDrawable;
{$ENDIF}
end;

////////////////////////////////////////////////////////////////////////////////
/// THE CODE ABOVE (INTERFACE + IMPLEMENTATION) WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\References\FMXGraphicsBuilder. ///
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////
/// THE CODE ABOVE WAS AUTO-GENERATED FROM ///
/// <ALCINOE>\Tools\CodeBuilder. ///
//////////////////////////////////////////////


{*****************************************************}
Expand Down

0 comments on commit 5cea951

Please sign in to comment.