HomeSort by relevance Sort by last modified time
    Searched refs:FT_MULFIX_ASSEMBLER (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 293 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
318 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
351 #ifdef FT_MULFIX_ASSEMBLER
352 #define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 341 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
372 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
400 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
436 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
472 #ifdef FT_MULFIX_ASSEMBLER
473 #define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h 342 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
373 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
401 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
437 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
473 #ifdef FT_MULFIX_ASSEMBLER
474 #define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftconfig.h 342 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
373 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
401 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
437 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
473 #ifdef FT_MULFIX_ASSEMBLER
474 #define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER
  /external/freetype/src/base/
ftcalc.c 49 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
82 #define FT_MULFIX_ASSEMBLER FT_MulFix_arm
118 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
154 #define FT_MULFIX_ASSEMBLER FT_MulFix_i386
189 #define FT_MULFIX_ASSEMBLER FT_MulFix_x86_64
266 #ifdef FT_MULFIX_ASSEMBLER
267 #define FT_MULFIX_INLINED FT_MULFIX_ASSEMBLER
447 #ifdef FT_MULFIX_ASSEMBLER
449 return FT_MULFIX_ASSEMBLER( a, b );
473 #endif /* FT_MULFIX_ASSEMBLER */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 202 /* if defined FT_MULFIX_INLINED, use the inline FT_MULFIX_ASSEMBLER function. */
208 #ifdef FT_MULFIX_ASSEMBLER
210 return FT_MULFIX_ASSEMBLER( a, b );
234 #endif /* FT_MULFIX_ASSEMBLER */
452 #ifdef FT_MULFIX_ASSEMBLER
454 return FT_MULFIX_ASSEMBLER( a, b );
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 210 #ifdef FT_MULFIX_ASSEMBLER
212 return FT_MULFIX_ASSEMBLER( a, b );
236 #endif /* FT_MULFIX_ASSEMBLER */
454 #ifdef FT_MULFIX_ASSEMBLER
456 return FT_MULFIX_ASSEMBLER( a, b );

Completed in 575 milliseconds