Home
last modified time | relevance | path

Searched refs:FT_ERR (Results 1 – 25 of 39) sorted by relevance

12

/external/freetype/src/base/
Dftmm.c50 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service()
78 error = FT_ERR( Invalid_Argument ); in ft_face_get_mvar_service()
112 error = FT_ERR( Invalid_Argument ); in FT_Get_Multi_Master()
139 error = FT_ERR( Invalid_Argument ); in FT_Get_MM_Var()
167 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Design_Coordinates()
203 error = FT_ERR( Invalid_Argument ); in FT_Set_Var_Design_Coordinates()
247 error = FT_ERR( Invalid_Argument ); in FT_Get_Var_Design_Coordinates()
276 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Blend_Coordinates()
324 error = FT_ERR( Invalid_Argument ); in FT_Set_Var_Blend_Coordinates()
368 error = FT_ERR( Invalid_Argument ); in FT_Get_MM_Blend_Coordinates()
[all …]
Dftcid.c39 error = FT_ERR( Invalid_Argument ); in FT_Get_CID_Registry_Ordering_Supplement()
69 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_Is_Internally_CID_Keyed()
96 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_From_Glyph_Index()
Dftsnames.c47 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_Sfnt_Name()
98 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_Sfnt_LangTag()
Dftobjs.c1603 FT_Error error = FT_ERR( Cannot_Open_Resource ); in Mac_Read_POST_Resource()
1703 error = FT_ERR( Array_Too_Large ); in Mac_Read_POST_Resource()
1775 error = FT_ERR( Array_Too_Large ); in Mac_Read_POST_Resource()
1804 error = FT_ERR( Cannot_Open_Resource ); in Mac_Read_POST_Resource()
2013 FT_Error error = FT_ERR( Unknown_File_Format ); in load_face_in_embedded_rfork()
2083 error = FT_ERR( Unknown_File_Format ); in load_face_in_embedded_rfork()
2239 error = FT_ERR( Missing_Module ); in ft_open_face_internal()
2513 error = FT_ERR( Unimplemented_Feature ); in FT_Attach_Stream()
2553 error = FT_ERR( Invalid_Face_Handle ); in FT_Done_Face()
4270 error = FT_ERR( Unimplemented_Feature ); in FT_Render_Glyph_Internal()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftmm.c49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service()
83 error = FT_ERR( Invalid_Argument ); in FT_Get_Multi_Master()
110 error = FT_ERR( Invalid_Argument ); in FT_Get_MM_Var()
138 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Design_Coordinates()
166 error = FT_ERR( Invalid_Argument ); in FT_Set_Var_Design_Coordinates()
194 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Blend_Coordinates()
225 error = FT_ERR( Invalid_Argument ); in FT_Set_Var_Blend_Coordinates()
Dftcid.c39 error = FT_ERR( Invalid_Argument ); in FT_Get_CID_Registry_Ordering_Supplement()
69 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_Is_Internally_CID_Keyed()
96 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_From_Glyph_Index()
Dftsnames.c47 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_Sfnt_Name()
Dftobjs.c1563 FT_Error error = FT_ERR( Cannot_Open_Resource ); in Mac_Read_POST_Resource()
1651 error = FT_ERR( Array_Too_Large ); in Mac_Read_POST_Resource()
1710 error = FT_ERR( Array_Too_Large ); in Mac_Read_POST_Resource()
1731 if ( error == FT_ERR( Array_Too_Large ) ) in Mac_Read_POST_Resource()
1734 else if ( error == FT_ERR( Invalid_Offset ) ) in Mac_Read_POST_Resource()
1737 error = FT_ERR( Cannot_Open_Resource ); in Mac_Read_POST_Resource()
1945 FT_Error error = FT_ERR( Unknown_File_Format ); in load_face_in_embedded_rfork()
2013 error = FT_ERR( Unknown_File_Format ); in load_face_in_embedded_rfork()
2141 error = FT_ERR( Missing_Module ); in FT_Open_Face()
2383 error = FT_ERR( Unimplemented_Feature ); in FT_Attach_Stream()
[all …]
/external/pdfium/third_party/freetype/include/freetype/
Dfttypes.h586 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e ) macro
592 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
594 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/external/freetype/include/freetype/
Dfttypes.h586 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e ) macro
592 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) )
594 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
/external/freetype/src/cff/
Dcffparse.c583 FT_Error error = FT_ERR( Stack_Underflow ); in cff_parse_font_matrix()
703 error = FT_ERR( Stack_Underflow ); in cff_parse_font_bbox()
732 error = FT_ERR( Stack_Underflow ); in cff_parse_private_dict()
788 error = FT_ERR( Stack_Underflow ); in cff_parse_multiple_master()
826 error = FT_ERR( Stack_Underflow ); in cff_parse_cid_ros()
897 error = FT_ERR( Stack_Underflow ); in cff_parse_blend()
Dcf2ft.c401 return FT_ERR( Invalid_File_Format ); in cf2_decoder_parse_charstrings()
/external/pdfium/third_party/freetype/src/cff/
Dcffparse.c514 FT_Error error = FT_ERR( Stack_Underflow ); in cff_parse_font_matrix()
587 error = FT_ERR( Stack_Underflow ); in cff_parse_font_bbox()
616 error = FT_ERR( Stack_Underflow ); in cff_parse_private_dict()
660 error = FT_ERR( Stack_Underflow ); in cff_parse_cid_ros()
Dcf2ft.c397 return FT_ERR( Invalid_File_Format ); in cf2_decoder_parse_charstrings()
Dcffdrivr.c701 error = FT_ERR( Unimplemented_Feature ); in cff_property_set()
/external/freetype/src/sfnt/
Dttbdf.c166 error = FT_ERR( Invalid_Argument ); in tt_face_find_bdf_prop()
/external/pdfium/third_party/freetype/src/sfnt/
Dttbdf.c166 error = FT_ERR( Invalid_Argument ); in tt_face_find_bdf_prop()
/external/freetype/src/autofit/
Dafloader.c115 error = FT_ERR( Corrupted_Font_Header ); in af_loader_embolden_glyph_in_slot()
133 error = FT_ERR( Unimplemented_Feature ); in af_loader_embolden_glyph_in_slot()
/external/pdfium/third_party/freetype/src/type1/
Dt1load.c580 error = FT_ERR( Ignore ); in parse_blend_axis_types()
658 error = FT_ERR( Ignore ); in parse_blend_design_positions()
757 error = FT_ERR( Ignore ); in parse_blend_design_map()
855 error = FT_ERR( Ignore ); in parse_weight_vector()
1390 parser->root.error = FT_ERR( Ignore ); in parse_encoding()
Dt1afm.c241 FT_Error error = FT_ERR( Unknown_File_Format ); in T1_Read_Metrics()
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.c338 FT_Error error = FT_ERR( Invalid_File_Format ); in skip_literal_string()
1319 error = FT_ERR( Ignore ); in ps_parser_load_field_table()
1688 FT_Error error = FT_ERR( Invalid_File_Format ); in t1_builder_start_point()
/external/freetype/src/psaux/
Dpsobjs.c338 FT_Error error = FT_ERR( Invalid_File_Format ); in skip_literal_string()
1314 error = FT_ERR( Ignore ); in ps_parser_load_field_table()
1683 FT_Error error = FT_ERR( Invalid_File_Format ); in t1_builder_start_point()
Dafmparse.c864 FT_Error error = FT_ERR( Syntax_Error ); in afm_parser_parse()
/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c77 error = FT_ERR( Unimplemented_Feature ); in tt_property_set()
/external/freetype/src/truetype/
Dttdriver.c108 error = FT_ERR( Unimplemented_Feature ); in tt_property_set()

12