#include "pfrgload.h"
#include "pfrsbit.h"
#include "pfrload.h"
#include "pfrerror.h"
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_pfr |
Functions |
| | pfr_glyph_init (PFR_Glyph glyph, FT_GlyphLoader loader) |
| | pfr_glyph_done (PFR_Glyph glyph) |
| static void | pfr_glyph_close_contour (PFR_Glyph glyph) |
| static void | pfr_glyph_start (PFR_Glyph glyph) |
| static FT_Error | pfr_glyph_line_to (PFR_Glyph glyph, FT_Vector *to) |
| static FT_Error | pfr_glyph_curve_to (PFR_Glyph glyph, FT_Vector *control1, FT_Vector *control2, FT_Vector *to) |
| static FT_Error | pfr_glyph_move_to (PFR_Glyph glyph, FT_Vector *to) |
| static void | pfr_glyph_end (PFR_Glyph glyph) |
| static FT_Error | pfr_glyph_load_simple (PFR_Glyph glyph, FT_Byte *p, FT_Byte *limit) |
| static FT_Error | pfr_glyph_load_compound (PFR_Glyph glyph, FT_Byte *p, FT_Byte *limit) |
| static FT_Error | pfr_glyph_load_rec (PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size) |
| | pfr_glyph_load (PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size) |