ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Classes | |
struct | CF2_HintMoveRec_ |
Macros | |
#define | FT_COMPONENT trace_cf2hints |
#define | cf2_perp(a, b) ( FT_MulFix( a.x, b.y ) - FT_MulFix( a.y, b.x ) ) |
#define | CF2_CS_SCALE(x) ( ( (x) + 0x10 ) >> 5 ) |
Typedefs | |
typedef struct CF2_HintMoveRec_ | CF2_HintMoveRec |
typedef struct CF2_HintMoveRec_ * | CF2_HintMove |
typedef struct CF2_HintMoveRec_ * CF2_HintMove |
typedef struct CF2_HintMoveRec_ CF2_HintMoveRec |
|
static |
Definition at line 69 of file pshints.c.
Referenced by cf2_glyphpath_computeOffset(), and cf2_glyphpath_curveTo().
cf2_glyphpath_closeOpenPath | ( | CF2_GlyphPath | glyphpath | ) |
Definition at line 1907 of file pshints.c.
Referenced by cf2_glyphpath_moveTo(), and cf2_interpT2CharString().
|
static |
Definition at line 1201 of file pshints.c.
Referenced by cf2_glyphpath_pushPrevElem().
|
static |
Definition at line 1530 of file pshints.c.
Referenced by cf2_glyphpath_curveTo(), and cf2_glyphpath_lineTo().
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 | ) |
|
static |
Definition at line 1167 of file pshints.c.
Referenced by cf2_glyphpath_pushMove(), and cf2_glyphpath_pushPrevElem().
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 | hintOriginY, | ||
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().
|
static |
Definition at line 1485 of file pshints.c.
Referenced by cf2_glyphpath_curveTo(), and cf2_glyphpath_lineTo().
|
static |
Definition at line 1321 of file pshints.c.
Referenced by cf2_glyphpath_closeOpenPath(), cf2_glyphpath_curveTo(), and cf2_glyphpath_lineTo().
|
static |
Definition at line 90 of file pshints.c.
Referenced by cf2_hintmap_build().
Definition at line 211 of file pshints.c.
Referenced by cf2_hintmap_build().
Definition at line 256 of file pshints.c.
Referenced by cf2_hintmap_adjustHints(), cf2_hintmap_build(), cf2_hintmap_dump(), and cf2_hintmap_insertHint().
Definition at line 225 of file pshints.c.
Referenced by cf2_hintmap_adjustHints(), and cf2_hintmap_dump().
Definition at line 233 of file pshints.c.
Referenced by cf2_hintmap_insertHint().
Definition at line 263 of file pshints.c.
Referenced by cf2_hintmap_adjustHints(), cf2_hintmap_build(), and cf2_hintmap_dump().
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().
|
static |
Definition at line 399 of file pshints.c.
Referenced by cf2_hintmap_build().
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().
|
static |
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().
|
static |
Definition at line 602 of file pshints.c.
Referenced by cf2_hintmap_build().
|
static |
Definition at line 296 of file pshints.c.
Referenced by cf2_glyphpath_curveTo(), cf2_glyphpath_lineTo(), cf2_glyphpath_moveTo(), cf2_glyphpath_pushMove(), cf2_hintmap_build(), and cf2_hintmap_insertHint().
|
static |
Definition at line 334 of file pshints.c.
Referenced by cf2_glyphpath_hintPoint(), and cf2_hintmap_insertHint().