/[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.87 by werner, Mon Sep 6 07:06:55 2004 UTC revision 1.88 by freetype, Thu Mar 3 14:00:22 2005 UTC
# 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
85      */
86      FT_BASE( FT_UInt32 )
87      ft_highpow2( FT_UInt32  value );
88    
89    /*************************************************************************/    /*************************************************************************/
90    /*************************************************************************/    /*************************************************************************/
91    /*************************************************************************/    /*************************************************************************/

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

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