Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
Go to the source code of this file.
Functions | |
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 377 of file ftbitmap.c.
References error, FT_ARRAY_COPY, FT_Err_Ok, FT_EXPORT_DEF, 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, FT_THROW(), FT_ULONG_MAX, i, library, and FT_LibraryRec_::memory.
Referenced by FT_Bitmap_Embolden(), and FT_Render_Glyph_Internal().
FT_Bitmap_Copy | ( | FT_Library | library, |
const FT_Bitmap * | source, | ||
FT_Bitmap * | target | ||
) |
Definition at line 43 of file ftbitmap.c.
References error, FT_Err_Ok, FT_MEM_COPY, FT_QALLOC, FT_QREALLOC, library, FT_LibraryRec_::memory, NULL, 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 648 of file ftbitmap.c.
References FT_Bitmap_::buffer, FT_FREE, FT_THROW(), library, and FT_LibraryRec_::memory.
Referenced by FT_Bitmap_Embolden(), ft_bitmap_glyph_done(), and FT_Render_Glyph_Internal().
FT_Bitmap_Embolden | ( | FT_Library | library, |
FT_Bitmap * | bitmap, | ||
FT_Pos | xStrength, | ||
FT_Pos | yStrength | ||
) |
Definition at line 216 of file ftbitmap.c.
References FT_Bitmap_::buffer, error, FT_Bitmap_Convert(), FT_Bitmap_Done(), FT_Bitmap_New(), FT_Err_Ok, 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, FT_THROW(), i, library, FT_Bitmap_::pixel_mode, and FT_Bitmap_::width.
Referenced by FT_GlyphSlot_Embolden().
FT_Bitmap_New | ( | FT_Bitmap * | abitmap | ) |
Definition at line 34 of file ftbitmap.c.
Referenced by FT_Bitmap_Embolden(), ft_bitmap_glyph_init(), FT_GlyphSlot_Own_Bitmap(), and FT_Render_Glyph_Internal().
FT_GlyphSlot_Own_Bitmap | ( | FT_GlyphSlot | slot | ) |
Definition at line 623 of file ftbitmap.c.
References error, FT_Bitmap_Copy(), FT_Bitmap_New(), FT_Err_Ok, FT_EXPORT_DEF, and FT_GLYPH_OWN_BITMAP.
Referenced by FT_GlyphSlot_Embolden().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.