|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "pfrsbit.h"
#include "pfrload.h"
#include "pfrerror.h"
Go to the source code of this file.
Data Structures |
| struct | PFR_BitWriter |
Defines |
| #define | FT_COMPONENT trace_pfr |
Functions |
| static void | pfr_bitwriter_init (PFR_BitWriter writer, FT_Bitmap *target, FT_Bool decreasing) |
| static void | pfr_bitwriter_decode_bytes (PFR_BitWriter writer, FT_Byte *p, FT_Byte *limit) |
| static void | pfr_bitwriter_decode_rle1 (PFR_BitWriter writer, FT_Byte *p, FT_Byte *limit) |
| static void | pfr_bitwriter_decode_rle2 (PFR_BitWriter writer, FT_Byte *p, FT_Byte *limit) |
| static void | pfr_lookup_bitmap_data (FT_Byte *base, FT_Byte *limit, FT_UInt count, FT_UInt flags, FT_UInt char_code, FT_ULong *found_offset, FT_ULong *found_size) |
| static FT_Error | pfr_load_bitmap_metrics (FT_Byte **pdata, FT_Byte *limit, FT_Long scaled_advance, FT_Long *axpos, FT_Long *aypos, FT_UInt *axsize, FT_UInt *aysize, FT_Long *aadvance, FT_UInt *aformat) |
| static FT_Error | pfr_load_bitmap_bits (FT_Byte *p, FT_Byte *limit, FT_UInt format, FT_Bool decreasing, FT_Bitmap *target) |
| | pfr_slot_load_bitmap (PFR_Slot glyph, PFR_Size size, FT_UInt glyph_index) |
Generated on Sun May 27 2012 06:00:22 for ReactOS by
1.7.6.1
|