ReactOS 0.4.16-dev-334-g4d9f67c
|
#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.
Definition at line 91 of file ftapi.c.
FT_New_Memory_Stream | ( | FT_Library | library, |
FT_Byte * | base, | ||
FT_ULong | size, | ||
FT_Stream | stream | ||
) |
Definition at line 44 of file ftapi.c.
Definition at line 72 of file ftapi.c.
Definition at line 81 of file ftapi.c.