Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcompiler-macros.h79 # define FT_UINT_TO_POINTER( x ) (void *)(__UINTPTR_TYPE__)(x) macro
83 # define FT_UINT_TO_POINTER( x ) (void *)(unsigned __int64)(x)
85 # define FT_UINT_TO_POINTER( x ) (void *)(unsigned long)(x)
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c1909 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()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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.
DChangeLog.210164 from the `FT_UINT_TO_POINTER` macro. When compiling with the CHERI
174 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):