ReactOS 0.4.16-dev-1067-ge98bba2
|
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT bitmap |
Functions | |
FT_Bitmap_Init (FT_Bitmap *abitmap) | |
FT_Bitmap_New (FT_Bitmap *abitmap) | |
FT_Bitmap_Copy (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target) | |
static FT_Error | ft_bitmap_assure_buffer (FT_Memory memory, FT_Bitmap *bitmap, FT_UInt xpixels, FT_UInt ypixels) |
FT_Bitmap_Embolden (FT_Library library, FT_Bitmap *bitmap, FT_Pos xStrength, FT_Pos yStrength) | |
static FT_Byte | ft_gray_for_premultiplied_srgb_bgra (const FT_Byte *bgra) |
FT_Bitmap_Convert (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target, FT_Int alignment) | |
FT_Bitmap_Blend (FT_Library library, const FT_Bitmap *source_, const FT_Vector source_offset_, FT_Bitmap *target, FT_Vector *atarget_offset, FT_Color color) | |
FT_GlyphSlot_Own_Bitmap (FT_GlyphSlot slot) | |
FT_Bitmap_Done (FT_Library library, FT_Bitmap *bitmap) | |
Variables | |
static const FT_Bitmap | null_bitmap = { 0, 0, 0, NULL, 0, 0, 0, NULL } |
Definition at line 34 of file ftbitmap.c.
|
static |
Definition at line 160 of file ftbitmap.c.
Referenced by FT_Bitmap_Embolden().
FT_Bitmap_Blend | ( | FT_Library | library, |
const FT_Bitmap * | source_, | ||
const FT_Vector | source_offset_, | ||
FT_Bitmap * | target, | ||
FT_Vector * | atarget_offset, | ||
FT_Color | color | ||
) |
Definition at line 840 of file ftbitmap.c.
FT_Bitmap_Convert | ( | FT_Library | library, |
const FT_Bitmap * | source, | ||
FT_Bitmap * | target, | ||
FT_Int | alignment | ||
) |
Definition at line 524 of file ftbitmap.c.
Referenced by FT_Bitmap_Blend(), and FT_Bitmap_Embolden().
FT_Bitmap_Copy | ( | FT_Library | library, |
const FT_Bitmap * | source, | ||
FT_Bitmap * | target | ||
) |
Definition at line 64 of file ftbitmap.c.
Referenced by ft_bitmap_glyph_copy(), ft_bitmap_glyph_init(), and FT_GlyphSlot_Own_Bitmap().
FT_Bitmap_Done | ( | FT_Library | library, |
FT_Bitmap * | bitmap | ||
) |
Definition at line 1190 of file ftbitmap.c.
Referenced by FT_Bitmap_Blend(), FT_Bitmap_Embolden(), ft_bitmap_glyph_done(), and IntGetBitmapGlyphWithCache().
FT_Bitmap_Embolden | ( | FT_Library | library, |
FT_Bitmap * | bitmap, | ||
FT_Pos | xStrength, | ||
FT_Pos | yStrength | ||
) |
Definition at line 308 of file ftbitmap.c.
Referenced by FT_GlyphSlot_Embolden().
FT_Bitmap_Init | ( | FT_Bitmap * | abitmap | ) |
Definition at line 44 of file ftbitmap.c.
Referenced by FT_Bitmap_Blend(), FT_Bitmap_Embolden(), ft_bitmap_glyph_init(), and FT_GlyphSlot_Own_Bitmap().
FT_Bitmap_New | ( | FT_Bitmap * | abitmap | ) |
Definition at line 54 of file ftbitmap.c.
Referenced by IntGetBitmapGlyphWithCache().
FT_GlyphSlot_Own_Bitmap | ( | FT_GlyphSlot | slot | ) |
Definition at line 1165 of file ftbitmap.c.
Referenced by FT_GlyphSlot_Embolden().
Definition at line 468 of file ftbitmap.c.
Referenced by FT_Bitmap_Convert().
Definition at line 38 of file ftbitmap.c.
Referenced by FT_Bitmap_Done(), FT_Bitmap_Init(), and FT_Bitmap_New().