#include <ft2build.h>#include "ftcimage.h"#include "ftccback.h"#include "ftcerror.h"Go to the source code of this file.
Functions | |
| ftc_inode_free (FTC_Node ftcinode, FTC_Cache cache) | |
| FTC_INode_Free (FTC_INode inode, FTC_Cache cache) | |
| FTC_INode_New (FTC_INode *pinode, FTC_GQuery gquery, FTC_Cache cache) | |
| ftc_inode_new (FTC_Node *ftcpinode, FT_Pointer ftcgquery, FTC_Cache cache) | |
| ftc_inode_weight (FTC_Node ftcinode, FTC_Cache ftccache) | |
Definition at line 49 of file ftcimage.c.
References ftc_inode_free(), and FTC_NODE.
Referenced by FTC_INode_New().
Definition at line 30 of file ftcimage.c.
References FT_Done_Glyph(), FT_FREE, FTC_GNODE, FTC_GNode_Done(), and NULL.
Referenced by FTC_INode_Free().
| ftc_inode_new | ( | FTC_Node * | ftcpinode, | |
| FT_Pointer | ftcgquery, | |||
| FTC_Cache | cache | |||
| ) |
| FTC_INode_New | ( | FTC_INode * | pinode, | |
| FTC_GQuery | gquery, | |||
| FTC_Cache | cache | |||
| ) |
Definition at line 58 of file ftcimage.c.
References error, FTC_IFamilyClassRec_::family_load_glyph, FT_NEW, FTC_CACHE__IFAMILY_CLASS, FTC_GNODE, FTC_GNode_Init(), FTC_INode_Free(), and NULL.
Referenced by ftc_inode_new().
Definition at line 107 of file ftcimage.c.
References FT_BitmapGlyphRec_::bitmap, FT_GlyphRec_::format, FT_GLYPH_FORMAT_BITMAP, FT_GLYPH_FORMAT_OUTLINE, ft_labs, FT_UNUSED, FT_Outline_::n_contours, FT_Outline_::n_points, FT_OutlineGlyphRec_::outline, FT_Bitmap_::pitch, FT_Bitmap_::rows, size, and sizeof().
1.5.1