mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-03 04:50:13 +02:00
+ enabled the asm version of PutPixel320
git-svn-id: trunk@40911 -
This commit is contained in:
parent
e12968eb8c
commit
4a14ee770a
@ -2220,7 +2220,6 @@ End;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
{$undef asmgraph}
|
|
||||||
{$ifndef asmgraph}
|
{$ifndef asmgraph}
|
||||||
Procedure PutPixel320(X,Y : smallint; Pixel: ColorType);
|
Procedure PutPixel320(X,Y : smallint; Pixel: ColorType);
|
||||||
{ x,y -> must be in local coordinates. Clipping if required. }
|
{ x,y -> must be in local coordinates. Clipping if required. }
|
||||||
@ -2273,6 +2272,7 @@ End;
|
|||||||
{$endif asmgraph}
|
{$endif asmgraph}
|
||||||
|
|
||||||
|
|
||||||
|
{$undef asmgraph}
|
||||||
Function GetPixel320(X,Y: smallint):ColorType;
|
Function GetPixel320(X,Y: smallint):ColorType;
|
||||||
Begin
|
Begin
|
||||||
X:= X + StartXViewPort;
|
X:= X + StartXViewPort;
|
||||||
|
Loading…
Reference in New Issue
Block a user