Home
last modified time | relevance | path

Searched refs:FT_Library (Results 1 – 25 of 73) sorted by relevance

123

/external/freetype/include/freetype/
Dftmodapi.h273 FT_Add_Module( FT_Library library,
300 FT_Get_Module( FT_Library library,
327 FT_Remove_Module( FT_Library library,
389 FT_Property_Set( FT_Library library,
452 FT_Property_Get( FT_Library library,
500 FT_Set_Default_Properties( FT_Library library );
528 FT_Reference_Library( FT_Library library );
568 FT_Library *alibrary );
592 FT_Done_Library( FT_Library library );
676 FT_Set_Debug_Hook( FT_Library library,
[all …]
Dftbitmap.h112 FT_Bitmap_Copy( FT_Library library,
157 FT_Bitmap_Embolden( FT_Library library,
204 FT_Bitmap_Convert( FT_Library library,
264 FT_Bitmap_Blend( FT_Library library,
317 FT_Bitmap_Done( FT_Library library,
Dftoutln.h162 FT_Outline_New( FT_Library library,
191 FT_Outline_Done( FT_Library library,
456 FT_Outline_Get_Bitmap( FT_Library library,
494 FT_Outline_Render( FT_Library library,
Dftlcdfil.h211 FT_Library_SetLcdFilter( FT_Library library,
247 FT_Library_SetLcdFilterWeights( FT_Library library,
313 FT_Library_SetLcdGeometry( FT_Library library,
Dftmac.h103 FT_New_Face_From_FOND( FT_Library library,
235 FT_New_Face_From_FSSpec( FT_Library library,
274 FT_New_Face_From_FSRef( FT_Library library,
Dfreetype.h399 typedef struct FT_LibraryRec_ *FT_Library; typedef
1873 FT_Library library;
1951 FT_Init_FreeType( FT_Library *alibrary );
1971 FT_Done_FreeType( FT_Library library );
2157 FT_New_Face( FT_Library library,
2197 FT_New_Memory_Face( FT_Library library,
2342 FT_Open_Face( FT_Library library,
4806 FT_Library_Version( FT_Library library,
Dftglyph.h114 FT_Library library;
252 FT_New_Glyph( FT_Library library,
Dftrender.h192 FT_Get_Renderer( FT_Library library,
231 FT_Set_Renderer( FT_Library library,
Dftcache.h211 FT_Library library,
314 FTC_Manager_New( FT_Library library,
/external/freetype/src/base/
Dftrfork.c50 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo()
184 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets()
348 raccess_guess_apple_double( FT_Library library,
355 raccess_guess_apple_single( FT_Library library,
362 raccess_guess_darwin_ufs_export( FT_Library library,
369 raccess_guess_darwin_newvfs( FT_Library library,
376 raccess_guess_darwin_hfsplus( FT_Library library,
383 raccess_guess_vfat( FT_Library library,
390 raccess_guess_linux_cap( FT_Library library,
397 raccess_guess_linux_double( FT_Library library,
[all …]
Dftinit.c80 FT_Add_Default_Modules( FT_Library library ) in FT_Add_Default_Modules()
112 FT_Set_Default_Properties( FT_Library library ) in FT_Set_Default_Properties()
188 FT_Set_Default_Properties( FT_Library library ) in FT_Set_Default_Properties()
199 FT_Init_FreeType( FT_Library *alibrary ) in FT_Init_FreeType()
235 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
Dftbase.h43 open_face_PS_from_sfnt_stream( FT_Library library,
54 open_face_from_buffer( FT_Library library,
70 ft_raccess_rule_by_darwin_vfs( FT_Library library, FT_UInt rule_index );
Dftglyph.c65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init()
98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy()
114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done()
165 FT_Library library = FT_GLYPH( glyph )->library; in FT_DEFINE_GLYPH()
209 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy()
289 ft_new_glyph( FT_Library library, in FT_DEFINE_GLYPH()
363 FT_New_Glyph( FT_Library library, in FT_New_Glyph()
548 FT_Library library; in FT_Glyph_To_Bitmap()
Dftlcdfil.c290 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
309 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
359 FT_Library_SetLcdGeometry( FT_Library library, in FT_Library_SetLcdGeometry()
396 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
407 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
420 FT_Library_SetLcdGeometry( FT_Library library, in FT_Library_SetLcdGeometry()
Dftobjs.c101 ft_open_face_internal( FT_Library library,
189 FT_Stream_New( FT_Library library, in FT_Stream_New()
803 FT_Library library; in FT_Load_Glyph()
1468 FT_New_Face( FT_Library library, in FT_New_Face()
1493 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face()
1564 new_memory_stream( FT_Library library, in new_memory_stream()
1600 open_face_from_buffer( FT_Library library, in open_face_from_buffer()
1736 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream()
1827 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource()
2049 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource()
[all …]
Dftmac.c700 FT_New_Face_From_LWFN( FT_Library library, in FT_New_Face_From_LWFN()
732 FT_New_Face_From_SFNT( FT_Library library, in FT_New_Face_From_SFNT()
804 FT_New_Face_From_Suitcase( FT_Library library, in FT_New_Face_From_Suitcase()
852 FT_New_Face_From_FOND( FT_Library library, in FT_New_Face_From_FOND()
926 FT_New_Face_From_Resource( FT_Library library, in FT_New_Face_From_Resource()
968 FT_New_Face( FT_Library library, in FT_New_Face()
1010 FT_New_Face_From_FSRef( FT_Library library, in FT_New_Face_From_FSRef()
1055 FT_New_Face_From_FSSpec( FT_Library library, in FT_New_Face_From_FSSpec()
/external/freetype/include/freetype/internal/
Dftrfork.h53 (*ft_raccess_guess_func)( FT_Library library,
134 FT_Raccess_Guess( FT_Library library,
174 FT_Raccess_Get_HeaderInfo( FT_Library library,
230 FT_Raccess_Get_DataOffsets( FT_Library library,
Dftobjs.h501 FT_Library library;
564 FT_Get_Module_Interface( FT_Library library,
574 ft_property_string_set( FT_Library library,
923 FT_Lookup_Renderer( FT_Library library,
928 FT_Render_Glyph_Internal( FT_Library library,
/external/icu/icu4c/source/samples/layout/
DGnomeFontMap.h31 …GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, …
39 FT_Library fEngine;
/external/pdfium/core/fxge/
Dcfx_face.h15 static RetainPtr<CFX_Face> New(FT_Library library,
20 static RetainPtr<CFX_Face> Open(FT_Library library,
Dcfx_face.cpp10 RetainPtr<CFX_Face> CFX_Face::New(FT_Library library, in New()
23 RetainPtr<CFX_Face> CFX_Face::Open(FT_Library library, in Open()
/external/freetype/src/cff/
Dcffparse.h53 FT_Library library;
83 FT_Library library,
/external/freetype/src/tools/
Dtest_afm.c75 parse_afm( FT_Library library, in parse_afm()
113 FT_Library library; in main()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.h21 typedef struct FT_LibraryRec_* FT_Library; typedef
84 FT_Library fLibrary;
/external/harfbuzz_ng/src/
Dhb-ft.cc776 static struct hb_ft_library_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<FT_Library>,
779 static FT_Library create () in create()
781 FT_Library l; in create()
791 static void destroy (FT_Library l) in destroy()
795 static FT_Library get_null () in get_null()
809 static FT_Library

123