#include <ft2build.h>
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER | FT_Bitmap_New (FT_Bitmap *abitmap) |
FT_Bitmap_Copy (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target) | |
FT_Bitmap_Embolden (FT_Library library, FT_Bitmap *bitmap, FT_Pos xStrength, FT_Pos yStrength) | |
FT_Bitmap_Convert (FT_Library library, const FT_Bitmap *source, FT_Bitmap *target, FT_Int alignment) | |
FT_GlyphSlot_Own_Bitmap (FT_GlyphSlot slot) | |
FT_Bitmap_Done (FT_Library library, FT_Bitmap *bitmap) |
FT_Bitmap_Convert | ( | FT_Library | library, | |
const FT_Bitmap * | source, | |||
FT_Bitmap * | target, | |||
FT_Int | alignment | |||
) |
Definition at line 375 of file ftbitmap.c.
References error, for(), FT_ARRAY_COPY, FT_PIXEL_MODE_GRAY, FT_PIXEL_MODE_GRAY2, FT_PIXEL_MODE_GRAY4, FT_PIXEL_MODE_LCD, FT_PIXEL_MODE_LCD_V, FT_PIXEL_MODE_MONO, FT_QREALLOC, i, j, s, t, val, width, x01, x03, x10, x20, and x80.
Referenced by FT_Bitmap_Embolden().
FT_Bitmap_Copy | ( | FT_Library | library, | |
const FT_Bitmap * | source, | |||
FT_Bitmap * | target | |||
) |
Definition at line 41 of file ftbitmap.c.
References error, FT_MEM_COPY, FT_QALLOC, FT_QREALLOC, NULL, p, size, and void.
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 642 of file ftbitmap.c.
References FT_FREE, and null_bitmap.
Referenced by FT_Bitmap_Embolden(), and ft_bitmap_glyph_done().
FT_Bitmap_Embolden | ( | FT_Library | library, | |
FT_Bitmap * | bitmap, | |||
FT_Pos | xStrength, | |||
FT_Pos | yStrength | |||
) |
Definition at line 214 of file ftbitmap.c.
References align(), error, ft_bitmap_assure_buffer(), FT_Bitmap_Convert(), FT_Bitmap_Done(), FT_Bitmap_New(), FT_INT_MAX, FT_PIX_ROUND, FT_PIXEL_MODE_GRAY2, FT_PIXEL_MODE_GRAY4, FT_PIXEL_MODE_LCD, FT_PIXEL_MODE_LCD_V, FT_PIXEL_MODE_MONO, i, if(), p, x, and y.
Referenced by FT_GlyphSlot_Embolden().
FT_BEGIN_HEADER FT_Bitmap_New | ( | FT_Bitmap * | abitmap | ) |
Definition at line 32 of file ftbitmap.c.
References null_bitmap.
Referenced by FT_Bitmap_Embolden(), ft_bitmap_glyph_init(), and FT_GlyphSlot_Own_Bitmap().
FT_GlyphSlot_Own_Bitmap | ( | FT_GlyphSlot | slot | ) |
Definition at line 617 of file ftbitmap.c.
References error, FT_Bitmap_Copy(), FT_Bitmap_New(), FT_GLYPH_FORMAT_BITMAP, and FT_GLYPH_OWN_BITMAP.
Referenced by FT_GlyphSlot_Embolden().