< prev index next >

src/java.desktop/share/native/libfreetype/src/psaux/psobjs.h

Print this page




  38 
  39 
  40   FT_CALLBACK_TABLE
  41   const PS_Table_FuncsRec    ps_table_funcs;
  42 
  43   FT_CALLBACK_TABLE
  44   const PS_Parser_FuncsRec   ps_parser_funcs;
  45 
  46   FT_CALLBACK_TABLE
  47   const T1_Builder_FuncsRec  t1_builder_funcs;
  48 
  49 
  50   FT_LOCAL( FT_Error )
  51   ps_table_new( PS_Table   table,
  52                 FT_Int     count,
  53                 FT_Memory  memory );
  54 
  55   FT_LOCAL( FT_Error )
  56   ps_table_add( PS_Table  table,
  57                 FT_Int    idx,
  58                 void*     object,
  59                 FT_UInt   length );
  60 
  61   FT_LOCAL( void )
  62   ps_table_done( PS_Table  table );
  63 
  64 
  65   FT_LOCAL( void )
  66   ps_table_release( PS_Table  table );
  67 
  68 
  69   /*************************************************************************/
  70   /*************************************************************************/
  71   /*****                                                               *****/
  72   /*****                            T1 PARSER                          *****/
  73   /*****                                                               *****/
  74   /*************************************************************************/
  75   /*************************************************************************/
  76 
  77 
  78   FT_LOCAL( void )




  38 
  39 
  40   FT_CALLBACK_TABLE
  41   const PS_Table_FuncsRec    ps_table_funcs;
  42 
  43   FT_CALLBACK_TABLE
  44   const PS_Parser_FuncsRec   ps_parser_funcs;
  45 
  46   FT_CALLBACK_TABLE
  47   const T1_Builder_FuncsRec  t1_builder_funcs;
  48 
  49 
  50   FT_LOCAL( FT_Error )
  51   ps_table_new( PS_Table   table,
  52                 FT_Int     count,
  53                 FT_Memory  memory );
  54 
  55   FT_LOCAL( FT_Error )
  56   ps_table_add( PS_Table     table,
  57                 FT_Int       idx,
  58                 const void*  object,
  59                 FT_UInt      length );
  60 
  61   FT_LOCAL( void )
  62   ps_table_done( PS_Table  table );
  63 
  64 
  65   FT_LOCAL( void )
  66   ps_table_release( PS_Table  table );
  67 
  68 
  69   /*************************************************************************/
  70   /*************************************************************************/
  71   /*****                                                               *****/
  72   /*****                            T1 PARSER                          *****/
  73   /*****                                                               *****/
  74   /*************************************************************************/
  75   /*************************************************************************/
  76 
  77 
  78   FT_LOCAL( void )


< prev index next >