ReactOS 0.4.15-dev-7942-gd23573b
afwarp.h File Reference
#include "afhints.h"
Include dependency graph for afwarp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AF_WarperRec_
 

Macros

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

Typedefs

typedef FT_Int32 AF_WarpScore
 
typedef struct AF_WarperRec_ AF_WarperRec
 
typedef struct 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)
 

Macro Definition Documentation

◆ AF_WARPER_CEIL

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

Definition at line 29 of file afwarp.h.

◆ AF_WARPER_FLOOR

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

Definition at line 28 of file afwarp.h.

◆ AF_WARPER_SCALE

#define AF_WARPER_SCALE

Definition at line 26 of file afwarp.h.

Typedef Documentation

◆ AF_Warper

◆ AF_WarperRec

◆ AF_WarpScore

typedef FT_Int32 AF_WarpScore

Definition at line 32 of file afwarp.h.

Function Documentation

◆ af_warper_compute()

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

Referenced by af_latin_hints_apply().