Home
last modified time | relevance | path

Searched refs:FT_UINT_TO_POINTER (Results 1 – 5 of 5) sorted by relevance

/external/freetype/builds/vms/
Dftconfig.h323 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned __int64)(x) macro
325 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned long)(x) macro
/external/freetype/include/freetype/config/
Dftconfig.h339 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned __int64)(x) macro
341 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned long)(x) macro
/external/freetype/builds/unix/
Dftconfig.in371 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned __int64)(x)
373 #define FT_UINT_TO_POINTER( x ) (void*)(unsigned long)(x)
/external/freetype/src/truetype/
Dttgload.c1809 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()
/external/freetype/
DChangeLog.281141 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.