mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 10:20:49 +01:00
lcl: inline
git-svn-id: trunk@49577 -
This commit is contained in:
parent
65b3b495e2
commit
e2510e5ea5
@ -320,7 +320,7 @@ procedure GetRGBIntValues(RGB : DWORD; out R, G, B: integer); inline;
|
|||||||
|
|
||||||
function IndexToOverlayMask(iOverlay: UINT): UINT; inline;
|
function IndexToOverlayMask(iOverlay: UINT): UINT; inline;
|
||||||
function InflateRect(var ARect: TRect; dx, dy: Integer): Boolean;
|
function InflateRect(var ARect: TRect; dx, dy: Integer): Boolean;
|
||||||
function IntersectRect(var DestRect: TRect; const SrcRect1, SrcRect2: TRect): Boolean;
|
function IntersectRect(var DestRect: TRect; const SrcRect1, SrcRect2: TRect): Boolean; inline;
|
||||||
function IsCharAlphaNumeric(c : Char) : Boolean;
|
function IsCharAlphaNumeric(c : Char) : Boolean;
|
||||||
function IsRectEmpty(const ARect: TRect): Boolean;
|
function IsRectEmpty(const ARect: TRect): Boolean;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user