|
static s32 | ft_stroke_border_grow (FT_StrokeBorder border, u32 new_points) |
|
static void | ft_stroke_border_close (FT_StrokeBorder border) |
|
static s32 | ft_stroke_border_lineto (FT_StrokeBorder border, GF_Point2D *to, Bool movable) |
|
static s32 | ft_stroke_border_cubicto (FT_StrokeBorder border, GF_Point2D *control1, GF_Point2D *control2, GF_Point2D *to) |
|
static s32 | ft_stroke_border_arcto (FT_StrokeBorder border, GF_Point2D *center, Fixed radius, Fixed angle_start, Fixed angle_diff) |
|
static s32 | ft_stroke_border_moveto (FT_StrokeBorder border, GF_Point2D *to) |
|
static s32 | ft_stroke_border_get_counts (FT_StrokeBorder border, u32 *anum_points, u32 *anum_contours) |
|
static void | ft_stroke_border_export (FT_StrokeBorder border, GF_Path *outline) |
|
static s32 | ft_stroker_arcto (FT_Stroker *stroker, s32 side) |
|
static s32 | ft_stroker_cap (FT_Stroker *stroker, Fixed angle, s32 side) |
|
static s32 | ft_stroker_inside (FT_Stroker *stroker, s32 side) |
|
static s32 | ft_stroker_outside (FT_Stroker *stroker, s32 side) |
|
static s32 | ft_stroker_process_corner (FT_Stroker *stroker) |
|
static s32 | ft_stroker_subpath_start (FT_Stroker *stroker, Fixed start_angle) |
|
static s32 | FT_Stroker_LineTo (FT_Stroker *stroker, GF_Point2D *to, Bool is_last) |
|
static s32 | FT_Stroker_BeginSubPath (FT_Stroker *stroker, GF_Point2D *to) |
|
static s32 | ft_stroker_add_reverse_left (FT_Stroker *stroker, Bool open) |
|
static s32 | FT_Stroker_EndSubPath (FT_Stroker *stroker, Bool do_close) |
|
static s32 | FT_Stroker_GetCounts (FT_Stroker *stroker, u32 *anum_points, u32 *anum_contours) |
|
static s32 | FT_Stroker_ParseOutline (FT_Stroker *stroker, GF_Path *outline) |
|
static Fixed | gf_path_get_dash (GF_PenSettings *pen, u32 dash_slot, u32 *next_slot) |
|
static GF_Err | gf_path_mergedashes (GF_Path *gp, u32 start_contour_index) |
|
static GF_Err | evg_dash_subpath (GF_Path *dashed, GF_Point2D *pts, u32 nb_pts, GF_PenSettings *pen, Fixed length_scale) |
|
static GF_Path * | gf_path_dash (GF_Path *path, GF_PenSettings *pen) |
|
GF_EXPORT GF_Path * | gf_path_get_outline (GF_Path *path, GF_PenSettings pen) |
|