HomeSort by relevance Sort by last modified time
    Searched refs:FT_EXPORT_DEF (Results 1 - 25 of 40) sorted by null

1 2

  /external/freetype/builds/amiga/include/config/
ftconfig.h 23 * Here we must change FT_EXPORT_DEF so that SAS/C does
28 #define FT_EXPORT_DEF( x ) extern x
31 #undef FT_EXPORT_DEF
32 #define FT_EXPORT_DEF( x ) x
  /external/freetype/src/base/
ftfntfmt.c 27 FT_EXPORT_DEF( const char* )
42 FT_EXPORT_DEF( const char* )
ftpatent.c 30 FT_EXPORT_DEF( FT_Bool )
41 FT_EXPORT_DEF( FT_Bool )
ftgxval.c 37 FT_EXPORT_DEF( FT_Error )
74 FT_EXPORT_DEF( void )
90 FT_EXPORT_DEF( FT_Error )
125 FT_EXPORT_DEF( void )
fttype1.c 28 FT_EXPORT_DEF( FT_Error )
55 FT_EXPORT_DEF( FT_Int )
76 FT_EXPORT_DEF( FT_Error )
103 FT_EXPORT_DEF( FT_Long )
ftotval.c 28 FT_EXPORT_DEF( FT_Error )
75 FT_EXPORT_DEF( void )
ftwinfnt.c 28 FT_EXPORT_DEF( FT_Error )
ftcid.c 27 FT_EXPORT_DEF( FT_Error )
65 FT_EXPORT_DEF( FT_Error )
91 FT_EXPORT_DEF( FT_Error )
ftmm.c 96 FT_EXPORT_DEF( FT_Error )
123 FT_EXPORT_DEF( FT_Error )
150 FT_EXPORT_DEF( FT_Error )
169 FT_EXPORT_DEF( FT_Error )
204 FT_EXPORT_DEF( FT_Error )
252 FT_EXPORT_DEF( FT_Error )
280 FT_EXPORT_DEF( FT_Error )
331 FT_EXPORT_DEF( FT_Error )
379 FT_EXPORT_DEF( FT_Error )
410 FT_EXPORT_DEF( FT_Error
    [all...]
ftpfr.c 41 FT_EXPORT_DEF( FT_Error )
98 FT_EXPORT_DEF( FT_Error )
127 FT_EXPORT_DEF( FT_Error )
ftfstype.c 27 FT_EXPORT_DEF( FT_UShort )
ftgasp.c 24 FT_EXPORT_DEF( FT_Int )
ftbdf.c 28 FT_EXPORT_DEF( FT_Error )
62 FT_EXPORT_DEF( FT_Error )
fttrigon.c 297 FT_EXPORT_DEF( FT_Fixed )
311 FT_EXPORT_DEF( FT_Fixed )
325 FT_EXPORT_DEF( FT_Fixed )
339 FT_EXPORT_DEF( FT_Angle )
360 FT_EXPORT_DEF( void )
385 FT_EXPORT_DEF( void )
425 FT_EXPORT_DEF( FT_Fixed )
462 FT_EXPORT_DEF( void )
492 FT_EXPORT_DEF( void )
509 FT_EXPORT_DEF( FT_Angle
    [all...]
ftutil.c 243 FT_EXPORT_DEF( FT_ListNode )
268 FT_EXPORT_DEF( void )
294 FT_EXPORT_DEF( void )
320 FT_EXPORT_DEF( void )
347 FT_EXPORT_DEF( void )
380 FT_EXPORT_DEF( FT_Error )
412 FT_EXPORT_DEF( void )
ftsnames.c 35 FT_EXPORT_DEF( FT_UInt )
44 FT_EXPORT_DEF( FT_Error )
95 FT_EXPORT_DEF( FT_Error )
ftsynth.c 47 FT_EXPORT_DEF( void )
89 FT_EXPORT_DEF( void )
ftinit.c 197 FT_EXPORT_DEF( void )
235 FT_EXPORT_DEF( void )
308 FT_EXPORT_DEF( void )
319 FT_EXPORT_DEF( FT_Error )
355 FT_EXPORT_DEF( FT_Error )
ftadvanc.c 74 FT_EXPORT_DEF( FT_Error )
112 FT_EXPORT_DEF( FT_Error )
ftoutln.c 50 FT_EXPORT_DEF( FT_Error )
298 FT_EXPORT_DEF( FT_Error )
340 FT_EXPORT_DEF( FT_Error )
356 FT_EXPORT_DEF( FT_Error )
401 FT_EXPORT_DEF( FT_Error )
438 FT_EXPORT_DEF( FT_Error )
462 FT_EXPORT_DEF( FT_Error )
477 FT_EXPORT_DEF( void )
527 FT_EXPORT_DEF( void )
552 FT_EXPORT_DEF( void
    [all...]
ftglyph.c 315 FT_EXPORT_DEF( FT_Error )
362 FT_EXPORT_DEF( FT_Error )
446 FT_EXPORT_DEF( FT_Error )
479 FT_EXPORT_DEF( void )
526 FT_EXPORT_DEF( FT_Error )
632 FT_EXPORT_DEF( void )
  /external/freetype/builds/vms/
ftconfig.h 414 /* exported library functions: FT_EXPORT and FT_EXPORT_DEF. */
424 /* FT_EXPORT_DEF( return_type ) */
428 /* FT_EXPORT_DEF( FT_Error ) */
436 /* FT_EXPORT_DEF here if you want. */
462 #ifndef FT_EXPORT_DEF
465 #define FT_EXPORT_DEF( x ) extern "C" x
467 #define FT_EXPORT_DEF( x ) extern x
470 #endif /* !FT_EXPORT_DEF */
  /external/freetype/include/freetype/config/
ftconfig.h 430 /* exported library functions: FT_EXPORT and FT_EXPORT_DEF. */
440 /* FT_EXPORT_DEF( return_type ) */
444 /* FT_EXPORT_DEF( FT_Error ) */
452 /* FT_EXPORT_DEF here if you want. */
478 #ifndef FT_EXPORT_DEF
481 #define FT_EXPORT_DEF( x ) extern "C" x
483 #define FT_EXPORT_DEF( x ) extern x
486 #endif /* !FT_EXPORT_DEF */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 429 #ifndef FT_EXPORT_DEF
432 #define FT_EXPORT_DEF( x ) extern "C" x
434 #define FT_EXPORT_DEF( x ) extern x
437 #endif /* !FT_EXPORT_DEF */
  /external/freetype/src/cache/
ftcmanag.c 182 FT_EXPORT_DEF( FT_Error )
309 FT_EXPORT_DEF( FT_Error )
354 FT_EXPORT_DEF( FT_Error )
416 FT_EXPORT_DEF( void )
456 FT_EXPORT_DEF( void )
669 FT_EXPORT_DEF( void )
693 FT_EXPORT_DEF( void )

Completed in 770 milliseconds

1 2