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

  /external/freetype/include/freetype/internal/
ftdebug.h 169 /* Define the FT_ERROR macro. */
177 #define FT_ERROR( varformat ) FT_Message varformat
181 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */
  /external/freetype/src/base/
ftsystem.c 145 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
223 FT_BASE_DEF( FT_Error )
243 FT_ERROR(( "FT_Stream_Open:"
253 FT_ERROR(( "FT_Stream_Open:" ));
254 FT_ERROR(( " opened `%s' but zero-sized\n", filepathname ));
ftstream.c 27 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
56 FT_BASE_DEF( FT_Error )
60 FT_Error error = FT_Err_Ok;
67 FT_ERROR(( "FT_Stream_Seek:"
77 FT_ERROR(( "FT_Stream_Seek:"
91 FT_BASE_DEF( FT_Error )
109 FT_BASE_DEF( FT_Error )
118 FT_BASE_DEF( FT_Error )
124 FT_Error error = FT_Err_Ok;
130 FT_ERROR(( "FT_Stream_ReadAt:
    [all...]
ftinit.c 51 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
91 FT_EXTERNC FT_Error FT_Create_Class_##x( FT_Library library, FT_Module_Class** output_class ); \
141 FT_BASE_DEF( FT_Error )
144 FT_Error error;
180 FT_Error error;
202 FT_EXPORT_DEF( FT_Error )
205 FT_Error error;
215 FT_ERROR(( "FT_Init_FreeType: cannot find memory manager\n" ));
234 FT_EXPORT_DEF( FT_Error )
ftobjs.c 95 FT_Error error )
126 FT_BASE_DEF( FT_Error )
131 FT_Error error;
214 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
234 static FT_Error
240 FT_Error error = FT_Err_Ok;
294 FT_BASE_DEF( FT_Error )
299 FT_Error error;
375 FT_BASE_DEF( FT_Error )
379 FT_Error error
    [all...]
  /external/freetype/src/psaux/
t1decode.c 36 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
184 static FT_Error
192 FT_Error error;
207 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
223 FT_ERROR(( "t1operator_seac:"
244 FT_ERROR(( "t1operator_seac:"
354 FT_LOCAL_DEF( FT_Error )
359 FT_Error error;
511 FT_ERROR(( "t1_decoder_parse_charstrings:"
547 FT_ERROR(( "t1_decoder_parse_charstrings:
    [all...]
psobjs.c 33 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
68 FT_LOCAL_DEF( FT_Error )
73 FT_Error error;
115 static FT_Error
121 FT_Error error;
167 FT_LOCAL_DEF( FT_Error )
175 FT_ERROR(( "ps_table_add: invalid index\n" ));
181 FT_ERROR(( "ps_table_add: invalid length\n" ));
188 FT_Error error;
243 FT_Error error
    [all...]
  /external/freetype/src/cff/
cffload.c 194 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
204 FT_Error *errorp )
206 FT_Error error;
226 static FT_Error
231 FT_Error error;
319 static FT_Error
322 FT_Error error = CFF_Err_Ok;
383 static FT_Error
388 FT_Error error = CFF_Err_Ok;
469 FT_LOCAL_DEF( FT_Error )
    [all...]
cffgload.c 35 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
407 FT_LOCAL_DEF( FT_Error )
415 FT_Error error = CFF_Err_Ok;
464 static FT_Error
498 static FT_Error
503 FT_Error error;
515 static FT_Error
519 FT_Error error;
543 static FT_Error
548 FT_Error error = CFF_Err_Ok
    [all...]
cffobjs.c 37 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
152 FT_LOCAL_DEF( FT_Error )
156 FT_Error error = CFF_Err_Ok;
205 FT_LOCAL_DEF( FT_Error )
262 FT_LOCAL_DEF( FT_Error )
345 FT_LOCAL_DEF( FT_Error )
384 FT_Error error;
477 FT_LOCAL_DEF( FT_Error )
485 FT_Error error;
525 FT_ERROR(( "cff_face_init: invalid face index\n" ))
    [all...]
cffdrivr.c 46 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
103 FT_CALLBACK_DEF( FT_Error )
152 FT_CALLBACK_DEF( FT_Error )
158 FT_Error error;
191 FT_CALLBACK_DEF( FT_Error )
199 FT_Error error = CFF_Err_Ok;
225 static FT_Error
234 FT_Error error;
239 FT_ERROR(( "cff_get_glyph_name:"
320 static FT_Error
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 31 static FT_Error
46 static FT_Error
58 static FT_Error
64 FT_Error error = Smooth_Err_Ok;
98 static FT_Error
105 FT_Error error;
148 FT_ERROR(( "ft_smooth_render_generic: glyph too large:"
158 FT_ERROR(( "ft_smooth_render_generic: glyph too large:"
228 FT_ERROR(( "ft_smooth_render_generic: glyph too large: %u x %u\n",
374 static FT_Error
    [all...]
ftgrays.c 87 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
164 #ifndef FT_ERROR
165 #define FT_ERROR( varformat ) FT_Message varformat
172 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
    [all...]
  /external/freetype/src/sfnt/
ttkern.c 32 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
43 FT_LOCAL_DEF( FT_Error )
47 FT_Error error;
62 FT_ERROR(( "tt_face_load_kern:"
70 FT_ERROR(( "tt_face_load_kern:"
ttpost.c 40 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
155 static FT_Error
161 FT_Error error;
249 FT_ERROR(( "load_format_20:"
265 FT_ERROR(( "load_format_20:"
307 static FT_Error
313 FT_Error error;
373 static FT_Error
377 FT_Error error;
476 FT_LOCAL_DEF( FT_Error )
    [all...]
ttsbit0.c 35 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
42 FT_LOCAL_DEF( FT_Error )
46 FT_Error error = SFNT_Err_Ok;
65 FT_ERROR(( "tt_face_load_sbit_strikes: table too short\n" ));
83 FT_ERROR(( "tt_face_load_sbit_strikes: invalid table version\n" ));
121 FT_LOCAL_DEF( FT_Error )
130 FT_LOCAL_DEF( FT_Error )
181 static FT_Error
187 FT_Error error;
249 static FT_Error
    [all...]
ttload.c 33 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
126 FT_LOCAL_DEF( FT_Error )
133 FT_Error error;
169 static FT_Error
173 FT_Error error;
319 FT_LOCAL_DEF( FT_Error )
324 FT_Error error;
464 FT_LOCAL_DEF( FT_Error )
471 FT_Error error;
530 static FT_Error
    [all...]
ttsbit.c 46 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
240 static FT_Error
244 FT_Error error;
272 static FT_Error
277 FT_Error error;
335 static FT_Error
339 FT_Error error;
417 FT_LOCAL_DEF( FT_Error )
421 FT_Error error = SFNT_Err_Ok;
498 FT_ERROR(( "tt_face_load_sbit_strikes: invalid table version\n" ))
    [all...]
ttcmap.c 34 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
54 FT_CALLBACK_DEF( FT_Error )
87 FT_CALLBACK_DEF( FT_Error )
154 FT_CALLBACK_DEF( FT_Error )
274 FT_CALLBACK_DEF( FT_Error )
530 FT_CALLBACK_DEF( FT_Error )
651 FT_CALLBACK_DEF( FT_Error )
807 FT_CALLBACK_DEF( FT_Error )
815 FT_Error error = SFNT_Err_Ok;
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 60 static FT_Error
67 FT_Error error = PSH_Err_Ok;
81 static FT_Error
86 FT_Error error = PSH_Err_Ok;
135 static FT_Error
142 FT_Error error = PSH_Err_Ok;
184 static FT_Error
189 FT_Error error = PSH_Err_Ok;
232 static FT_Error
239 FT_Error error = PSH_Err_Ok
    [all...]
  /external/freetype/src/raster/
ftraster.c 173 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
191 #ifndef FT_ERROR
192 #define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
227 #include FT_INTERNAL_DEBUG_H /* for FT_TRACE() and FT_ERROR() */
462 FT_Error error;
    [all...]
  /external/freetype/src/truetype/
ttgload.c 40 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
178 FT_Error error;
267 FT_CALLBACK_DEF( FT_Error )
273 FT_Error error;
303 FT_CALLBACK_DEF( FT_Error )
331 FT_CALLBACK_DEF( FT_Error )
334 FT_Error error;
557 FT_CALLBACK_DEF( FT_Error )
560 FT_Error error;
716 static FT_Error
    [all...]
ttinterp.c 45 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
279 FT_LOCAL_DEF( FT_Error )
329 FT_LOCAL_DEF( FT_Error )
364 FT_LOCAL_DEF( FT_Error )
403 FT_LOCAL_DEF( FT_Error )
452 static FT_Error
456 FT_Error error;
484 FT_ERROR(( "Init_Context: not enough memory for %p\n", exec ));
515 FT_LOCAL_DEF( FT_Error )
522 FT_Error error
    [all...]

Completed in 442 milliseconds