/external/freetype/src/base/ |
D | ftmm.c | 50 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() 186 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Design_Coordinates() 222 error = FT_ERR( Invalid_Argument ); in FT_Set_Var_Design_Coordinates() 269 error = FT_ERR( Invalid_Argument ); in FT_Get_Var_Design_Coordinates() 298 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Blend_Coordinates() 349 error = FT_ERR( Invalid_Argument ); in FT_Set_Var_Blend_Coordinates() 396 error = FT_ERR( Invalid_Argument ); in FT_Get_MM_Blend_Coordinates() [all …]
|
D | ftcid.c | 39 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()
|
D | ftsnames.c | 49 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_Sfnt_Name() 100 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_Sfnt_LangTag()
|
D | ftpsprop.c | 167 error = FT_ERR( Unimplemented_Feature ); in ps_property_set()
|
D | ftobjs.c | 1785 FT_Error error = FT_ERR( Cannot_Open_Resource ); in Mac_Read_POST_Resource() 1885 error = FT_ERR( Array_Too_Large ); in Mac_Read_POST_Resource() 1957 error = FT_ERR( Array_Too_Large ); in Mac_Read_POST_Resource() 1986 error = FT_ERR( Cannot_Open_Resource ); in Mac_Read_POST_Resource() 2195 FT_Error error = FT_ERR( Unknown_File_Format ); in load_face_in_embedded_rfork() 2265 error = FT_ERR( Unknown_File_Format ); in load_face_in_embedded_rfork() 2421 error = FT_ERR( Missing_Module ); in ft_open_face_internal() 2702 error = FT_ERR( Unimplemented_Feature ); in FT_Attach_Stream() 2742 error = FT_ERR( Invalid_Face_Handle ); in FT_Done_Face() 4598 error = FT_ERR( Unimplemented_Feature ); in FT_Render_Glyph_Internal() [all …]
|
D | ftrfork.c | 935 errors[i] = FT_ERR( Unimplemented_Feature ); in FT_Raccess_Guess()
|
D | ftmac.c | 810 FT_Error error = FT_ERR( Cannot_Open_Resource ); in FT_New_Face_From_Suitcase()
|
D | ftoutln.c | 644 error = FT_ERR( Cannot_Render_Glyph ); in FT_Outline_Render()
|
/external/freetype/include/freetype/ |
D | fttypes.h | 601 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e ) macro 607 ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) ) 609 ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) )
|
/external/freetype/builds/mac/ |
D | ftmac.c | 1007 error = FT_ERR( Array_Too_Large ); in read_lwfn() 1186 FT_Error error = FT_ERR( Cannot_Open_Resource ); in FT_New_Face_From_Suitcase() 1332 error = FT_ERR( Unknown_File_Format ); in FT_New_Face_From_FOND() 1458 error = FT_ERR( Cannot_Open_Resource ); in FT_New_Face_From_FSRef() 1515 error = FT_ERR( Cannot_Open_Resource ); in FT_New_Face_From_FSSpec()
|
/external/freetype/src/tools/ |
D | test_afm.c | 121 return FT_ERR( Invalid_Argument ); in main()
|
/external/freetype/src/pfr/ |
D | pfrdrivr.c | 71 FT_Error error = FT_ERR( Invalid_Argument ); in pfr_get_advance()
|
/external/freetype/src/cff/ |
D | cffparse.c | 734 error = FT_ERR( Stack_Underflow ); in cff_parse_font_bbox() 763 error = FT_ERR( Stack_Underflow ); in cff_parse_private_dict() 819 error = FT_ERR( Stack_Underflow ); in cff_parse_multiple_master() 857 error = FT_ERR( Stack_Underflow ); in cff_parse_cid_ros()
|
/external/freetype/src/sfnt/ |
D | ttbdf.c | 166 error = FT_ERR( Invalid_Argument ); in tt_face_find_bdf_prop()
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 290 error = FT_ERR( Unknown_File_Format ); in fnt_face_get_dll_font() 303 error = FT_ERR( Unknown_File_Format ); in fnt_face_get_dll_font() 953 FT_Error error = FT_ERR( Invalid_Pixel_Size ); in FNT_Size_Request()
|
/external/freetype/src/autofit/ |
D | afloader.c | 116 error = FT_ERR( Corrupted_Font_Header ); in af_loader_embolden_glyph_in_slot() 134 error = FT_ERR( Unimplemented_Feature ); in af_loader_embolden_glyph_in_slot()
|
/external/freetype/src/type1/ |
D | t1load.c | 703 error = FT_ERR( Ignore ); in parse_blend_axis_types() 787 error = FT_ERR( Ignore ); in parse_blend_design_positions() 893 error = FT_ERR( Ignore ); in parse_blend_design_map() 1003 error = FT_ERR( Ignore ); in parse_weight_vector() 1595 parser->root.error = FT_ERR( Ignore ); in parse_encoding()
|
D | t1afm.c | 243 FT_Error error = FT_ERR( Unknown_File_Format ); in T1_Read_Metrics()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 107 error = FT_ERR( Unimplemented_Feature ); in tt_property_set()
|
/external/freetype/src/psaux/ |
D | psobjs.c | 348 FT_Error error = FT_ERR( Invalid_File_Format ); in skip_literal_string() 1354 error = FT_ERR( Ignore ); in ps_parser_load_field_table() 1733 FT_Error error = FT_ERR( Invalid_File_Format ); in t1_builder_start_point()
|
D | afmparse.c | 866 FT_Error error = FT_ERR( Syntax_Error ); in afm_parser_parse()
|
D | psft.c | 437 return FT_ERR( Invalid_File_Format ); in cf2_decoder_parse_charstrings()
|
/external/freetype/src/cache/ |
D | ftcmanag.c | 580 FT_Error error = FT_ERR( Invalid_Argument ); in FTC_Manager_RegisterCache()
|
/external/freetype/src/pcf/ |
D | pcfdrivr.c | 458 FT_Error error = FT_ERR( Invalid_Pixel_Size ); in PCF_Size_Request()
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 741 FT_Error error = FT_ERR( Invalid_Pixel_Size ); in BDF_Size_Request()
|