HomeSort by relevance Sort by last modified time
    Searched defs:FT_Int32 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 190 typedef signed int FT_Int32;
195 typedef signed long FT_Int32;
295 static __inline__ FT_Int32
296 FT_MulFix_arm( FT_Int32 a,
297 FT_Int32 b )
299 register FT_Int32 t, t2;
320 static __inline__ FT_Int32
321 FT_MulFix_i386( FT_Int32 a,
322 FT_Int32 b )
324 register FT_Int32 result
    [all...]
  /external/freetype/include/config/
ftconfig.h 184 /* FT_Int32 */
190 typedef signed XXX FT_Int32;
233 typedef signed int FT_Int32;
238 typedef signed long FT_Int32;
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 184 /* FT_Int32 */
190 typedef signed XXX FT_Int32;
233 typedef signed int FT_Int32;
238 typedef signed long FT_Int32;
345 static __inline FT_Int32
346 FT_MulFix_arm( FT_Int32 a,
347 FT_Int32 b )
349 register FT_Int32 t, t2;
376 static __inline__ FT_Int32
377 FT_MulFix_arm( FT_Int32 a
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftconfig.h 184 /* FT_Int32 */
190 typedef signed XXX FT_Int32;
233 typedef signed int FT_Int32;
238 typedef signed long FT_Int32;
346 static __inline FT_Int32
347 FT_MulFix_arm( FT_Int32 a,
348 FT_Int32 b )
350 register FT_Int32 t, t2;
377 static __inline__ FT_Int32
378 FT_MulFix_arm( FT_Int32 a
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftconfig.h 184 /* FT_Int32 */
190 typedef signed XXX FT_Int32;
233 typedef signed int FT_Int32;
238 typedef signed long FT_Int32;
346 static __inline FT_Int32
347 FT_MulFix_arm( FT_Int32 a,
348 FT_Int32 b )
350 register FT_Int32 t, t2;
377 static __inline__ FT_Int32
378 FT_MulFix_arm( FT_Int32 a
    [all...]

Completed in 8410 milliseconds