|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <ft2build.h>
#include "ttsbit.h"
#include "sferrors.h"
Go to the source code of this file.
Data Structures |
| struct | TT_SBitDecoder |
Defines |
| #define | FT_COMPONENT trace_ttsbit |
Typedefs |
| typedef FT_Error(* | TT_SBitDecoder_LoadFunc )(TT_SBitDecoder decoder, FT_Byte *p, FT_Byte *plimit, FT_Int x_pos, FT_Int y_pos) |
Functions |
| | tt_face_load_eblc (TT_Face face, FT_Stream stream) |
| | tt_face_free_eblc (TT_Face face) |
| | tt_face_set_sbit_strike (TT_Face face, FT_Size_Request req, FT_ULong *astrike_index) |
| | tt_face_load_strike_metrics (TT_Face face, FT_ULong strike_index, FT_Size_Metrics *metrics) |
| static FT_Error | tt_sbit_decoder_init (TT_SBitDecoder decoder, TT_Face face, FT_ULong strike_index, TT_SBit_MetricsRec *metrics) |
| static void | tt_sbit_decoder_done (TT_SBitDecoder decoder) |
| static FT_Error | tt_sbit_decoder_alloc_bitmap (TT_SBitDecoder decoder) |
| static FT_Error | tt_sbit_decoder_load_metrics (TT_SBitDecoder decoder, FT_Byte **pp, FT_Byte *limit, FT_Bool big) |
| static FT_Error | tt_sbit_decoder_load_image (TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos) |
| static FT_Error | tt_sbit_decoder_load_byte_aligned (TT_SBitDecoder decoder, FT_Byte *p, FT_Byte *limit, FT_Int x_pos, FT_Int y_pos) |
| static FT_Error | tt_sbit_decoder_load_bit_aligned (TT_SBitDecoder decoder, FT_Byte *p, FT_Byte *limit, FT_Int x_pos, FT_Int y_pos) |
| static FT_Error | tt_sbit_decoder_load_compound (TT_SBitDecoder decoder, FT_Byte *p, FT_Byte *limit, FT_Int x_pos, FT_Int y_pos) |
| static FT_Error | tt_sbit_decoder_load_bitmap (TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos) |
| | tt_face_load_sbit_image (TT_Face face, FT_ULong strike_index, FT_UInt glyph_index, FT_UInt load_flags, FT_Stream stream, FT_Bitmap *map, TT_SBit_MetricsRec *metrics) |
Generated on Tue May 22 2012 06:04:01 for ReactOS by
1.7.6.1
|