zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pcfutil.c File Reference
#include <ft2build.h>
#include "pcfutil.h"

Go to the source code of this file.

Functions

 BitOrderInvert (unsigned char *buf, size_t nbytes)
 
 FourByteSwap (unsigned char *buf, size_t nbytes)
 
 TwoByteSwap (unsigned char *buf, size_t nbytes)
 

Function Documentation

BitOrderInvert ( unsigned char *  buf,
size_t  nbytes 
)

Definition at line 44 of file pcfutil.c.

Referenced by PCF_Glyph_Load().

FourByteSwap ( unsigned char *  buf,
size_t  nbytes 
)

Definition at line 85 of file pcfutil.c.

Referenced by PCF_Glyph_Load().

TwoByteSwap ( unsigned char *  buf,
size_t  nbytes 
)

Definition at line 66 of file pcfutil.c.

Referenced by PCF_Glyph_Load().