Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 1509) sorted by relevance

12345678910>>...61

/external/freetype/src/cff/
Dcffpic.c31 FT_Library library,
36 FT_Library library,
41 FT_Library library,
46 FT_Library library,
51 FT_Library library,
56 FT_Library library,
61 FT_Library library,
67 FT_Library library,
72 FT_Library library,
76 cff_driver_class_pic_free( FT_Library library ) in cff_driver_class_pic_free() argument
[all …]
Dcffpic.h61 #define FT_CFF_SERVICE_PS_INFO_GET (GET_PIC(library)->cff_service_ps_info)
62 #define FT_CFF_SERVICE_GLYPH_DICT_GET (GET_PIC(library)->cff_service_glyph_dict)
63 #define FT_CFF_SERVICE_PS_NAME_GET (GET_PIC(library)->cff_service_ps_name)
64 #define FT_CFF_SERVICE_GET_CMAP_INFO_GET (GET_PIC(library)->cff_service_get_cmap_info)
65 #define FT_CFF_SERVICE_CID_INFO_GET (GET_PIC(library)->cff_service_cid_info)
66 #define FT_CFF_SERVICES_GET (GET_PIC(library)->cff_services)
67 #define FT_CFF_CMAP_ENCODING_CLASS_REC_GET (GET_PIC(library)->cff_cmap_encoding_class_rec)
68 #define FT_CFF_CMAP_UNICODE_CLASS_REC_GET (GET_PIC(library)->cff_cmap_unicode_class_rec)
69 #define FT_CFF_FIELD_HANDLERS_GET (GET_PIC(library)->cff_field_handlers)
73 cff_driver_class_pic_free( FT_Library library );
[all …]
/external/llvm/bindings/python/llvm/
Dobject.py436 def register_library(library): argument
440 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer]
441 library.LLVMCreateObjectFile.restype = c_object_p
443 library.LLVMDisposeObjectFile.argtypes = [ObjectFile]
445 library.LLVMGetSections.argtypes = [ObjectFile]
446 library.LLVMGetSections.restype = c_object_p
448 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
450 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
451 library.LLVMIsSectionIteratorAtEnd.restype = bool
453 library.LLVMMoveToNextSection.argtypes = [c_object_p]
[all …]
/external/freetype/src/sfnt/
Dsfntpic.c29 FT_Create_Class_sfnt_services( FT_Library library,
33 FT_Destroy_Class_sfnt_services( FT_Library library,
40 FT_Init_Class_sfnt_interface( FT_Library library,
45 FT_Library library,
50 FT_Library library,
55 FT_Library library,
64 FT_Create_Class_tt_cmap_classes( FT_Library library,
68 FT_Destroy_Class_tt_cmap_classes( FT_Library library,
72 sfnt_module_class_pic_free( FT_Library library ) in sfnt_module_class_pic_free() argument
74 FT_PIC_Container* pic_container = &library->pic_container; in sfnt_module_class_pic_free()
[all …]
Dsfntpic.h69 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
70 #define FT_SFNT_SERVICE_GLYPH_DICT_GET (GET_PIC(library)->sfnt_service_glyph_dict)
71 #define FT_SFNT_SERVICE_PS_NAME_GET (GET_PIC(library)->sfnt_service_ps_name)
72 #define FT_TT_SERVICE_GET_CMAP_INFO_GET (GET_PIC(library)->tt_service_get_cmap_info)
73 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
74 #define FT_TT_CMAP_CLASSES_GET (GET_PIC(library)->tt_cmap_classes)
75 #define FT_SFNT_SERVICE_SFNT_TABLE_GET (GET_PIC(library)->sfnt_service_sfnt_table)
76 #define FT_SFNT_SERVICE_BDF_GET (GET_PIC(library)->sfnt_service_bdf)
77 #define FT_SFNT_INTERFACE_GET (GET_PIC(library)->sfnt_interface)
81 sfnt_module_class_pic_free( FT_Library library );
[all …]
/external/freetype/src/smooth/
Dftspic.c32 ft_smooth_renderer_class_pic_free( FT_Library library ) in ft_smooth_renderer_class_pic_free() argument
34 FT_PIC_Container* pic_container = &library->pic_container; in ft_smooth_renderer_class_pic_free()
35 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_free()
52 ft_smooth_renderer_class_pic_init( FT_Library library ) in ft_smooth_renderer_class_pic_init() argument
54 FT_PIC_Container* pic_container = &library->pic_container; in ft_smooth_renderer_class_pic_init()
57 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_init()
79 ft_smooth_renderer_class_pic_free( library ); in ft_smooth_renderer_class_pic_init()
84 FT_Error ft_smooth_lcd_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_init() argument
86 return ft_smooth_renderer_class_pic_init( library ); in ft_smooth_lcd_renderer_class_pic_init()
89 void ft_smooth_lcd_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_free() argument
[all …]
Dftspic.h39 #define FT_GRAYS_RASTER_GET (GET_PIC(library)->ft_grays_raster)
43 ft_smooth_renderer_class_pic_free( FT_Library library );
46 ft_smooth_lcd_renderer_class_pic_free( FT_Library library );
49 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library );
52 ft_smooth_renderer_class_pic_init( FT_Library library );
55 ft_smooth_lcd_renderer_class_pic_init( FT_Library library );
58 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library );
/external/freetype/src/base/
Dftrfork.c50 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() argument
62 FT_UNUSED( library ); in FT_Raccess_Get_HeaderInfo()
149 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() argument
160 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets()
257 raccess_guess_apple_double( FT_Library library,
264 raccess_guess_apple_single( FT_Library library,
271 raccess_guess_darwin_ufs_export( FT_Library library,
278 raccess_guess_darwin_newvfs( FT_Library library,
285 raccess_guess_darwin_hfsplus( FT_Library library,
292 raccess_guess_vfat( FT_Library library,
[all …]
Dftlcdfil.c34 FT_Library library ) in _ft_lcd_filter_fir() argument
36 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir()
168 FT_Library library ) in _ft_lcd_filter_legacy() argument
181 FT_UNUSED( library ); in _ft_lcd_filter_legacy()
270 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() argument
273 if ( !library || !weights ) in FT_Library_SetLcdFilterWeights()
276 ft_memcpy( library->lcd_weights, weights, 5 ); in FT_Library_SetLcdFilterWeights()
283 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter() argument
294 if ( !library ) in FT_Library_SetLcdFilter()
300 library->lcd_filter_func = NULL; in FT_Library_SetLcdFilter()
[all …]
Dftinit.c94 FT_Create_Class_ ## x( FT_Library library, \
97 FT_Destroy_Class_ ## x( FT_Library library, \
117 FT_Destroy_Class_ ## x( library, classes[i] ); \
123 ft_destroy_default_module_classes( FT_Library library ) in ft_destroy_default_module_classes() argument
128 BasePIC* pic_container = (BasePIC*)library->pic_container.base; in ft_destroy_default_module_classes()
134 memory = library->memory; in ft_destroy_default_module_classes()
148 error = FT_Create_Class_ ## x( library, &clazz ); \
155 ft_create_default_module_classes( FT_Library library ) in ft_create_default_module_classes() argument
162 BasePIC* pic_container = (BasePIC*)library->pic_container.base; in ft_create_default_module_classes()
165 memory = library->memory; in ft_create_default_module_classes()
[all …]
Dftglyph.c63 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local
84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap ); in ft_bitmap_glyph_init()
96 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local
104 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); in ft_bitmap_glyph_copy()
112 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local
115 FT_Bitmap_Done( library, &glyph->bitmap ); in ft_bitmap_glyph_done()
161 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF() local
174 error = FT_Outline_New( library, source->n_points, source->n_contours, in FT_CALLBACK_DEF()
192 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done()
203 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local
[all …]
Dbasepic.c35 ft_create_default_module_classes( FT_Library library );
38 ft_destroy_default_module_classes( FT_Library library );
41 ft_base_pic_free( FT_Library library ) in ft_base_pic_free() argument
43 FT_PIC_Container* pic_container = &library->pic_container; in ft_base_pic_free()
44 FT_Memory memory = library->memory; in ft_base_pic_free()
48 ft_destroy_default_module_classes( library ); in ft_base_pic_free()
57 ft_base_pic_init( FT_Library library ) in ft_base_pic_init() argument
59 FT_PIC_Container* pic_container = &library->pic_container; in ft_base_pic_init()
62 FT_Memory memory = library->memory; in ft_base_pic_init()
71 error = ft_create_default_module_classes( library ); in ft_base_pic_init()
[all …]
Dftobjs.c127 FT_Stream_New( FT_Library library, in FT_Stream_New() argument
138 if ( !library ) in FT_Stream_New()
144 memory = library->memory; in FT_Stream_New()
244 slot->library = driver->root.library; in ft_glyphslot_init()
570 FT_Library library; in FT_Load_Glyph() local
586 library = driver->root.library; in FT_Load_Glyph()
587 hinter = library->auto_hinter; in FT_Load_Glyph()
1199 FT_New_Face( FT_Library library, in FT_New_Face() argument
1215 return FT_Open_Face( library, &args, face_index, aface ); in FT_New_Face()
1224 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face() argument
[all …]
Dbasepic.h55 #define FT_OUTLINE_GLYPH_CLASS_GET (&GET_PIC(library)->ft_outline_glyph_class)
56 #define FT_BITMAP_GLYPH_CLASS_GET (&GET_PIC(library)->ft_bitmap_glyph_class)
57 #define FT_DEFAULT_MODULES_GET (GET_PIC(library)->default_module_classes)
59 #define FT_RACCESS_GUESS_TABLE_GET (GET_PIC(library)->ft_raccess_guess_table)
64 ft_base_pic_free( FT_Library library );
67 ft_base_pic_init( FT_Library library );
Dftpic.c29 ft_pic_container_init( FT_Library library ) in ft_pic_container_init() argument
31 FT_PIC_Container* pic_container = &library->pic_container; in ft_pic_container_init()
36 error = ft_base_pic_init( library ); in ft_pic_container_init()
46 ft_pic_container_destroy( FT_Library library ) in ft_pic_container_destroy() argument
48 ft_base_pic_free( library ); in ft_pic_container_destroy()
/external/freetype/src/psnames/
Dpspic.c29 FT_Create_Class_pscmaps_services( FT_Library library,
32 FT_Destroy_Class_pscmaps_services( FT_Library library,
36 FT_Init_Class_pscmaps_interface( FT_Library library,
40 psnames_module_class_pic_free( FT_Library library ) in psnames_module_class_pic_free() argument
42 FT_PIC_Container* pic_container = &library->pic_container; in psnames_module_class_pic_free()
43 FT_Memory memory = library->memory; in psnames_module_class_pic_free()
52 FT_Destroy_Class_pscmaps_services( library, in psnames_module_class_pic_free()
62 psnames_module_class_pic_init( FT_Library library ) in psnames_module_class_pic_init() argument
64 FT_PIC_Container* pic_container = &library->pic_container; in psnames_module_class_pic_init()
67 FT_Memory memory = library->memory; in psnames_module_class_pic_init()
[all …]
/external/chromium/chrome/browser/chromeos/cros/
Dcros_library.h59 void SetBrightnessLibrary(BrightnessLibrary* library, bool own);
60 void SetBurnLibrary(BurnLibrary* library, bool own);
61 void SetCryptohomeLibrary(CryptohomeLibrary* library, bool own);
62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own);
63 void SetLibCrosServiceLibrary(LibCrosServiceLibrary* library, bool own);
64 void SetLoginLibrary(LoginLibrary* library, bool own);
65 void SetMountLibrary(MountLibrary* library, bool own);
66 void SetNetworkLibrary(NetworkLibrary* library, bool own);
67 void SetPowerLibrary(PowerLibrary* library, bool own);
68 void SetScreenLockLibrary(ScreenLockLibrary* library, bool own);
[all …]
/external/freetype/src/raster/
Drastpic.c32 ft_raster1_renderer_class_pic_free( FT_Library library ) in ft_raster1_renderer_class_pic_free() argument
34 FT_PIC_Container* pic_container = &library->pic_container; in ft_raster1_renderer_class_pic_free()
35 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_free()
50 ft_raster1_renderer_class_pic_init( FT_Library library ) in ft_raster1_renderer_class_pic_init() argument
52 FT_PIC_Container* pic_container = &library->pic_container; in ft_raster1_renderer_class_pic_init()
55 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_init()
77 ft_raster1_renderer_class_pic_free( library ); in ft_raster1_renderer_class_pic_init()
83 ft_raster5_renderer_class_pic_init( FT_Library library ) in ft_raster5_renderer_class_pic_init() argument
85 return ft_raster1_renderer_class_pic_init( library ); in ft_raster5_renderer_class_pic_init()
89 ft_raster5_renderer_class_pic_free( FT_Library library ) in ft_raster5_renderer_class_pic_free() argument
[all …]
/external/freetype/src/truetype/
Dttpic.c29 FT_Create_Class_tt_services( FT_Library library,
33 FT_Destroy_Class_tt_services( FT_Library library,
45 tt_driver_class_pic_free( FT_Library library ) in tt_driver_class_pic_free() argument
47 FT_PIC_Container* pic_container = &library->pic_container; in tt_driver_class_pic_free()
48 FT_Memory memory = library->memory; in tt_driver_class_pic_free()
57 FT_Destroy_Class_tt_services( library, container->tt_services ); in tt_driver_class_pic_free()
66 tt_driver_class_pic_init( FT_Library library ) in tt_driver_class_pic_init() argument
68 FT_PIC_Container* pic_container = &library->pic_container; in tt_driver_class_pic_init()
71 FT_Memory memory = library->memory; in tt_driver_class_pic_init()
81 error = FT_Create_Class_tt_services( library, in tt_driver_class_pic_init()
[all …]
/external/freetype/src/pshinter/
Dpshpic.c29 FT_Init_Class_pshinter_interface( FT_Library library,
33 pshinter_module_class_pic_free( FT_Library library ) in pshinter_module_class_pic_free() argument
35 FT_PIC_Container* pic_container = &library->pic_container; in pshinter_module_class_pic_free()
36 FT_Memory memory = library->memory; in pshinter_module_class_pic_free()
48 pshinter_module_class_pic_init( FT_Library library ) in pshinter_module_class_pic_init() argument
50 FT_PIC_Container* pic_container = &library->pic_container; in pshinter_module_class_pic_init()
53 FT_Memory memory = library->memory; in pshinter_module_class_pic_init()
64 library, &container->pshinter_interface ); in pshinter_module_class_pic_init()
68 pshinter_module_class_pic_free( library ); in pshinter_module_class_pic_init()
/external/freetype/src/autofit/
Dafpic.c29 FT_Library library,
42 autofit_module_class_pic_free( FT_Library library ) in autofit_module_class_pic_free() argument
44 FT_PIC_Container* pic_container = &library->pic_container; in autofit_module_class_pic_free()
45 FT_Memory memory = library->memory; in autofit_module_class_pic_free()
57 autofit_module_class_pic_init( FT_Library library ) in autofit_module_class_pic_init() argument
59 FT_PIC_Container* pic_container = &library->pic_container; in autofit_module_class_pic_init()
63 FT_Memory memory = library->memory; in autofit_module_class_pic_init()
97 library, &container->af_autofitter_service ); in autofit_module_class_pic_init()
102 autofit_module_class_pic_free( library ); in autofit_module_class_pic_init()
/external/chromium/base/
Dnative_library_mac.mm52 void UnloadNativeLibrary(NativeLibrary library) {
53 if (library->type == BUNDLE) {
54 CFBundleCloseBundleResourceMap(library->bundle,
55 library->bundle_resource_ref);
56 CFRelease(library->bundle);
58 dlclose(library->dylib);
60 delete library;
64 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
66 if (library->type == BUNDLE) {
70 return CFBundleGetFunctionPointerForName(library->bundle, symbol_name);
[all …]
/external/freetype/include/freetype/
Dftmodapi.h198 FT_Add_Module( FT_Library library,
223 FT_Get_Module( FT_Library library,
248 FT_Remove_Module( FT_Library library,
276 FT_Reference_Library( FT_Library library );
334 FT_Done_Library( FT_Library library );
370 FT_Set_Debug_Hook( FT_Library library,
389 FT_Add_Default_Modules( FT_Library library );
472 FT_Get_TrueType_Engine_Type( FT_Library library );
/external/freetype/include/freetype/internal/
Dftserv.h272 FT_Destroy_Class_ ## class_( FT_Library library, \
275 FT_Memory memory = library->memory; \
283 FT_Create_Class_ ## class_( FT_Library library, \
288 FT_Memory memory = library->memory; \
308 FT_Destroy_Class_ ## class_( FT_Library library, \
311 FT_Memory memory = library->memory; \
319 FT_Create_Class_ ## class_( FT_Library library, \
324 FT_Memory memory = library->memory; \
347 FT_Destroy_Class_ ## class_( FT_Library library, \
350 FT_Memory memory = library->memory; \
[all …]
/external/chromium/sdch/open-vcdiff/packages/deb/
Dcontrol12 Description: open-vcdiff common library
13 This library includes common modules needed by the open-vcdiff package.
20 Description: open-vcdiff decoder library
21 This library is part of the open-vcdiff package and provides a decoder for the
29 Description: open-vcdiff encoder library
30 This library is part of the open-vcdiff package and provides an encoder for the
38 Description: Development files for open-vcdiff common library
39 This library is needed to compile code that calls open-vcdiff, an encoder and
47 Description: Development files for open-vcdiff decoder library
48 This package contains the header file and library needed to compile code that
[all …]

12345678910>>...61