Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions
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)
 
 TwoByteSwap (unsigned char *buf, size_t nbytes)
 
 FourByteSwap (unsigned char *buf, size_t nbytes)
 

Function Documentation

◆ BitOrderInvert()

BitOrderInvert ( unsigned char *  buf,
size_t  nbytes 
)

Definition at line 44 of file pcfutil.c.

References FT_LOCAL_DEF.

Referenced by PCF_Glyph_Load().

◆ FourByteSwap()

FourByteSwap ( unsigned char *  buf,
size_t  nbytes 
)

Definition at line 85 of file pcfutil.c.

Referenced by PCF_Glyph_Load().

◆ TwoByteSwap()

TwoByteSwap ( unsigned char *  buf,
size_t  nbytes 
)

Definition at line 66 of file pcfutil.c.

References FT_LOCAL_DEF.

Referenced by PCF_Glyph_Load().