afwarp.h File Reference

#include "afhints.h"

Go to the source code of this file.

Classes

struct  AF_WarperRec_

Defines

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

Typedefs

typedef FT_Int32 AF_WarpScore
typedef AF_WarperRec_ AF_WarperRec
typedef AF_WarperRec_AF_Warper

Functions

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


Define 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 
)

Referenced by af_latin2_hints_apply(), and af_latin_hints_apply().


Generated on Tue Jul 5 15:58:22 2011 for ROOT_528-00b_version by  doxygen 1.5.1