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

1 2

  /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 */
212 FT_LOCAL_DEF( FT_Error )
244 static FT_Error
252 FT_Error error;
267 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
273 FT_ERROR(( "t1operator_seac: unexpected seac\n" ));
289 FT_ERROR(( "t1operator_seac:"
310 FT_ERROR(( "t1operator_seac:"
420 FT_LOCAL_DEF( FT_Error )
425 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;
682 FT_ERROR(( "cf2_interpT2CharString (Type 1 mode):"
840 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:"
444 FT_ERROR(( "cff_lookup_glyph_by_stdcharcode:"
489 FT_LOCAL_DEF( FT_Error )
495 FT_Error error;
    [all...]
psobjs.c 35 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
70 FT_LOCAL_DEF( FT_Error )
75 FT_Error error;
117 static FT_Error
123 FT_Error error;
169 FT_LOCAL_DEF( FT_Error )
177 FT_ERROR(( "ps_table_add: invalid index\n" ));
184 FT_Error error;
239 FT_Error error;
334 static FT_Error
    [all...]
  /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 */
240 FT_Throw( FT_Error error,
  /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...]
  /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" ));
308 FT_ERROR(( "t42_parse_encoding: out of bounds\n" ));
321 FT_Error error;
339 FT_ERROR(( "t42_parse_encoding: invalid encoding array size\n" ));
536 FT_Error error;
565 FT_ERROR(( "t42_parse_sfnts: can't find begin of sfnts vector\n" ));
599 FT_ERROR(( "t42_parse_sfnts: invalid data in sfnts array\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" ));
474 FT_LOCAL_DEF( FT_Error )
484 FT_ERROR(( "T42_Driver_Init: cannot access `truetype' module\n" ))
    [all...]
  /external/freetype/src/cid/
cidload.c 33 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
69 static FT_Error
74 FT_Error error;
115 FT_ERROR(( "cid_load_keyword: invalid use of `%s'\n",
149 FT_CALLBACK_DEF( FT_Error )
180 FT_ERROR(( "cid_parse_font_matrix: invalid font matrix\n" ));
212 FT_CALLBACK_DEF( FT_Error )
219 FT_Error error = FT_Err_Ok;
226 FT_ERROR(( "parse_fd_array: invalid number of dictionaries\n" ));
286 FT_CALLBACK_DEF( FT_Error )
    [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 )
278 FT_LOCAL_DEF( FT_Error )
286 FT_Error error;
305 FT_ERROR(( "cid_face_init: cannot access `psaux' module\n" ));
340 FT_ERROR(( "cid_face_init: invalid face index\n" ));
466 FT_LOCAL_DEF( FT_Error )
    [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;
369 static FT_Error
423 FT_LOCAL_DEF( FT_Error )
428 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;
484 FT_LOCAL_DEF( FT_Error )
    [all...]
sfobjs.c 47 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
63 FT_Error error;
98 FT_Error error;
131 FT_LOCAL_DEF( FT_Error )
137 FT_Error error = FT_Err_Ok;
396 static FT_Error
401 FT_Error error = FT_Err_Ok;
462 FT_ERROR(( "woff_font_open: invalid WOFF header\n" ));
536 FT_ERROR(( "woff_font_open: table tags are not sorted\n" ));
571 FT_ERROR(( "woff_font_open: invalid table offsets\n" ))
    [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...]
cffdrivr.c 56 /* parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log */
108 FT_CALLBACK_DEF( FT_Error )
154 FT_CALLBACK_DEF( FT_Error )
160 FT_Error error;
195 FT_CALLBACK_DEF( FT_Error )
203 FT_Error error = FT_Err_Ok;
309 static FT_Error
318 FT_Error error;
341 FT_ERROR(( "cff_get_glyph_name:"
352 FT_ERROR(( "cff_get_glyph_name:
    [all...]

Completed in 583 milliseconds

1 2