zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
afwarp.h File Reference
#include "afhints.h"

Go to the source code of this file.

Classes

struct  AF_WarperRec_
 

Macros

#define AF_WARPER_CEIL(x)   AF_WARPER_FLOOR( (x) + 63 )
 
#define AF_WARPER_FLOOR(x)   ( (x) & ~63 )
 
#define AF_WARPER_SCALE
 

Typedefs

typedef struct AF_WarperRec_AF_Warper
 
typedef struct AF_WarperRec_ AF_WarperRec
 
typedef FT_Int32 AF_WarpScore
 

Functions

 af_warper_compute (AF_Warper warper, AF_GlyphHints hints, AF_Dimension dim, FT_Fixed *a_scale, FT_Fixed *a_delta)
 

Macro Definition Documentation

#define AF_WARPER_CEIL (   x)    AF_WARPER_FLOOR( (x) + 63 )

Definition at line 29 of file afwarp.h.

#define AF_WARPER_FLOOR (   x)    ( (x) & ~63 )

Definition at line 28 of file afwarp.h.

#define AF_WARPER_SCALE

Definition at line 26 of file afwarp.h.

Typedef Documentation

typedef struct AF_WarperRec_ * AF_Warper
typedef struct AF_WarperRec_ AF_WarperRec
typedef FT_Int32 AF_WarpScore

Definition at line 32 of file afwarp.h.

Function Documentation

af_warper_compute ( AF_Warper  warper,
AF_GlyphHints  hints,
AF_Dimension  dim,
FT_Fixed a_scale,
FT_Fixed a_delta 
)