Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftcalc.h42 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm macro
75 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm macro
111 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386 macro
147 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386 macro
182 #define FT_MULFIX_ASSEMBLER FT_MulFix_x86_64 macro
243 #ifdef FT_MULFIX_ASSEMBLER
244 #define FT_MulFix( a, b ) FT_MULFIX_ASSEMBLER( (FT_Int32)(a), (FT_Int32)(b) )