Searched refs:FT_SET_ERROR (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/psaux/ |
D | t1decode.c | 826 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) || in t1_decoder_parse_charstrings() 827 FT_SET_ERROR( t1_builder_check_points( builder, 6 ) ) ) in t1_decoder_parse_charstrings() 859 if ( FT_SET_ERROR( t1_builder_check_points( builder, 1 ) ) ) in t1_decoder_parse_charstrings() 1294 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) ) in t1_decoder_parse_charstrings() 1316 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) || in t1_decoder_parse_charstrings() 1317 FT_SET_ERROR( t1_builder_check_points( builder, 3 ) ) ) in t1_decoder_parse_charstrings() 1334 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) ) in t1_decoder_parse_charstrings() 1341 if ( FT_SET_ERROR( t1_builder_add_point1( builder, x, y ) ) ) in t1_decoder_parse_charstrings() 1362 if ( FT_SET_ERROR( t1_builder_start_point( builder, x, y ) ) || in t1_decoder_parse_charstrings() 1363 FT_SET_ERROR( t1_builder_check_points( builder, 3 ) ) ) in t1_decoder_parse_charstrings() [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 509 FT_SET_ERROR( FT_Stream_Seek( stream, \ 513 FT_SET_ERROR( FT_Stream_Skip( stream, \ 517 FT_SET_ERROR( FT_Stream_Read( stream, \ 522 FT_SET_ERROR( FT_Stream_ReadAt( stream, \ 528 FT_SET_ERROR( FT_Stream_ReadFields( stream, fields, object ) ) 532 FT_SET_ERROR( \ 540 FT_SET_ERROR( \
|
D | ftmemory.h | 41 #undef FT_SET_ERROR 42 #define FT_SET_ERROR( expression ) \ macro
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 1470 if ( FT_SET_ERROR( face->goto_table( face, in ft_var_load_gvar() 2036 if ( FT_SET_ERROR( face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var() 2040 if ( FT_SET_ERROR( face->goto_table( face, TTAG_CFF2, in TT_Get_MM_Var() 2049 if ( FT_SET_ERROR( face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var() 2457 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in tt_set_mm_blend() 2491 if ( FT_SET_ERROR( ft_var_load_gvar( face ) ) ) in tt_set_mm_blend() 2713 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Get_MM_Blend() 2723 if ( FT_SET_ERROR( tt_set_mm_blend( face, 0, NULL, 1 ) ) ) in TT_Get_MM_Blend() 2802 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Set_Var_Design() 2936 if ( FT_SET_ERROR( TT_Get_MM_Var( face, NULL ) ) ) in TT_Get_Var_Design() [all …]
|
D | ttgload.c | 1915 if ( FT_SET_ERROR( TT_Vary_Apply_Glyph_Deltas( in load_truetype_glyph()
|
/external/freetype/src/cff/ |
D | cffload.c | 2283 if ( FT_SET_ERROR( cff_index_init( &font->global_subrs_index, in cff_font_load() 2290 if ( FT_SET_ERROR( cff_index_init( &font->name_index, in cff_font_load() 2313 if ( FT_SET_ERROR( cff_index_init( &font->font_dict_index, in cff_font_load() 2315 FT_SET_ERROR( cff_index_init( &string_index, in cff_font_load() 2317 FT_SET_ERROR( cff_index_init( &font->global_subrs_index, in cff_font_load() 2319 FT_SET_ERROR( cff_index_get_pointers( &string_index, in cff_font_load()
|
/external/freetype/src/cid/ |
D | cidload.c | 813 FT_SET_ERROR( cid_hex_to_binary( face->binary_data, in cid_face_open()
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 425 if ( FT_SET_ERROR( bdf_interpret_style( face ) ) ) in BDF_Face_Init()
|
/external/freetype/src/type42/ |
D | t42parse.c | 367 FT_SET_ERROR( psaux->ps_table_funcs->init( in t42_parse_encoding()
|
/external/freetype/src/pcf/ |
D | pcfread.c | 1470 if ( FT_SET_ERROR( pcf_interpret_style( face ) ) ) in pcf_load_font()
|
/external/freetype/src/type1/ |
D | t1load.c | 1419 FT_SET_ERROR( psaux->ps_table_funcs->init( in parse_encoding()
|