#include "pfrtypes.h"
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | pfr_glyph_init (PFR_Glyph glyph, FT_GlyphLoader loader) |
pfr_glyph_done (PFR_Glyph glyph) | |
pfr_glyph_load (PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size) |
pfr_glyph_done | ( | PFR_Glyph | glyph | ) |
FT_BEGIN_HEADER pfr_glyph_init | ( | PFR_Glyph | glyph, | |
FT_GlyphLoader | loader | |||
) |
Definition at line 40 of file pfrgload.c.
References FT_GlyphLoader_Rewind(), and FT_ZERO.
Referenced by pfr_slot_init().
pfr_glyph_load | ( | PFR_Glyph | glyph, | |
FT_Stream | stream, | |||
FT_ULong | gps_offset, | |||
FT_ULong | offset, | |||
FT_ULong | size | |||
) |
Definition at line 812 of file pfrgload.c.
References FT_GlyphLoader_Rewind(), and pfr_glyph_load_rec().
Referenced by pfr_slot_load().