Searched defs:FT_POINTER_TO_ULONG (Results 1 - 1 of 1) sorted by relevance

/external/freetype/include/freetype/
H A Dftcache.h221 #define FT_POINTER_TO_ULONG( p ) ( (FT_ULong)(FT_Pointer)(p) ) macro
224 ((FT_UInt32)(( FT_POINTER_TO_ULONG( i ) >> 3 ) ^ \
225 ( FT_POINTER_TO_ULONG( i ) << 7 ) ) )

Completed in 42 milliseconds