Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dfttypes.h176 typedef FT_UInt32 FT_Tag; typedef
489 ( ( FT_STATIC_BYTE_CAST( FT_Tag, _x1 ) << 24 ) | \
490 ( FT_STATIC_BYTE_CAST( FT_Tag, _x2 ) << 16 ) | \
491 ( FT_STATIC_BYTE_CAST( FT_Tag, _x3 ) << 8 ) | \
492 FT_STATIC_BYTE_CAST( FT_Tag, _x4 ) )