Searched defs:library (Results 1 - 25 of 30) sorted by relevance

12

/external/qemu/
H A Ddynlink.h36 * the function's name as provided by the library, and 'sig' is
63 /* define pointers to dynamic library functions as static pointers.
78 * 'library' must be the result of a succesful dlopen() call
83 DYNLINK_FUNCTIONS_INIT(void* library) argument
87 _dynlink_##name = dlsym( library, DYNLINK_STR(name) ); \
/external/freetype/src/base/
H A Dftapi.c44 FT_New_Memory_Stream( FT_Library library, argument
49 FT_UNUSED( library );
H A Dftsynth.c86 FT_Library library = slot->library; local
135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
H A Dftglyph.c26 /* handy for many other simple uses of the library. */
63 FT_Library library = FT_GLYPH( glyph )->library; local
84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
96 FT_Library library = bitmap_source->library; local
104 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
112 FT_Library library = FT_GLYPH( glyph )->library; local
115 FT_Bitmap_Done( library,
161 FT_Library library = FT_GLYPH( glyph )->library; local
203 FT_Library library = FT_GLYPH( source )->library; local
279 ft_new_glyph( FT_Library library, const FT_Glyph_Class* clazz, FT_Glyph* aglyph ) argument
356 FT_Library library; local
519 FT_Library library = FT_GLYPH( glyph )->library; local
[all...]
H A Dftrfork.c50 FT_Raccess_Get_HeaderInfo( FT_Library library,
62 FT_UNUSED( library );
149 FT_Raccess_Get_DataOffsets( FT_Library library,
160 FT_Memory memory = library->memory;
257 (*raccess_guess_func)( FT_Library library,
265 raccess_guess_apple_double( FT_Library library,
272 raccess_guess_apple_single( FT_Library library,
279 raccess_guess_darwin_ufs_export( FT_Library library,
286 raccess_guess_darwin_newvfs( FT_Library library,
293 raccess_guess_darwin_hfsplus( FT_Library library,
353 FT_Raccess_Guess( FT_Library library, FT_Stream stream, char* base_name, char **new_names, FT_Long *offsets, FT_Error *errors ) argument
396 raccess_guess_apple_double( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
418 raccess_guess_apple_single( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
440 raccess_guess_darwin_ufs_export( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
470 raccess_guess_darwin_hfsplus( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
506 raccess_guess_darwin_newvfs( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
542 raccess_guess_vfat( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
569 raccess_guess_linux_cap( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
595 raccess_guess_linux_double( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
626 raccess_guess_linux_netatalk( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
658 raccess_guess_apple_generic( FT_Library library, FT_Stream stream, char *base_file_name, FT_Int32 magic, FT_Long *result_offset ) argument
724 raccess_guess_linux_double_from_file_name( FT_Library library, char *file_name, FT_Long *result_offset ) argument
795 FT_Raccess_Guess( FT_Library library, FT_Stream stream, char *base_name, char **new_names, FT_Long *offsets, FT_Error *errors ) argument
[all...]
/external/freetype/src/raster/
H A Drastpic.c30 ft_raster1_renderer_class_pic_free( FT_Library library )
32 FT_PIC_Container* pic_container = &library->pic_container;
33 FT_Memory memory = library->memory;
46 ft_raster1_renderer_class_pic_init( FT_Library library )
48 FT_PIC_Container* pic_container = &library->pic_container;
51 FT_Memory memory = library->memory;
73 ft_raster1_renderer_class_pic_free(library);
78 FT_Error ft_raster5_renderer_class_pic_init(FT_Library library) argument
80 return ft_raster1_renderer_class_pic_init(library);
82 void ft_raster5_renderer_class_pic_free(FT_Library library) argument
[all...]
H A Dftrend1.c33 FT_Library library = FT_MODULE_LIBRARY( render ); local
37 library->raster_pool,
38 library->raster_pool_size );
/external/chromium/base/
H A Dnative_library_linux.cc33 void UnloadNativeLibrary(NativeLibrary library) { argument
34 int ret = dlclose(library);
42 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, argument
44 return dlsym(library, name);
H A Dnative_library_win.cc16 // Switch the current directory to the library directory as the library
36 void UnloadNativeLibrary(NativeLibrary library) { argument
37 FreeLibrary(library);
41 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, argument
43 return GetProcAddress(library, name);
/external/freetype/include/freetype/internal/
H A Dftpic.h51 ft_pic_container_init( FT_Library library ); variable
56 ft_pic_container_destroy( FT_Library library ); variable
H A Dftobjs.h226 void FT_Init_Class_##class_( FT_Library library, FT_CMap_ClassRec* clazz);
232 FT_Init_Class_##class_( FT_Library library, \
235 FT_UNUSED(library); \
312 /* library. */
435 /* library :: A handle to the parent library object. */
444 FT_Library library; member in struct:FT_ModuleRec_
454 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
490 /* library :: A handle to the library objec
[all...]
/external/freetype/src/smooth/
H A Dftspic.c30 ft_smooth_renderer_class_pic_free( FT_Library library )
32 FT_PIC_Container* pic_container = &library->pic_container;
33 FT_Memory memory = library->memory;
46 ft_smooth_renderer_class_pic_init( FT_Library library )
48 FT_PIC_Container* pic_container = &library->pic_container;
51 FT_Memory memory = library->memory;
73 ft_smooth_renderer_class_pic_free(library);
78 FT_Error ft_smooth_lcd_renderer_class_pic_init(FT_Library library) argument
80 return ft_smooth_renderer_class_pic_init(library);
82 void ft_smooth_lcd_renderer_class_pic_free(FT_Library library) argument
86 ft_smooth_lcdv_renderer_class_pic_init(FT_Library library) argument
90 ft_smooth_lcdv_renderer_class_pic_free(FT_Library library) argument
[all...]
H A Dftsmooth.c34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
176 if ( slot->library->lcd_filter_func )
178 FT_Int extra = slot->library->lcd_extra;
268 if ( slot->library->lcd_filter_func )
269 slot->library->lcd_filter_func( bitmap, mode, slot->library );
/external/webkit/WebCore/platform/graphics/gtk/
H A DFontCustomPlatformData.cpp4 * This library is free software; you can redistribute it and/or
9 * This library is distributed in the hope that it will be useful,
15 * along with this library; see the file COPYING.LIB. If not, write to
50 static FT_Library library = 0; local
51 if (!library) {
52 error = FT_Init_FreeType(&library);
54 library = 0;
60 error = FT_New_Memory_Face(library, reinterpret_cast<const FT_Byte*>(buffer->data()), buffer->size(), 0, &face);
/external/freetype/src/truetype/
H A Dttobjs.c210 FT_Library library; local
215 library = ttface->driver->root.library;
216 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
299 ( library->debug_hooks[FT_DEBUG_HOOK_UNPATENTED_HINTING] != NULL );
648 FT_Library library = face->root.driver->root.library; local
652 library->debug_hooks[FT_DEBUG_HOOK_TRUETYPE];
/external/freetype/include/freetype/
H A Dftglyph.h27 /* handy for many other simple uses of the library. */
83 /* Glyph objects are not owned by the library. You must thus release */
100 /* library :: A handle to the FreeType library object. */
110 FT_Library library; member in struct:FT_GlyphRec_
H A Dftmodapi.h182 /* Add a new module to a given library instance. */
185 /* library :: A handle to the library object. */
198 FT_Add_Module( FT_Library library,
211 /* library :: A handle to the library object. */
223 FT_Get_Module( FT_Library library,
233 /* Remove a given module from a library instance. */
236 /* library :: A handle to a library objec
276 FT_Reference_Library( FT_Library library ); variable
334 FT_Done_Library( FT_Library library ); variable
389 FT_Add_Default_Modules( FT_Library library ); variable
472 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
[all...]
/external/freetype/src/cff/
H A Dcffparse.h39 FT_Library library; member in struct:CFF_ParserRec_
57 FT_Library library);
H A Dcffdrivr.c409 FT_Library library = FT_FACE_LIBRARY( face ); local
418 FT_Module sfnt = FT_Get_Module( library, "sfnt" );
614 sfnt = FT_Get_Module( driver->library, "sfnt" );
H A Dcffobjs.c64 module = FT_Get_Module( size->root.face->driver->root.library,
359 module = FT_Get_Module( slot->face->driver->root.library,
446 FT_Library library = cffface->driver->root.library; local
450 library, "sfnt" );
457 library, "pshinter" );
507 /* support will be added later to a layout library on top of */
537 error = cff_font_load( library, stream, face_index, cff, pure_cff );
H A Dcffparse.c44 FT_Library library)
51 parser->library = library;
635 void FT_Destroy_Class_cff_field_handlers(FT_Library library, CFF_Field_Handler* clazz) argument
637 FT_Memory memory = library->memory;
642 FT_Error FT_Create_Class_cff_field_handlers(FT_Library library, CFF_Field_Handler** output_class) argument
646 FT_Memory memory = library->memory;
724 FT_Library library = parser->library; local
725 FT_UNUSED(library);
41 cff_parser_init( CFF_Parser parser, FT_UInt code, void* object, FT_Library library) argument
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.c430 FT_Library library = face->root.driver->root.library; local
442 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
/external/webkit/WebCore/platform/graphics/win/
H A DWKCACFLayerRenderer.cpp107 HMODULE library = LoadLibrary(TEXT("d3d9.dll")); local
108 if (!library)
111 FreeLibrary(library);
112 library = LoadLibrary(TEXT("QuartzCore.dll"));
113 if (!library)
116 FreeLibrary(library);
/external/bluetooth/glib/gio/
H A Dgiomodule.c5 * This library is free software; you can redistribute it and/or
10 * This library is distributed in the hope that it will be useful,
16 * Public License along with this library; if not, write to the
56 * functionality of the library or application that loaded it in an
97 GModule *library; member in struct:_GIOModule
153 module->library = g_module_open (module->filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
155 if (!module->library)
161 /* Make sure that the loaded library contains the required methods */
162 if (! g_module_symbol (module->library,
165 ! g_module_symbol (module->library,
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp289 // If the runtime Freetype library doesn't support LCD mode, we disable
1004 FT_Library library; local
1005 if (FT_Init_FreeType(&library)) {
1032 if (FT_Open_Face(library, &args, 0, &face)) {
1033 FT_Done_FreeType(library);
1050 FT_Done_FreeType(library);

Completed in 268 milliseconds

12