|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | CF2_HintMoveRec_ |
Macros | |
| #define | FT_COMPONENT 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 1904 of file pshints.c.
Referenced by cf2_glyphpath_moveTo(), and cf2_interpT2CharString().
|
static |
Definition at line 1198 of file pshints.c.
Referenced by cf2_glyphpath_pushPrevElem().
|
static |
Definition at line 1527 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 1814 of file pshints.c.
Referenced by cf2_doFlex(), and cf2_interpT2CharString().
| cf2_glyphpath_finalize | ( | CF2_GlyphPath | glyphpath | ) |
|
static |
Definition at line 1164 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 1080 of file pshints.c.
Referenced by cf2_interpT2CharString().
| cf2_glyphpath_lineTo | ( | CF2_GlyphPath | glyphpath, |
| CF2_Fixed | x, | ||
| CF2_Fixed | y | ||
| ) |
Definition at line 1708 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 1678 of file pshints.c.
Referenced by cf2_glyphpath_pushMove(), and cf2_interpT2CharString().
|
static |
Definition at line 1482 of file pshints.c.
Referenced by cf2_glyphpath_curveTo(), and cf2_glyphpath_lineTo().
|
static |
Definition at line 1318 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 253 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 232 of file pshints.c.
Referenced by cf2_hintmap_insertHint().
Definition at line 260 of file pshints.c.
Referenced by cf2_hintmap_adjustHints(), cf2_hintmap_build(), and cf2_hintmap_dump().
Definition at line 239 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 267 of file pshints.c.
Referenced by cf2_blues_capture(), and cf2_hint_init().
|
static |
Definition at line 396 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 805 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 274 of file pshints.c.
Referenced by cf2_glyphpath_init(), and cf2_interpT2CharString().
|
static |
Definition at line 599 of file pshints.c.
Referenced by cf2_hintmap_build().
|
static |
Definition at line 293 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 331 of file pshints.c.
Referenced by cf2_glyphpath_hintPoint(), and cf2_hintmap_insertHint().