ReactOS 0.4.16-dev-136-g52192f1
|
#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 | ) |
Definition at line 53 of file pfrgload.c.
Referenced by pfr_slot_done().
FT_BEGIN_HEADER pfr_glyph_init | ( | PFR_Glyph | glyph, |
FT_GlyphLoader | loader | ||
) |
Definition at line 40 of file pfrgload.c.
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 835 of file pfrgload.c.
Referenced by pfr_slot_load().