Searched refs:FT_UINT_TO_POINTER (Results 1 – 5 of 5) sorted by relevance
323 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned __int64)(x) macro325 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned long)(x) macro
339 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned __int64)(x) macro341 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned long)(x) macro
371 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned __int64)(x)373 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned long)(x)
1809 FT_UINT_TO_POINTER( glyph_index ) ) ) in load_truetype_glyph()1818 node->data = FT_UINT_TO_POINTER( glyph_index ); in load_truetype_glyph()1824 node->data = FT_UINT_TO_POINTER( glyph_index ); in load_truetype_glyph()
1141 Fix `FT_UINT_TO_POINTER' macro for Windows.1144 include/freetype/config/ftconfig.h (FT_UINT_TO_POINTER) [_WIN64]:1724 Otherwise FT_UINT_TO_POINTER might not be defined.1878 Introduce FT_UINT_TO_POINTER macro (#50560).1883 include/freetype/config/ftconfig.h (FT_UINT_TO_POINTER): New macro.