|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ft2build.h>
Go to the source code of this file.
Classes | |
| struct | FT_StrokeBorderRec_ |
| struct | FT_StrokerRec_ |
Macros | |
| #define | FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 ) |
| #define | FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 8 ) |
| #define | FT_EPSILON 2 |
| #define | FT_IS_SMALL(x) ( (x) > -FT_EPSILON && (x) < FT_EPSILON ) |
| #define | FT_STROKE_TAG_BEGIN_END ( FT_STROKE_TAG_BEGIN | FT_STROKE_TAG_END ) |
| #define | FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 ) |
| #define | FT_SIDE_TO_ROTATE(s) ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI ) |
Typedefs | |
| typedef enum FT_StrokeTags_ | FT_StrokeTags |
| typedef struct FT_StrokeBorderRec_ | FT_StrokeBorderRec |
| typedef struct FT_StrokeBorderRec_ * | FT_StrokeBorder |
| typedef struct FT_StrokerRec_ | FT_StrokerRec |
Enumerations | |
| enum | FT_StrokeTags_ { FT_STROKE_TAG_ON = 1 , FT_STROKE_TAG_CUBIC = 2 , FT_STROKE_TAG_BEGIN = 4 , FT_STROKE_TAG_END = 8 } |
Variables | |
| FT_CALLBACK_TABLE const FT_Glyph_Class | ft_outline_glyph_class |
| #define FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 ) |
Definition at line 527 of file ftstroke.c.
| #define FT_EPSILON 2 |
Definition at line 70 of file ftstroke.c.
| #define FT_IS_SMALL | ( | x | ) | ( (x) > -FT_EPSILON && (x) < FT_EPSILON ) |
Definition at line 72 of file ftstroke.c.
| #define FT_SIDE_TO_ROTATE | ( | s | ) | ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI ) |
Definition at line 766 of file ftstroke.c.
| #define FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 ) |
Definition at line 67 of file ftstroke.c.
| #define FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 8 ) |
Definition at line 68 of file ftstroke.c.
| #define FT_STROKE_TAG_BEGIN_END ( FT_STROKE_TAG_BEGIN | FT_STROKE_TAG_END ) |
Definition at line 305 of file ftstroke.c.
| typedef struct FT_StrokeBorderRec_ * FT_StrokeBorder |
| typedef struct FT_StrokerRec_ FT_StrokerRec |
| typedef enum FT_StrokeTags_ FT_StrokeTags |
| Enumerator | |
|---|---|
| FT_STROKE_TAG_ON | |
| FT_STROKE_TAG_CUBIC | |
| FT_STROKE_TAG_BEGIN | |
| FT_STROKE_TAG_END | |
Definition at line 296 of file ftstroke.c.
Definition at line 185 of file ftstroke.c.
Referenced by ft_cubic_is_small_enough(), and FT_Stroker_CubicTo().
|
static |
Definition at line 103 of file ftstroke.c.
Referenced by FT_Stroker_ConicTo().
|
static |
Definition at line 193 of file ftstroke.c.
Referenced by FT_Stroker_CubicTo().
Definition at line 154 of file ftstroke.c.
Referenced by FT_Stroker_CubicTo().
| FT_Glyph_Stroke | ( | FT_Glyph * | pglyph, |
| FT_Stroker | stroker, | ||
| FT_Bool | destroy | ||
| ) |
Definition at line 2298 of file ftstroke.c.
| FT_Glyph_StrokeBorder | ( | FT_Glyph * | pglyph, |
| FT_Stroker | stroker, | ||
| FT_Bool | inside, | ||
| FT_Bool | destroy | ||
| ) |
Definition at line 2372 of file ftstroke.c.
| FT_Outline_GetInsideBorder | ( | FT_Outline * | outline | ) |
Definition at line 36 of file ftstroke.c.
| FT_Outline_GetOutsideBorder | ( | FT_Outline * | outline | ) |
Definition at line 49 of file ftstroke.c.
Referenced by FT_Glyph_StrokeBorder().
Definition at line 76 of file ftstroke.c.
Referenced by ft_conic_is_small_enough(), ft_cubic_is_small_enough(), FT_Stroker_ConicTo(), FT_Stroker_CubicTo(), ft_stroker_inside(), and ft_stroker_outside().
|
static |
Definition at line 531 of file ftstroke.c.
Referenced by ft_stroker_arcto().
|
static |
Definition at line 352 of file ftstroke.c.
Referenced by ft_stroke_border_moveto(), and FT_Stroker_EndSubPath().
|
static |
Definition at line 461 of file ftstroke.c.
Referenced by FT_Stroker_ConicTo().
|
static |
Definition at line 493 of file ftstroke.c.
Referenced by ft_stroke_border_arcto(), and FT_Stroker_CubicTo().
|
static |
Definition at line 640 of file ftstroke.c.
Referenced by FT_Stroker_Done().
|
static |
Definition at line 707 of file ftstroke.c.
Referenced by FT_Stroker_ExportBorder().
|
static |
Definition at line 656 of file ftstroke.c.
Referenced by FT_Stroker_GetBorderCounts(), and FT_Stroker_GetCounts().
|
static |
Definition at line 322 of file ftstroke.c.
Referenced by ft_stroke_border_conicto(), ft_stroke_border_cubicto(), ft_stroke_border_lineto(), and ft_stroker_add_reverse_left().
|
static |
|
static |
Definition at line 419 of file ftstroke.c.
Referenced by ft_stroke_border_moveto(), ft_stroker_cap(), FT_Stroker_ConicTo(), FT_Stroker_CubicTo(), ft_stroker_inside(), FT_Stroker_LineTo(), and ft_stroker_outside().
|
static |
Definition at line 601 of file ftstroke.c.
Referenced by ft_stroker_subpath_start().
|
static |
Definition at line 631 of file ftstroke.c.
Referenced by FT_Stroker_Rewind().
|
static |
Definition at line 1820 of file ftstroke.c.
Referenced by FT_Stroker_EndSubPath().
|
static |
Definition at line 889 of file ftstroke.c.
Referenced by ft_stroker_cap(), and ft_stroker_outside().
| FT_Stroker_BeginSubPath | ( | FT_Stroker | stroker, |
| FT_Vector * | to, | ||
| FT_Bool | open | ||
| ) |
Definition at line 1785 of file ftstroke.c.
Referenced by FT_Stroker_ParseOutline().
|
static |
Definition at line 916 of file ftstroke.c.
Referenced by FT_Stroker_EndSubPath().
| FT_Stroker_ConicTo | ( | FT_Stroker | stroker, |
| FT_Vector * | control, | ||
| FT_Vector * | to | ||
| ) |
Definition at line 1368 of file ftstroke.c.
Referenced by FT_Stroker_ParseOutline().
| FT_Stroker_CubicTo | ( | FT_Stroker | stroker, |
| FT_Vector * | control1, | ||
| FT_Vector * | control2, | ||
| FT_Vector * | to | ||
| ) |
Definition at line 1569 of file ftstroke.c.
Referenced by FT_Stroker_ParseOutline().
| FT_Stroker_Done | ( | FT_Stroker | stroker | ) |
Definition at line 871 of file ftstroke.c.
| FT_Stroker_EndSubPath | ( | FT_Stroker | stroker | ) |
Definition at line 1887 of file ftstroke.c.
Referenced by FT_Stroker_ParseOutline().
| FT_Stroker_Export | ( | FT_Stroker | stroker, |
| FT_Outline * | outline | ||
| ) |
| FT_Stroker_ExportBorder | ( | FT_Stroker | stroker, |
| FT_StrokerBorder | border, | ||
| FT_Outline * | outline | ||
| ) |
Definition at line 2053 of file ftstroke.c.
Referenced by FT_Glyph_StrokeBorder(), and FT_Stroker_Export().
| FT_Stroker_GetBorderCounts | ( | FT_Stroker | stroker, |
| FT_StrokerBorder | border, | ||
| FT_UInt * | anum_points, | ||
| FT_UInt * | anum_contours | ||
| ) |
Definition at line 1980 of file ftstroke.c.
Referenced by FT_Glyph_StrokeBorder().
| FT_Stroker_GetCounts | ( | FT_Stroker | stroker, |
| FT_UInt * | anum_points, | ||
| FT_UInt * | anum_contours | ||
| ) |
Definition at line 2011 of file ftstroke.c.
Referenced by FT_Glyph_Stroke().
|
static |
Definition at line 991 of file ftstroke.c.
Referenced by FT_Stroker_EndSubPath(), and ft_stroker_process_corner().
| FT_Stroker_LineTo | ( | FT_Stroker | stroker, |
| FT_Vector * | to | ||
| ) |
Definition at line 1292 of file ftstroke.c.
Referenced by FT_Stroker_EndSubPath(), and FT_Stroker_ParseOutline().
| FT_Stroker_New | ( | FT_Library | library, |
| FT_Stroker * | astroker | ||
| ) |
Definition at line 796 of file ftstroke.c.
|
static |
Definition at line 1056 of file ftstroke.c.
Referenced by FT_Stroker_EndSubPath(), and ft_stroker_process_corner().
| FT_Stroker_ParseOutline | ( | FT_Stroker | stroker, |
| FT_Outline * | outline, | ||
| FT_Bool | opened | ||
| ) |
Definition at line 2090 of file ftstroke.c.
Referenced by FT_Glyph_Stroke(), and FT_Glyph_StrokeBorder().
|
static |
Definition at line 1217 of file ftstroke.c.
Referenced by FT_Stroker_ConicTo(), FT_Stroker_CubicTo(), and FT_Stroker_LineTo().
| FT_Stroker_Rewind | ( | FT_Stroker | stroker | ) |
Definition at line 858 of file ftstroke.c.
Referenced by FT_Stroker_ParseOutline(), and FT_Stroker_Set().
| FT_Stroker_Set | ( | FT_Stroker | stroker, |
| FT_Fixed | radius, | ||
| FT_Stroker_LineCap | line_cap, | ||
| FT_Stroker_LineJoin | line_join, | ||
| FT_Fixed | miter_limit | ||
| ) |
Definition at line 829 of file ftstroke.c.
|
static |
Definition at line 1251 of file ftstroke.c.
Referenced by FT_Stroker_ConicTo(), FT_Stroker_CubicTo(), and FT_Stroker_LineTo().
| FT_CALLBACK_TABLE const FT_Glyph_Class ft_outline_glyph_class |
Definition at line 30 of file ftstroke.c.
Referenced by FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and FT_New_Glyph().