< prev index next >

src/java.desktop/share/native/libfreetype/src/truetype/ttgxvar.h

Print this page




 399                  FT_MM_Var*  *master );
 400 
 401   FT_LOCAL( FT_Error )
 402   TT_Get_Var_Design( TT_Face    face,
 403                      FT_UInt    num_coords,
 404                      FT_Fixed*  coords );
 405 
 406   FT_LOCAL( FT_Error )
 407   TT_Set_Named_Instance( TT_Face  face,
 408                          FT_UInt  instance_index );
 409 
 410   FT_LOCAL( FT_Error )
 411   tt_face_vary_cvt( TT_Face    face,
 412                     FT_Stream  stream );
 413 
 414 
 415   FT_LOCAL( FT_Error )
 416   TT_Vary_Apply_Glyph_Deltas( TT_Face      face,
 417                               FT_UInt      glyph_index,
 418                               FT_Outline*  outline,

 419                               FT_UInt      n_points );
 420 
 421   FT_LOCAL( FT_Error )
 422   tt_hadvance_adjust( TT_Face  face,
 423                       FT_UInt  gindex,
 424                       FT_Int  *adelta );
 425 
 426   FT_LOCAL( FT_Error )
 427   tt_vadvance_adjust( TT_Face  face,
 428                       FT_UInt  gindex,
 429                       FT_Int  *adelta );
 430 
 431   FT_LOCAL( void )
 432   tt_apply_mvar( TT_Face  face );
 433 
 434   FT_LOCAL( FT_Error )
 435   tt_get_var_blend( TT_Face      face,
 436                     FT_UInt     *num_coords,
 437                     FT_Fixed*   *coords,
 438                     FT_Fixed*   *normalizedcoords,


 399                  FT_MM_Var*  *master );
 400 
 401   FT_LOCAL( FT_Error )
 402   TT_Get_Var_Design( TT_Face    face,
 403                      FT_UInt    num_coords,
 404                      FT_Fixed*  coords );
 405 
 406   FT_LOCAL( FT_Error )
 407   TT_Set_Named_Instance( TT_Face  face,
 408                          FT_UInt  instance_index );
 409 
 410   FT_LOCAL( FT_Error )
 411   tt_face_vary_cvt( TT_Face    face,
 412                     FT_Stream  stream );
 413 
 414 
 415   FT_LOCAL( FT_Error )
 416   TT_Vary_Apply_Glyph_Deltas( TT_Face      face,
 417                               FT_UInt      glyph_index,
 418                               FT_Outline*  outline,
 419                               FT_Vector*   unrounded,
 420                               FT_UInt      n_points );
 421 
 422   FT_LOCAL( FT_Error )
 423   tt_hadvance_adjust( TT_Face  face,
 424                       FT_UInt  gindex,
 425                       FT_Int  *adelta );
 426 
 427   FT_LOCAL( FT_Error )
 428   tt_vadvance_adjust( TT_Face  face,
 429                       FT_UInt  gindex,
 430                       FT_Int  *adelta );
 431 
 432   FT_LOCAL( void )
 433   tt_apply_mvar( TT_Face  face );
 434 
 435   FT_LOCAL( FT_Error )
 436   tt_get_var_blend( TT_Face      face,
 437                     FT_UInt     *num_coords,
 438                     FT_Fixed*   *coords,
 439                     FT_Fixed*   *normalizedcoords,
< prev index next >