Searched refs:FT_UINT_TO_POINTER (Results 1 – 4 of 4) sorted by relevance
79 # define FT_UINT_TO_POINTER( x ) (void *)(__UINTPTR_TYPE__)(x) macro83 # define FT_UINT_TO_POINTER( x ) (void *)(unsigned __int64)(x)85 # define FT_UINT_TO_POINTER( x ) (void *)(unsigned long)(x)
1909 FT_UINT_TO_POINTER( glyph_index ) ) ) in load_truetype_glyph()1918 node->data = FT_UINT_TO_POINTER( glyph_index ); in load_truetype_glyph()1924 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.
164 from the `FT_UINT_TO_POINTER` macro. When compiling with the CHERI174 node->data = FT_UINT_TO_POINTER( glyph_index );177 expanded from macro 'FT_UINT_TO_POINTER'180 * include/freetype/internal/compiler-macros.h (FT_UINT_TO_POINTER):