Searched refs:FT_SET_ERROR (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | ftglue.h | 87 #define FT_SET_ERROR( expression ) \ macro
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftstream.h | 526 FT_SET_ERROR( FT_Stream_Seek( stream, \ 530 FT_SET_ERROR( FT_Stream_Skip( stream, \ 534 FT_SET_ERROR( FT_Stream_Read( stream, \ 539 FT_SET_ERROR( FT_Stream_ReadAt( stream, \ 545 FT_SET_ERROR( FT_Stream_ReadFields( stream, fields, object ) ) 549 FT_SET_ERROR( \ 557 FT_SET_ERROR( \
|
| H A D | ftmemory.h | 35 * FT_SET_ERROR 42 #undef FT_SET_ERROR 43 #define FT_SET_ERROR( expression ) \ macro
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | t1decode.c | 832 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) || 833 FT_SET_ERROR( t1_builder_check_points( builder, 6 ) ) ) 865 if ( FT_SET_ERROR( t1_builder_check_points( builder, 1 ) ) ) 1300 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) ) 1322 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) || 1323 FT_SET_ERROR( t1_builder_check_points( builder, 3 ) ) ) 1340 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) ) 1347 if ( FT_SET_ERROR( t1_builder_add_point1( builder, x, y ) ) ) 1368 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) || 1369 FT_SET_ERROR( t1_builder_check_point [all...] |
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffload.c | 2289 if ( FT_SET_ERROR( cff_index_init( &font->global_subrs_index, 2296 if ( FT_SET_ERROR( cff_index_init( &font->name_index, 2319 if ( FT_SET_ERROR( cff_index_init( &font->font_dict_index, 2321 FT_SET_ERROR( cff_index_init( &string_index, 2323 FT_SET_ERROR( cff_index_init( &font->global_subrs_index, 2325 FT_SET_ERROR( cff_index_get_pointers( &string_index,
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttgxvar.c | 1496 if ( FT_SET_ERROR( face->goto_table( face, 2111 if ( FT_SET_ERROR( face->goto_table( face, TTAG_gvar, 2115 if ( FT_SET_ERROR( face->goto_table( face, TTAG_CFF2, 2124 if ( FT_SET_ERROR( face->goto_table( face, TTAG_fvar, 2532 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) 2566 if ( FT_SET_ERROR( ft_var_load_gvar( face ) ) ) 2788 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) 2798 if ( FT_SET_ERROR( tt_set_mm_blend( face, 0, NULL, 1 ) ) ) 2877 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) 3011 if ( FT_SET_ERROR( TT_Get_MM_Va [all...] |
| H A D | ttgload.c | 2013 if ( FT_SET_ERROR( TT_Vary_Apply_Glyph_Deltas(
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidload.c | 816 FT_SET_ERROR( cid_hex_to_binary( face->binary_data,
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfwoff2.c | 42 #define READ_255USHORT( var ) FT_SET_ERROR( Read255UShort( stream, &var ) ) 44 #define READ_BASE128( var ) FT_SET_ERROR( ReadBase128( stream, &var ) )
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| H A D | bdfdrivr.c | 437 if ( FT_SET_ERROR( bdf_interpret_style( face ) ) )
|
| /xsrc/external/mit/freetype/dist/src/type42/ |
| H A D | t42parse.c | 368 FT_SET_ERROR( psaux->ps_table_funcs->init(
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| H A D | pcfread.c | 1487 if ( FT_SET_ERROR( pcf_interpret_style( face ) ) )
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1load.c | 1525 FT_SET_ERROR( psaux->ps_table_funcs->init(
|
Completed in 100 milliseconds