/[freetype]/freetype2/include/freetype/internal/ftobjs.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/ftobjs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.88 by freetype, Thu Mar 3 14:00:22 2005 UTC revision 1.89 by wl, Thu Mar 3 23:05:29 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    The FreeType private base classes (specification).                   */  /*    The FreeType private base classes (specification).                   */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002, 2003, 2004 by                               */  /*  Copyright 1996-2001, 2002, 2003, 2004, 2005 by                         */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 80  FT_BEGIN_HEADER Line 80  FT_BEGIN_HEADER
80  #define FT_PIX_CEIL( x )      FT_PIX_FLOOR( (x) + 63 )  #define FT_PIX_CEIL( x )      FT_PIX_FLOOR( (x) + 63 )
81    
82    
83   /* returns the highest power of 2 that is <= value, this correspond to    /*
84    * the highest bit in a given 32-bit value     *  Return the highest power of 2 that is <= value; this correspond to
85    */     *  the highest bit in a given 32-bit value.
86       */
87    FT_BASE( FT_UInt32 )    FT_BASE( FT_UInt32 )
88    ft_highpow2( FT_UInt32  value );    ft_highpow2( FT_UInt32  value );
89    
90    
91    /*************************************************************************/    /*************************************************************************/
92    /*************************************************************************/    /*************************************************************************/
93    /*************************************************************************/    /*************************************************************************/

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26