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

Go to the source code of this file.

Functions

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

Function Documentation

FT_BEGIN_HEADER 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().