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_New_Memory_Stream (FT_Library library, FT_Byte *base, FT_ULong size, FT_Stream stream) | |
FT_Seek_Stream (FT_Stream stream, FT_ULong pos) | |
FT_Skip_Stream (FT_Stream stream, FT_Long distance) | |
FT_Read_Stream (FT_Stream stream, FT_Byte *buffer, FT_ULong count) | |
FT_Read_Stream_At (FT_Stream stream, FT_ULong pos, FT_Byte *buffer, FT_ULong count) | |
FT_Extract_Frame (FT_Stream stream, FT_ULong count, FT_Byte **pbytes) | |
FT_Release_Frame (FT_Stream stream, FT_Byte **pbytes) | |
FT_Access_Frame (FT_Stream stream, FT_ULong count) | |
FT_Forget_Frame (FT_Stream stream) | |
Definition at line 107 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_EnterFrame().
Definition at line 91 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_ExtractFrame().
FT_Forget_Frame | ( | FT_Stream | stream | ) |
Definition at line 115 of file ftapi.c.
References FT_Stream_ExitFrame().
FT_New_Memory_Stream | ( | FT_Library | library, |
FT_Byte * | base, | ||
FT_ULong | size, | ||
FT_Stream | stream | ||
) |
Definition at line 44 of file ftapi.c.
References FT_BASE_DEF, FT_Stream_OpenMemory(), and FT_UNUSED.
Definition at line 72 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_Read().
Definition at line 81 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_ReadAt().
Definition at line 100 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_ReleaseFrame().
Definition at line 56 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_Seek().
Definition at line 64 of file ftapi.c.
References FT_BASE_DEF, and FT_Stream_Skip().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.