ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Classes | |
struct | CF2_HintMaskRec_ |
struct | CF2_StemHintRec_ |
struct | CF2_HintMapRec_ |
struct | CF2_GlyphPathRec_ |
Typedefs | |
typedef struct CF2_HintMaskRec_ | CF2_HintMaskRec |
typedef struct CF2_HintMaskRec_ * | CF2_HintMask |
typedef struct CF2_StemHintRec_ | CF2_StemHintRec |
typedef struct CF2_StemHintRec_ * | CF2_StemHint |
typedef struct CF2_HintMapRec_ | CF2_HintMapRec |
typedef struct CF2_HintMapRec_ * | CF2_HintMap |
typedef struct CF2_GlyphPathRec_ | CF2_GlyphPathRec |
typedef struct CF2_GlyphPathRec_ * | CF2_GlyphPath |
Enumerations | |
enum | { CF2_MAX_HINTS = 96 } |
enum | { CF2_MAX_HINT_EDGES = CF2_MAX_HINTS * 2 } |
typedef struct CF2_GlyphPathRec_ * CF2_GlyphPath |
typedef struct CF2_GlyphPathRec_ CF2_GlyphPathRec |
typedef struct CF2_HintMapRec_ * CF2_HintMap |
typedef struct CF2_HintMapRec_ CF2_HintMapRec |
typedef struct CF2_HintMaskRec_ * CF2_HintMask |
typedef struct CF2_HintMaskRec_ CF2_HintMaskRec |
typedef struct CF2_StemHintRec_ * CF2_StemHint |
typedef struct CF2_StemHintRec_ CF2_StemHintRec |
cf2_glyphpath_closeOpenPath | ( | CF2_GlyphPath | glyphpath | ) |
Definition at line 1907 of file pshints.c.
Referenced by cf2_glyphpath_moveTo(), and cf2_interpT2CharString().
cf2_glyphpath_curveTo | ( | CF2_GlyphPath | glyphpath, |
CF2_Fixed | x1, | ||
CF2_Fixed | y1, | ||
CF2_Fixed | x2, | ||
CF2_Fixed | y2, | ||
CF2_Fixed | x3, | ||
CF2_Fixed | y3 | ||
) |
Definition at line 1817 of file pshints.c.
Referenced by cf2_doFlex(), and cf2_interpT2CharString().
cf2_glyphpath_finalize | ( | CF2_GlyphPath | glyphpath | ) |
cf2_glyphpath_init | ( | CF2_GlyphPath | glyphpath, |
CF2_Font | font, | ||
CF2_OutlineCallbacks | callbacks, | ||
CF2_Fixed | scaleY, | ||
CF2_ArrStack | hStemHintArray, | ||
CF2_ArrStack | vStemHintArray, | ||
CF2_HintMask | hintMask, | ||
CF2_Fixed | hintOrigin, | ||
const CF2_Blues | blues, | ||
const FT_Vector * | fractionalTranslation | ||
) |
Definition at line 1083 of file pshints.c.
Referenced by cf2_interpT2CharString().
cf2_glyphpath_lineTo | ( | CF2_GlyphPath | glyphpath, |
CF2_Fixed | x, | ||
CF2_Fixed | y | ||
) |
Definition at line 1711 of file pshints.c.
Referenced by cf2_glyphpath_closeOpenPath(), and cf2_interpT2CharString().
cf2_glyphpath_moveTo | ( | CF2_GlyphPath | glyphpath, |
CF2_Fixed | x, | ||
CF2_Fixed | y | ||
) |
Definition at line 1681 of file pshints.c.
Referenced by cf2_glyphpath_pushMove(), and cf2_interpT2CharString().
Definition at line 240 of file pshints.c.
Referenced by cf2_blues_capture(), cf2_hint_init(), cf2_hintmap_build(), and cf2_hintmap_dump().
Definition at line 218 of file pshints.c.
Referenced by cf2_blues_capture(), cf2_hintmap_adjustHints(), and cf2_hintmap_insertHint().
cf2_hint_lock | ( | CF2_Hint | hint | ) |
Definition at line 270 of file pshints.c.
Referenced by cf2_blues_capture(), and cf2_hint_init().
cf2_hintmap_build | ( | CF2_HintMap | hintmap, |
CF2_ArrStack | hStemHintArray, | ||
CF2_ArrStack | vStemHintArray, | ||
CF2_HintMask | hintMask, | ||
CF2_Fixed | hintOrigin, | ||
FT_Bool | initialMap | ||
) |
Definition at line 808 of file pshints.c.
Referenced by cf2_glyphpath_curveTo(), cf2_glyphpath_lineTo(), cf2_glyphpath_moveTo(), cf2_hintmap_build(), and cf2_interpT2CharString().
cf2_hintmap_init | ( | CF2_HintMap | hintmap, |
CF2_Font | font, | ||
CF2_HintMap | initialMap, | ||
CF2_ArrStack | hintMoves, | ||
CF2_Fixed | scale | ||
) |
Definition at line 277 of file pshints.c.
Referenced by cf2_glyphpath_init(), and cf2_interpT2CharString().