WebRadioApp  0.1
ewgfxres.h File Reference

Go to the source code of this file.

Functions

int EwBmpInit (void *aArgs)
 
void EwBmpDone (void)
 
unsigned long EwBmpOpen (const struct XBmpRes *aResource)
 
void EwBmpClose (unsigned long aHandle)
 
int EwBmpGetMetrics (unsigned long aHandle, int *aFormat, int *aNoOfFrames, int *aNoOfVirtFrames, int *aFrameWidth, int *aFrameHeight, int *aFrameDelay)
 
int EwBmpGetFrameMetrics (unsigned long aHandle, int aFrameNo, int *aOpqX, int *aOpqY, int *aOpqWidth, int *aOpqHeight)
 
int EwBmpGetFrameMemory (unsigned long aHandle, int aFrameNo, XSurfaceMemory *aMemory)
 
int EwBmpLoadFrame (unsigned long aHandle, int aFrameNo, XSurfaceMemory *aMemory)
 
int EwBmpLoadClut (unsigned long aHandle, XSurfaceMemory *aMemory)
 
int EwBmpLoadMappingTable (unsigned long aHandle, unsigned short *aMapping)
 
int EwFntInit (void *aArgs)
 
void EwFntDone (void)
 
unsigned long EwFntOpen (const struct XFntRes *aResource)
 
void EwFntClose (unsigned long aHandle)
 
const char * EwFntGetResourceName (const struct XFntRes *aResource)
 
int EwFntGetMetrics (unsigned long aHandle, int *aAscent, int *aDescent, int *aLeading, XChar *aDefChar)
 
int EwFntGetGlyphMetrics (unsigned long aHandle, unsigned short aCharCode, int *aOriginX, int *aOriginY, int *aWidth, int *aHeight, int *aAdvance)
 
int EwFntGetKerning (unsigned long aHandle, unsigned short aCharCode1, unsigned short aCharCode2)
 
int EwFntIsGlyphAvailable (unsigned long aHandle, unsigned short aCharCode)
 
int EwFntLoadGlyph (unsigned long aHandle, unsigned short aCharCode, XSurfaceMemory *aMemory)
 

Function Documentation

◆ EwBmpClose()

void EwBmpClose ( unsigned long  aHandle)

◆ EwBmpDone()

void EwBmpDone ( void  )

◆ EwBmpGetFrameMemory()

int EwBmpGetFrameMemory ( unsigned long  aHandle,
int  aFrameNo,
XSurfaceMemory aMemory 
)

◆ EwBmpGetFrameMetrics()

int EwBmpGetFrameMetrics ( unsigned long  aHandle,
int  aFrameNo,
int *  aOpqX,
int *  aOpqY,
int *  aOpqWidth,
int *  aOpqHeight 
)

◆ EwBmpGetMetrics()

int EwBmpGetMetrics ( unsigned long  aHandle,
int *  aFormat,
int *  aNoOfFrames,
int *  aNoOfVirtFrames,
int *  aFrameWidth,
int *  aFrameHeight,
int *  aFrameDelay 
)

◆ EwBmpInit()

int EwBmpInit ( void aArgs)

◆ EwBmpLoadClut()

int EwBmpLoadClut ( unsigned long  aHandle,
XSurfaceMemory aMemory 
)

◆ EwBmpLoadFrame()

int EwBmpLoadFrame ( unsigned long  aHandle,
int  aFrameNo,
XSurfaceMemory aMemory 
)

◆ EwBmpLoadMappingTable()

int EwBmpLoadMappingTable ( unsigned long  aHandle,
unsigned short *  aMapping 
)

◆ EwBmpOpen()

unsigned long EwBmpOpen ( const struct XBmpRes aResource)

◆ EwFntClose()

void EwFntClose ( unsigned long  aHandle)

◆ EwFntDone()

void EwFntDone ( void  )

◆ EwFntGetGlyphMetrics()

int EwFntGetGlyphMetrics ( unsigned long  aHandle,
unsigned short  aCharCode,
int *  aOriginX,
int *  aOriginY,
int *  aWidth,
int *  aHeight,
int *  aAdvance 
)

◆ EwFntGetKerning()

int EwFntGetKerning ( unsigned long  aHandle,
unsigned short  aCharCode1,
unsigned short  aCharCode2 
)

◆ EwFntGetMetrics()

int EwFntGetMetrics ( unsigned long  aHandle,
int *  aAscent,
int *  aDescent,
int *  aLeading,
XChar aDefChar 
)

◆ EwFntGetResourceName()

const char* EwFntGetResourceName ( const struct XFntRes aResource)

◆ EwFntInit()

int EwFntInit ( void aArgs)

◆ EwFntIsGlyphAvailable()

int EwFntIsGlyphAvailable ( unsigned long  aHandle,
unsigned short  aCharCode 
)

◆ EwFntLoadGlyph()

int EwFntLoadGlyph ( unsigned long  aHandle,
unsigned short  aCharCode,
XSurfaceMemory aMemory 
)

◆ EwFntOpen()

unsigned long EwFntOpen ( const struct XFntRes aResource)