Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_gloader |
Functions | |
FT_GlyphLoader_New (FT_Memory memory, FT_GlyphLoader *aloader) | |
FT_GlyphLoader_Rewind (FT_GlyphLoader loader) | |
FT_GlyphLoader_Reset (FT_GlyphLoader loader) | |
FT_GlyphLoader_Done (FT_GlyphLoader loader) | |
FT_GlyphLoader_CreateExtra (FT_GlyphLoader loader) | |
FT_GlyphLoader_CheckPoints (FT_GlyphLoader loader, FT_UInt n_points, FT_UInt n_contours) | |
FT_GlyphLoader_CheckSubGlyphs (FT_GlyphLoader loader, FT_UInt n_subs) | |
FT_GlyphLoader_Prepare (FT_GlyphLoader loader) | |
FT_GlyphLoader_Add (FT_GlyphLoader loader) | |
FT_GlyphLoader_CopyPoints (FT_GlyphLoader target, FT_GlyphLoader source) | |
#define FT_COMPONENT trace_gloader |
Definition at line 26 of file ftgloadr.c.
FT_GlyphLoader_Add | ( | FT_GlyphLoader | loader | ) |
Definition at line 324 of file ftgloadr.c.
References FT_Outline_::contours, FT_BASE_DEF, FT_GlyphLoader_Prepare(), FT_Outline_::n_contours, FT_Outline_::n_points, FT_GlyphLoadRec_::num_subglyphs, and FT_GlyphLoadRec_::outline.
Referenced by cf2_outline_close().
FT_GlyphLoader_CheckPoints | ( | FT_GlyphLoader | loader, |
FT_UInt | n_points, | ||
FT_UInt | n_contours | ||
) |
Definition at line 201 of file ftgloadr.c.
References FT_Outline_::contours, error, FT_ARRAY_MOVE, FT_Bool, FT_Err_Ok, FT_OUTLINE_CONTOURS_MAX, FT_OUTLINE_POINTS_MAX, FT_PAD_CEIL, FT_RENEW_ARRAY, FT_THROW(), FT_Outline_::n_contours, FT_Outline_::n_points, FT_GlyphLoadRec_::outline, FT_Outline_::points, and FT_Outline_::tags.
Referenced by FT_GlyphLoader_CopyPoints().
FT_GlyphLoader_CheckSubGlyphs | ( | FT_GlyphLoader | loader, |
FT_UInt | n_subs | ||
) |
Definition at line 277 of file ftgloadr.c.
References error, FT_Err_Ok, FT_PAD_CEIL, FT_RENEW_ARRAY, FT_GlyphLoadRec_::num_subglyphs, and FT_GlyphLoadRec_::subglyphs.
Referenced by TT_Load_Composite_Glyph().
FT_GlyphLoader_CopyPoints | ( | FT_GlyphLoader | target, |
FT_GlyphLoader | source | ||
) |
Definition at line 361 of file ftgloadr.c.
References FT_Outline_::contours, error, FT_ARRAY_COPY, FT_GlyphLoader_CheckPoints(), FT_Outline_::n_contours, FT_Outline_::n_points, out(), FT_Outline_::points, and FT_Outline_::tags.
FT_GlyphLoader_CreateExtra | ( | FT_GlyphLoader | loader | ) |
Definition at line 166 of file ftgloadr.c.
References error, and FT_NEW_ARRAY.
Referenced by tt_slot_init().
FT_GlyphLoader_Done | ( | FT_GlyphLoader | loader | ) |
Definition at line 128 of file ftgloadr.c.
References FT_FREE, and FT_GlyphLoader_Reset().
Referenced by af_loader_done().
FT_GlyphLoader_New | ( | FT_Memory | memory, |
FT_GlyphLoader * | aloader | ||
) |
Definition at line 70 of file ftgloadr.c.
References error, FT_BASE_DEF, FT_NEW, and NULL.
Referenced by af_loader_init().
FT_GlyphLoader_Prepare | ( | FT_GlyphLoader | loader | ) |
Definition at line 308 of file ftgloadr.c.
References FT_Outline_::n_contours, FT_Outline_::n_points, FT_GlyphLoadRec_::num_subglyphs, and FT_GlyphLoadRec_::outline.
Referenced by FT_GlyphLoader_Add().
FT_GlyphLoader_Reset | ( | FT_GlyphLoader | loader | ) |
Definition at line 105 of file ftgloadr.c.
References FT_BASE_DEF, FT_FREE, FT_GlyphLoader_Rewind(), and NULL.
Referenced by FT_GlyphLoader_Done().
FT_GlyphLoader_Rewind | ( | FT_GlyphLoader | loader | ) |
Definition at line 88 of file ftgloadr.c.
References FT_BASE_DEF, FT_Outline_::n_contours, FT_Outline_::n_points, FT_GlyphLoadRec_::num_subglyphs, and FT_GlyphLoadRec_::outline.
Referenced by af_loader_reset(), cf2_outline_reset(), FT_GlyphLoader_Reset(), pfr_glyph_init(), pfr_glyph_load(), and t1_builder_init().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.