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

1 2

  /external/freetype/src/pshinter/
pshmod.c 40 FT_CALLBACK_DEF( void )
51 FT_CALLBACK_DEF( FT_Error )
73 FT_CALLBACK_DEF( PSH_Globals_Funcs )
81 FT_CALLBACK_DEF( T1_Hints_Funcs )
89 FT_CALLBACK_DEF( T2_Hints_Funcs )
  /external/pdfium/third_party/freetype/src/pshinter/
pshmod.c 40 FT_CALLBACK_DEF( void )
51 FT_CALLBACK_DEF( FT_Error )
73 FT_CALLBACK_DEF( PSH_Globals_Funcs )
81 FT_CALLBACK_DEF( T1_Hints_Funcs )
89 FT_CALLBACK_DEF( T2_Hints_Funcs )
  /external/freetype/src/cff/
cffcmap.c 35 FT_CALLBACK_DEF( FT_Error )
52 FT_CALLBACK_DEF( void )
59 FT_CALLBACK_DEF( FT_UInt )
73 FT_CALLBACK_DEF( FT_UInt32 )
127 FT_CALLBACK_DEF( const char* )
140 FT_CALLBACK_DEF( FT_Error )
167 FT_CALLBACK_DEF( void )
179 FT_CALLBACK_DEF( FT_UInt )
192 FT_CALLBACK_DEF( FT_UInt32 )
cffdrivr.c 99 FT_CALLBACK_DEF( FT_Error )
145 FT_CALLBACK_DEF( FT_Error )
186 FT_CALLBACK_DEF( FT_Error )
819 FT_CALLBACK_DEF( FT_Module_Interface )
  /external/pdfium/third_party/freetype/src/cff/
cffcmap.c 35 FT_CALLBACK_DEF( FT_Error )
52 FT_CALLBACK_DEF( void )
59 FT_CALLBACK_DEF( FT_UInt )
73 FT_CALLBACK_DEF( FT_UInt32 )
127 FT_CALLBACK_DEF( const char* )
140 FT_CALLBACK_DEF( FT_Error )
167 FT_CALLBACK_DEF( void )
179 FT_CALLBACK_DEF( FT_UInt )
192 FT_CALLBACK_DEF( FT_UInt32 )
cffdrivr.c 99 FT_CALLBACK_DEF( FT_Error )
145 FT_CALLBACK_DEF( FT_Error )
186 FT_CALLBACK_DEF( FT_Error )
819 FT_CALLBACK_DEF( FT_Module_Interface )
  /external/freetype/src/psaux/
t1cmap.c 52 FT_CALLBACK_DEF( void )
62 FT_CALLBACK_DEF( FT_UInt )
98 FT_CALLBACK_DEF( FT_UInt32 )
122 FT_CALLBACK_DEF( FT_Error )
148 FT_CALLBACK_DEF( FT_Error )
182 FT_CALLBACK_DEF( FT_Error )
203 FT_CALLBACK_DEF( void )
212 FT_CALLBACK_DEF( FT_UInt )
227 FT_CALLBACK_DEF( FT_UInt32 )
277 FT_CALLBACK_DEF( const char *
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1cmap.c 52 FT_CALLBACK_DEF( void )
62 FT_CALLBACK_DEF( FT_UInt )
98 FT_CALLBACK_DEF( FT_UInt32 )
122 FT_CALLBACK_DEF( FT_Error )
148 FT_CALLBACK_DEF( FT_Error )
182 FT_CALLBACK_DEF( FT_Error )
203 FT_CALLBACK_DEF( void )
212 FT_CALLBACK_DEF( FT_UInt )
227 FT_CALLBACK_DEF( FT_UInt32 )
277 FT_CALLBACK_DEF( const char *
    [all...]
  /external/freetype/src/base/
ftsystem.c 68 FT_CALLBACK_DEF( void* )
98 FT_CALLBACK_DEF( void* )
124 FT_CALLBACK_DEF( void )
167 FT_CALLBACK_DEF( void )
200 FT_CALLBACK_DEF( unsigned long )
ftglyph.c 59 FT_CALLBACK_DEF( FT_Error )
94 FT_CALLBACK_DEF( FT_Error )
110 FT_CALLBACK_DEF( void )
121 FT_CALLBACK_DEF( void )
157 FT_CALLBACK_DEF( FT_Error )
190 FT_CALLBACK_DEF( void )
200 FT_CALLBACK_DEF( FT_Error )
221 FT_CALLBACK_DEF( void )
237 FT_CALLBACK_DEF( void )
248 FT_CALLBACK_DEF( FT_Error
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftsystem.c 68 FT_CALLBACK_DEF( void* )
98 FT_CALLBACK_DEF( void* )
124 FT_CALLBACK_DEF( void )
167 FT_CALLBACK_DEF( void )
200 FT_CALLBACK_DEF( unsigned long )
ftglyph.c 59 FT_CALLBACK_DEF( FT_Error )
94 FT_CALLBACK_DEF( FT_Error )
110 FT_CALLBACK_DEF( void )
121 FT_CALLBACK_DEF( void )
157 FT_CALLBACK_DEF( FT_Error )
190 FT_CALLBACK_DEF( void )
200 FT_CALLBACK_DEF( FT_Error )
221 FT_CALLBACK_DEF( void )
237 FT_CALLBACK_DEF( void )
248 FT_CALLBACK_DEF( FT_Error
    [all...]
  /external/freetype/src/cache/
ftccmap.c 94 FT_CALLBACK_DEF( void )
107 FT_CALLBACK_DEF( FT_Error )
137 FT_CALLBACK_DEF( FT_Offset )
149 FT_CALLBACK_DEF( FT_Bool )
175 FT_CALLBACK_DEF( FT_Bool )
ftcbasic.c 68 FT_CALLBACK_DEF( FT_Bool )
80 FT_CALLBACK_DEF( FT_Error )
96 FT_CALLBACK_DEF( FT_UInt )
124 FT_CALLBACK_DEF( FT_Error )
153 FT_CALLBACK_DEF( FT_Error )
203 FT_CALLBACK_DEF( FT_Bool )
  /external/freetype/include/config/
ftconfig.h 430 /* FT_CALLBACK_DEF is used to _define_ a callback function. */
442 #ifndef FT_CALLBACK_DEF
444 #define FT_CALLBACK_DEF( x ) extern "C" x
446 #define FT_CALLBACK_DEF( x ) static x
448 #endif /* FT_CALLBACK_DEF */
  /external/pdfium/third_party/freetype/include/freetype/config/
ftconfig.h 430 /* FT_CALLBACK_DEF is used to _define_ a callback function. */
442 #ifndef FT_CALLBACK_DEF
444 #define FT_CALLBACK_DEF( x ) extern "C" x
446 #define FT_CALLBACK_DEF( x ) static x
448 #endif /* FT_CALLBACK_DEF */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 461 /* FT_CALLBACK_DEF is used to _define_ a callback function. */
473 #ifndef FT_CALLBACK_DEF
475 #define FT_CALLBACK_DEF( x ) extern "C" x
477 #define FT_CALLBACK_DEF( x ) static x
479 #endif /* FT_CALLBACK_DEF */
  /external/freetype/src/sfnt/
ttcmap.c 54 FT_CALLBACK_DEF( FT_Error )
87 FT_CALLBACK_DEF( FT_Error )
123 FT_CALLBACK_DEF( FT_UInt )
134 FT_CALLBACK_DEF( FT_UInt32 )
160 FT_CALLBACK_DEF( FT_Error )
284 FT_CALLBACK_DEF( FT_Error )
444 FT_CALLBACK_DEF( FT_UInt )
482 FT_CALLBACK_DEF( FT_UInt32 )
549 FT_CALLBACK_DEF( FT_Error )
674 FT_CALLBACK_DEF( FT_Error
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 61 FT_CALLBACK_DEF( FT_Error )
94 FT_CALLBACK_DEF( FT_Error )
130 FT_CALLBACK_DEF( FT_UInt )
141 FT_CALLBACK_DEF( FT_UInt32 )
167 FT_CALLBACK_DEF( FT_Error )
291 FT_CALLBACK_DEF( FT_Error )
452 FT_CALLBACK_DEF( FT_UInt )
491 FT_CALLBACK_DEF( FT_UInt32 )
558 FT_CALLBACK_DEF( FT_Error )
683 FT_CALLBACK_DEF( FT_Error
    [all...]
  /external/freetype/src/autofit/
afmodule.c 266 FT_CALLBACK_DEF( FT_Module_Interface )
288 FT_CALLBACK_DEF( FT_Error )
304 FT_CALLBACK_DEF( void )
316 FT_CALLBACK_DEF( FT_Error )
  /external/pdfium/third_party/freetype/src/cid/
cidriver.c 179 FT_CALLBACK_DEF( FT_Module_Interface )
cidload.c 149 FT_CALLBACK_DEF( FT_Error )
212 FT_CALLBACK_DEF( FT_Error )
260 FT_CALLBACK_DEF( FT_Error )
  /external/freetype/src/pfr/
pfrload.c 347 FT_CALLBACK_DEF( FT_Error )
447 FT_CALLBACK_DEF( FT_Error )
473 FT_CALLBACK_DEF( FT_Error )
518 FT_CALLBACK_DEF( FT_Error )
  /external/freetype/src/truetype/
ttdriver.c 466 FT_CALLBACK_DEF( FT_Module_Interface )
  /external/pdfium/third_party/freetype/src/truetype/
ttdriver.c 466 FT_CALLBACK_DEF( FT_Module_Interface )

Completed in 493 milliseconds

1 2