AminetAminet
Search:
84184 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/asm/ChunkyFunctions.lha

Mirror:Random
Showing:i386-arosgeneric
No screenshot available
Short:Clipped Chunky Line & Circlefunctions
Author:Holger.Hippenstiel AT gmx.de
Uploader:Holger Hippenstiel gmx de
Type:dev/asm
Version:1.0
Replaces:dev/asm/ChunkyFunctions.lha
Architecture:generic
Distribution:Aminet
Kurz:Geklippte Linien & Kreisfunktionen
Date:2023-05-22
Download:http://aminet.net/dev/asm/ChunkyFunctions.lha - View contents
Readme:http://aminet.net/dev/asm/ChunkyFunctions.readme
Downloads:83

After checking the rtgmaster.lib and doing a fix for it:
http://aminet.net/driver/video/rtgmaster_asmfix.lha

I noticed the functions it got where quiet slow, here are some functions
i wrote somewhere around 1994-95 and where used for example for EGSTurbo.
I've tuned them a bit for speed & high-resolution compability.

The Functions are:
******************************************************************************
in ChunkyMultab.s
MakeChunkyMultab *** creates the Multiplication Table for the Circle-Functions
Parameter: d0=pixelwidth
******************************************************************************
in ClippedChunkyCircle.s
ClippedChunkyCircle *** Draws a clipped circle

Parameter: a0=ChunkyScreen, d0=X, d1=Y, d3=Size (max 3840), d4=Color,
           d5=pixelwidth, d6=pixelheight
Included special loops which for example only clip MinY & MinX, and if
both are negative will only try to draw lower right quadrant.
Total of draw-loops is 35 variants.
******************************************************************************
in ChunkyCircleQuadrant.s

ChunkyCircleQuadrant *** Draw a quadrant of a circle
Paramter: a0=ChunkyScreen, d0=X, d1=Y, d2=Quadrants, d3=Size, d4=Color,
          d5=pixelwidth
Quadrant: 1=top right, 2=bottom right, 4=bottom left, 8=top left
          ofcourse you can combine them 1+2 = right half of a circle
Both ClippedChunkyCircle.s & ChunkyCircleQuadrant.s include ChunkyMultab.s,
so if you want both remove one include.
You have to call MakeChunkyMultab width screenwidth in d0 once before using a
Circle-Function and when the screenwidth changes.
******************************************************************************
in ChunkyLine.s
ChunkyRectangle
Paramters: a0=ChunkyScreen, d0=x0, d1=y0, d2=x1, d3=y1, d4=Color,
           d5=pixelwidth, d6=pixelheight
(without clipping pixelheight is not needed)

ChunkyLine
Paramters: a0=ChunkyScreen, d0=x0, d1=y0, d2=x1, d3=y1, d4=Color,
           d5=pixelwidth, d6=pixelheight
(without clipping pixelheight is not needed)

if ChunkyLine.s defines:
CLIPLINES SET 1

then ClipLine.s will be included and called.
******************************************************************************
in ClipLine.s
ClipLine
Paramters: d0=x0, d1=y0, d2=x1, d3=y1, d5=pixelwidth, d6=pixelheight
Clips x0,y0,x1&y1 to the screenborders.
returns zero when the line should be drawn. i.e:
	bsr ClipLine
	bne.b SkipThisLine
...
******************************************************************************

Would be nice if you mention me when using these functions.

******************************************************************************

Check out my other tools:
http://aminet.net/search?readme=%22Holger+Hippenstiel%22&sort=date&ord=DESC

    DISCLAIMER

        This software is subject to the "Standard Amiga FD-Software Copyright
        Note". It is Giftware as defined in paragraph 4g. If you like it and
		use it regulary, please send me a small gift.
		For more information please read "AFD-COPYRIGHT".

        Diese Software unterliegt der "Standard Amiga FD-Software Copyright
        Note". Sie ist Giftware wie definiert in Absatz 4g. Falls du sie magst
		und regelmaessig benutzt, sende bitte ein kleines Geschenk.
		Fuer mehr Informationen lies bitte "AFD-COPYRIGHT".

        (/pub/aminet/docs/misc/AFD-FilesV-XX.lha V=Version,XX=Languages)

    AUTHOR

        Please send comments, bug-reports or small gifts or Paypal me to:

        Holger.Hippenstiel AT gmx.de
        Furtwanger Str. 14
        71034 Böblingen
        Germany


Contents of dev/asm/ChunkyFunctions.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[unknown]                 1472   11090  13.3% -lh5- 33dd May 22 20:51 ChunkyCircleQuadrant.s
[unknown]                 1519    3919  38.8% -lh5- 3d0e May 22 21:06 ChunkyFunctions.readme
[unknown]                 1379    4409  31.3% -lh5- 900c May 22 20:50 ChunkyLine.s
[unknown]                  431     926  46.5% -lh5- 336a May 22 20:51 ChunkyMultab.s
[unknown]                  737    2240  32.9% -lh5- fbce May 22 20:51 ClipLine.s
[unknown]                 6836   66748  10.2% -lh5- 75b6 May 22 20:49 ClippedChunkyCircle.s
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total         6 files   12374   89332  13.9%            May 23 03:56

Aminet © 1992-2023 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>