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

1 2 3

  /external/freetype/builds/unix/
ftsystem.c 172 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
229 FT_BASE_DEF( FT_Error )
244 FT_ERROR(( "FT_Stream_Open:" ));
245 FT_ERROR(( " could not open `%s'\n", filepathname ));
264 FT_ERROR(( "FT_Stream_Open:" ));
265 FT_ERROR(( " could not `fstat' file `%s'\n", filepathname ));
280 FT_ERROR(( "FT_Stream_Open: file is too big\n" ));
285 FT_ERROR(( "FT_Stream_Open: zero-length file\n" ));
307 FT_ERROR(( "FT_Stream_Open:" ));
308 FT_ERROR(( " could not `mmap' file `%s'\n", filepathname ))
    [all...]
  /external/freetype/builds/vms/
ftsystem.c 171 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
206 FT_BASE_DEF( FT_Error )
221 FT_ERROR(( "FT_Stream_Open:" ));
222 FT_ERROR(( " could not open `%s'\n", filepathname ));
228 FT_ERROR(( "FT_Stream_Open:" ));
229 FT_ERROR(( " could not `fstat' file `%s'\n", filepathname ));
236 FT_ERROR(( "FT_Stream_Open:" ));
237 FT_ERROR(( " opened `%s' but zero-sized\n", filepathname ));
251 FT_ERROR(( "FT_Stream_Open:" ));
252 FT_ERROR(( " could not `mmap' file `%s'\n", filepathname ))
    [all...]
  /external/freetype/builds/amiga/src/base/
ftsystem.c 234 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
380 FT_BASE_DEF( FT_Error )
398 FT_ERROR(( "FT_Stream_Open:" ));
399 FT_ERROR(( " could not open `%s'\n", filepathname ));
407 FT_ERROR(( "FT_Stream_Open:" ));
408 FT_ERROR(( " could not open `%s'\n", filepathname ));
418 FT_ERROR(( "FT_Stream_Open:" ));
419 FT_ERROR(( " could not open `%s'\n", filepathname ));
428 FT_ERROR(( "FT_Stream_Open:" ));
429 FT_ERROR(( " could not open `%s'\n", filepathname ))
    [all...]
  /external/freetype/src/psaux/
t1decode.c 37 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
217 FT_LOCAL_DEF( FT_Error )
255 static FT_Error
263 FT_Error error;
278 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
284 FT_ERROR(( "t1operator_seac: unexpected seac\n" ));
300 FT_ERROR(( "t1operator_seac:"
321 FT_ERROR(( "t1operator_seac:"
434 FT_LOCAL_DEF( FT_Error )
439 FT_Error error
    [all...]
psintrp.c 58 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
67 FT_Error* error )
296 FT_ERROR(( "cf2_doStems (Type 1 mode):"
481 FT_Error lastError = FT_Err_Ok;
486 FT_Error* error = &font->error;
683 FT_ERROR(( "cf2_interpT2CharString (Type 1 mode):"
841 FT_ERROR(( "cf2_interpT2CharString (Type 1 mode):"
    [all...]
cffdecode.c 34 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
214 static FT_Error
222 FT_Error error;
234 FT_ERROR(( "cff_operator_seac: invalid nested seac\n" ));
261 FT_ERROR(( "cff_operator_seac:"
447 FT_ERROR(( "cff_lookup_glyph_by_stdcharcode:"
496 FT_LOCAL_DEF( FT_Error )
502 FT_Error error;
    [all...]
psobjs.c 35 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
73 FT_LOCAL_DEF( FT_Error )
78 FT_Error error;
120 static FT_Error
126 FT_Error error;
176 FT_LOCAL_DEF( FT_Error )
184 FT_ERROR(( "ps_table_add: invalid index\n" ));
191 FT_Error error;
247 FT_Error error;
342 static FT_Error
    [all...]
  /external/freetype/include/freetype/internal/
ftdebug.h 193 * Define the FT_ERROR macro.
201 #define FT_ERROR( varformat ) FT_Message varformat
205 #define FT_ERROR( varformat ) do { } while ( 0 ) /* nothing */
264 FT_Throw( FT_Error error,
  /external/freetype/src/base/
ftsystem.c 153 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
236 FT_BASE_DEF( FT_Error )
256 FT_ERROR(( "FT_Stream_Open:"
266 FT_ERROR(( "FT_Stream_Open:" ));
267 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 50 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
82 FT_Error error;
195 FT_EXPORT_DEF( FT_Error )
198 FT_Error error;
210 FT_ERROR(( "FT_Init_FreeType: cannot find memory manager\n" ));
231 FT_EXPORT_DEF( FT_Error )
  /external/freetype/src/cid/
cidload.c 34 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
70 static FT_Error
75 FT_Error error;
118 FT_ERROR(( "cid_load_keyword: invalid use of `%s'\n",
157 FT_CALLBACK_DEF( FT_Error )
196 FT_ERROR(( "cid_parse_font_matrix: invalid font matrix\n" ));
221 FT_ERROR(( "t1_parse_font_matrix: invalid font matrix\n" ));
235 FT_CALLBACK_DEF( FT_Error )
242 FT_Error error = FT_Err_Ok;
249 FT_ERROR(( "parse_fd_array: invalid number of dictionaries\n" ))
    [all...]
cidparse.c 32 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
56 FT_LOCAL_DEF( FT_Error )
62 FT_Error error;
221 FT_ERROR(( "cid_parser_new: invalid length of hex data\n" ));
cidobjs.c 37 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
57 FT_LOCAL_DEF( FT_Error )
131 FT_LOCAL_DEF( FT_Error )
135 FT_Error error = FT_Err_Ok;
156 FT_LOCAL( FT_Error )
284 FT_LOCAL_DEF( FT_Error )
292 FT_Error error;
311 FT_ERROR(( "cid_face_init: cannot access `psaux' module\n" ));
346 FT_ERROR(( "cid_face_init: invalid face index\n" ));
473 FT_LOCAL_DEF( FT_Error )
    [all...]
  /external/freetype/src/type42/
t42parse.c 29 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
135 FT_LOCAL_DEF( FT_Error )
141 FT_Error error = FT_Err_Ok;
266 FT_ERROR(( "t42_parse_font_matrix: invalid font matrix\n" ));
289 FT_ERROR(( "t42_parse_font_matrix: invalid font matrix\n" ));
315 FT_ERROR(( "t42_parse_encoding: out of bounds\n" ));
328 FT_Error error;
346 FT_ERROR(( "t42_parse_encoding: invalid encoding array size\n" ));
543 FT_Error error;
572 FT_ERROR(( "t42_parse_sfnts: can't find begin of sfnts vector\n" ))
    [all...]
t42objs.c 31 static FT_Error
38 FT_Error error;
70 FT_ERROR(( "T42_Open_Face: cannot handle FontType %d\n",
82 FT_ERROR(( "T42_Open_Face: no charstrings array in face\n" ));
163 FT_LOCAL_DEF( FT_Error )
171 FT_Error error;
194 FT_ERROR(( "T42_Face_Init: cannot access `psaux' module\n" ));
213 FT_ERROR(( "T42_Face_Init: invalid face index\n" ));
475 FT_LOCAL_DEF( FT_Error )
485 FT_ERROR(( "T42_Driver_Init: cannot access `truetype' module\n" ))
    [all...]
  /external/freetype/src/type1/
t1parse.c 49 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
69 static FT_Error
74 FT_Error error;
97 static FT_Error
102 FT_Error error;
135 FT_LOCAL_DEF( FT_Error )
141 FT_Error error;
260 FT_LOCAL_DEF( FT_Error )
266 FT_Error error = FT_Err_Ok;
300 FT_ERROR(( "T1_Get_Private_Dict:
    [all...]
t1load.c 85 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
103 static FT_Error
110 FT_Error error = FT_Err_Ok;
191 FT_LOCAL_DEF( FT_Error )
197 FT_Error error;
301 FT_LOCAL_DEF( FT_Error )
308 FT_Error error;
366 static FT_Error
420 FT_LOCAL_DEF( FT_Error )
425 FT_Error error
    [all...]
  /external/freetype/src/bdf/
bdflib.c 48 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
231 typedef FT_Error
312 static FT_Error
316 FT_Error error = FT_Err_Ok;
411 static FT_Error
421 FT_Error error = FT_Err_Ok;
520 static FT_Error
532 FT_Error error = FT_Err_Ok;
599 FT_ERROR(( "_bdf_readstream: " ERRMSG6, lineno ));
833 static FT_Error
    [all...]
  /external/freetype/src/pfr/
pfrload.c 125 FT_LOCAL_DEF( FT_Error )
133 FT_LOCAL_DEF( FT_Error )
139 FT_Error error = FT_Err_Ok;
181 FT_ERROR(( "pfr_extra_items_parse: invalid extra items table\n" ));
240 FT_LOCAL_DEF( FT_Error )
244 FT_Error error;
288 FT_LOCAL_DEF( FT_Error )
293 FT_Error error;
312 FT_ERROR(( "pfr_log_font_count:"
326 FT_LOCAL_DEF( FT_Error )
    [all...]
pfrgload.c 126 static FT_Error
132 FT_Error error;
139 FT_ERROR(( "pfr_glyph_line_to: invalid glyph data\n" ));
160 static FT_Error
168 FT_Error error;
175 FT_ERROR(( "pfr_glyph_line_to: invalid glyph data\n" ));
201 static FT_Error
206 FT_Error error;
248 static FT_Error
253 FT_Error error = FT_Err_Ok
    [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 44 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
159 static FT_Error
165 FT_Error error;
256 FT_ERROR(( "load_format_20:"
272 FT_ERROR(( "load_format_20:"
314 static FT_Error
320 FT_Error error;
381 static FT_Error
385 FT_Error error;
487 FT_LOCAL_DEF( FT_Error )
    [all...]
  /external/freetype/src/cff/
cffload.c 202 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log
212 FT_Error *errorp )
214 FT_Error error;
234 static FT_Error
240 FT_Error error;
341 static FT_Error
344 FT_Error error = FT_Err_Ok;
405 static FT_Error
411 FT_Error error = FT_Err_Ok;
497 FT_LOCAL_DEF( FT_Error )
    [all...]
  /external/freetype/src/raster/
ftrend1.c 30 static FT_Error
40 static FT_Error
53 static FT_Error
59 FT_Error error = FT_Err_Ok;
93 static FT_Error
99 FT_Error error = FT_Err_Ok;
134 FT_ERROR(( "ft_raster1_render: glyph is too large: %u x %u\n",

Completed in 836 milliseconds

1 2 3