Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/qt/src/3rdparty/opentype/ftglue.c
#include "ftglue.h"

'defines'

#define LOG(x)   do {} while (0)
#define QALLOC(ptr, size)   ( (ptr) = ftglue_qalloc( memory, (size), &error ), error != 0 )

Funciones

 ftglue_alloc (FT_Memory memory, FT_ULong size, FT_Error *perror)
 ftglue_realloc (FT_Memory memory, FT_Pointer block, FT_ULong old_size, FT_ULong new_size, FT_Error *perror)
 ftglue_free (FT_Memory memory, FT_Pointer block)
 ftglue_stream_pos (FT_Stream stream)
 ftglue_stream_seek (FT_Stream stream, FT_Long pos)
 ftglue_stream_frame_enter (FT_Stream stream, FT_ULong count)
 ftglue_stream_frame_exit (FT_Stream stream)
 ftglue_stream_get_byte (FT_Stream stream)
 ftglue_stream_get_short (FT_Stream stream)
 ftglue_stream_get_long (FT_Stream stream)
 ftglue_face_goto_table (FT_Face face, FT_ULong the_tag, FT_Stream stream)

Documentación de los 'defines'

#define LOG (   x)    do {} while (0)
#define QALLOC (   ptr,
  size 
)    ( (ptr) = ftglue_qalloc( memory, (size), &error ), error != 0 )

Documentación de las funciones

ftglue_alloc ( FT_Memory  memory,
FT_ULong  size,
FT_Error *  perror 
)
ftglue_face_goto_table ( FT_Face  face,
FT_ULong  the_tag,
FT_Stream  stream 
)
ftglue_free ( FT_Memory  memory,
FT_Pointer  block 
)
ftglue_realloc ( FT_Memory  memory,
FT_Pointer  block,
FT_ULong  old_size,
FT_ULong  new_size,
FT_Error *  perror 
)
ftglue_stream_frame_enter ( FT_Stream  stream,
FT_ULong  count 
)
ftglue_stream_frame_exit ( FT_Stream  stream)
ftglue_stream_get_byte ( FT_Stream  stream)
ftglue_stream_get_long ( FT_Stream  stream)
ftglue_stream_get_short ( FT_Stream  stream)
ftglue_stream_pos ( FT_Stream  stream)
ftglue_stream_seek ( FT_Stream  stream,
FT_Long  pos 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'