http://www.aros.orgAROS-ExecAROS-Exec ArchivesPower2People

Home

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

Get AROS Research Operating System at SourceForge.net. Fast, secure and Free Open Source software downloads

cgfx

Index


AllocCModeListTagList() BestCModeIDTagList() BltTemplateAlpha() CModeRequestTagList()
CVideoCtrlTagList() DoCDrawMethodTagList() ExtractColor() FillPixelArray()
FreeCModeList() GetCyberIDAttr() GetCyberMapAttr() InvertPixelArray()
IsCyberModeID() LockBitMapTagList() MovePixelArray() ReadPixelArray()
ReadRGBPixel() ScalePixelArray() UnLockBitMap() UnLockBitMapTagList()
WriteLUTPixelArray() WritePixelArray() WritePixelArrayAlpha() WriteRGBPixel()

AllocCModeListTagList()

Synopsis

struct List * AllocCModeListTagList(
         struct TagItem * tags );

struct List * AllocCModeListTags(
         TAG tag, ... );

BestCModeIDTagList()

Synopsis

ULONG BestCModeIDTagList(
         struct TagItem * tags );

ULONG BestCModeIDTags(
         TAG tag, ... );

BltTemplateAlpha()

Synopsis

void BltTemplateAlpha(
         APTR src,
         LONG srcx,
         LONG srcmod,
         struct RastPort * rp,
         LONG destx,
         LONG desty,
         LONG width,
         LONG height );

CModeRequestTagList()

Synopsis

ULONG CModeRequestTagList(
         APTR ,
         struct TagItem *  );

ULONG CModeRequestTags(
         APTR ,
         TAG tag, ... );

CVideoCtrlTagList()

Synopsis

void CVideoCtrlTagList(
         struct ViewPort * vp,
         struct TagItem  * tags );

void CVideoCtrlTags(
         struct ViewPort * vp,
         TAG tag, ... );

DoCDrawMethodTagList()

Synopsis

void DoCDrawMethodTagList(
         struct Hook     * hook,
         struct RastPort * rp,
         struct TagItem  * tags );

void DoCDrawMethodTags(
         struct Hook     * hook,
         struct RastPort * rp,
         TAG tag, ... );

ExtractColor()

Synopsis

ULONG ExtractColor(
         struct RastPort * RastPort,
         struct BitMap   * SingleMap,
         ULONG Colour,
         ULONG sX,
         ULONG sY,
         ULONG Width,
         ULONG Height );

FillPixelArray()

Synopsis

ULONG FillPixelArray(
         struct RastPort * rp,
         UWORD destx,
         UWORD desty,
         UWORD width,
         UWORD height,
         ULONG pixel );

FreeCModeList()

Synopsis

void FreeCModeList(
         struct List * modeList );

GetCyberIDAttr()

Synopsis

ULONG GetCyberIDAttr(
         ULONG attribute,
         ULONG DisplayModeID );

GetCyberMapAttr()

Synopsis

ULONG GetCyberMapAttr(
         struct BitMap * bitMap,
         ULONG attribute );

InvertPixelArray()

Synopsis

ULONG InvertPixelArray(
         struct RastPort * rp,
         UWORD destx,
         UWORD desty,
         UWORD width,
         UWORD height );

IsCyberModeID()

Synopsis

BOOL IsCyberModeID(
         ULONG modeID );

LockBitMapTagList()

Synopsis

APTR LockBitMapTagList(
         APTR bitmap,
         struct TagItem * tags );

APTR LockBitMapTags(
         APTR bitmap,
         TAG tag, ... );

MovePixelArray()

Synopsis

ULONG MovePixelArray(
         UWORD SrcX,
         UWORD SrcY,
         struct RastPort * RastPort,
         UWORD DstX,
         UWORD DstY,
         UWORD SizeX,
         UWORD SizeY );

ReadPixelArray()

Synopsis

ULONG ReadPixelArray(
         APTR dst,
         UWORD destx,
         UWORD desty,
         UWORD dstmod,
         struct RastPort * rp,
         UWORD srcx,
         UWORD srcy,
         UWORD width,
         UWORD height,
         UBYTE dstformat );

ReadRGBPixel()

Synopsis

ULONG ReadRGBPixel(
         struct RastPort * rp,
         UWORD x,
         UWORD y );

ScalePixelArray()

Synopsis

LONG ScalePixelArray(
         APTR srcRect,
         UWORD SrcW,
         UWORD SrcH,
         UWORD SrcMod,
         struct RastPort * RastPort,
         UWORD DestX,
         UWORD DestY,
         UWORD DestW,
         UWORD DestH,
         UBYTE SrcFormat );

UnLockBitMap()

Synopsis

void UnLockBitMap(
         APTR Handle );

UnLockBitMapTagList()

Synopsis

void UnLockBitMapTagList(
         APTR Handle,
         struct TagItem * Tags );

void UnLockBitMapTags(
         APTR Handle,
         TAG tag, ... );

WriteLUTPixelArray()

Synopsis

LONG WriteLUTPixelArray(
         APTR srcRect,
         UWORD SrcX,
         UWORD SrcY,
         UWORD SrcMod,
         struct RastPort * rp,
         APTR CTable,
         UWORD DestX,
         UWORD DestY,
         UWORD SizeX,
         UWORD SizeY,
         UBYTE CTabFormat );

WritePixelArray()

Synopsis

ULONG WritePixelArray(
         APTR src,
         UWORD srcx,
         UWORD srcy,
         UWORD srcmod,
         struct RastPort * rp,
         UWORD destx,
         UWORD desty,
         UWORD width,
         UWORD height,
         UBYTE srcformat );

WritePixelArrayAlpha()

Synopsis

ULONG WritePixelArrayAlpha(
         APTR src,
         UWORD srcx,
         UWORD srcy,
         UWORD srcmod,
         struct RastPort * rp,
         UWORD destx,
         UWORD desty,
         UWORD width,
         UWORD height,
         ULONG globalalpha );

WriteRGBPixel()

Synopsis

LONG WriteRGBPixel(
         struct RastPort * rp,
         UWORD x,
         UWORD y,
         ULONG pixel );

Copyright © 1995-2009, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.