|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <freetype/freetype.h>#include <freetype/internal/ftdebug.h>#include <freetype/internal/ftserv.h>#include <freetype/internal/services/svcfftl.h>#include "cffdecode.h"#include "psobjs.h"#include "psauxerr.h"

Go to the source code of this file.
Macros | |
| #define | FT_COMPONENT cffdecode |
Functions | |
| static FT_Int | cff_compute_bias (FT_Int in_charstring_type, FT_UInt num_subrs) |
| cff_lookup_glyph_by_stdcharcode (CFF_Font cff, FT_Int charcode) | |
| cff_decoder_init (CFF_Decoder *decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode, CFF_Decoder_Get_Glyph_Callback get_callback, CFF_Decoder_Free_Glyph_Callback free_callback) | |
| cff_decoder_prepare (CFF_Decoder *decoder, CFF_Size size, FT_UInt glyph_index) | |
| #define FT_COMPONENT cffdecode |
Definition at line 37 of file cffdecode.c.
Definition at line 401 of file cffdecode.c.
Referenced by cff_decoder_init(), and cff_decoder_prepare().
| cff_decoder_init | ( | CFF_Decoder * | decoder, |
| TT_Face | face, | ||
| CFF_Size | size, | ||
| CFF_GlyphSlot | slot, | ||
| FT_Bool | hinting, | ||
| FT_Render_Mode | hint_mode, | ||
| CFF_Decoder_Get_Glyph_Callback | get_callback, | ||
| CFF_Decoder_Free_Glyph_Callback | free_callback | ||
| ) |
Definition at line 2329 of file cffdecode.c.
| cff_decoder_prepare | ( | CFF_Decoder * | decoder, |
| CFF_Size | size, | ||
| FT_UInt | glyph_index | ||
| ) |
Definition at line 2365 of file cffdecode.c.
Definition at line 421 of file cffdecode.c.
Referenced by cf2_getSeacComponent().