Searched defs:library (Results 1 - 25 of 29) 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...]
H A Dftobjs.c129 FT_Stream_New( FT_Library library,
140 if ( !library )
146 memory = library->memory;
240 slot->library = driver->root.library;
562 FT_Library library; local
577 library = driver->root.library;
578 hinter = library->auto_hinter;
1157 FT_New_Face( FT_Library library,
1253 new_memory_stream( FT_Library library, FT_Byte* base, FT_ULong size, FT_Stream_CloseFunc close, FT_Stream *astream ) argument
1494 Mac_Read_POST_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1610 Mac_Read_sfnt_Resource( FT_Library library, FT_Stream stream, FT_Long *offsets, FT_Long resource_cnt, FT_Long face_index, FT_Face *aface ) argument
1678 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1735 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1785 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
1867 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
3620 FT_Library library = FT_FACE_LIBRARY( face ); local
3645 FT_Library library = module->library; local
3693 FT_Library library = module->library; local
3842 FT_Library library; local
3887 FT_Library library = module->library; local
4072 FT_Get_Module_Interface( FT_Library library, const char* mod_name ) argument
4105 FT_Library library = module->library; local
4191 FT_Library library = 0; local
4244 FT_Library_Version( FT_Library library, FT_Int *amajor, FT_Int *aminor, FT_Int *apatch ) argument
4365 FT_Set_Debug_Hook( FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook ) 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;
72 ft_raster1_renderer_class_pic_free(library);
77 FT_Error ft_raster5_renderer_class_pic_init(FT_Library library) argument
79 return ft_raster1_renderer_class_pic_init(library);
81 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/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. */
428 /* library :: A handle to the parent library object. */
437 FT_Library library; member in struct:FT_ModuleRec_
447 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
483 /* 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;
72 ft_smooth_renderer_class_pic_free(library);
77 FT_Error ft_smooth_lcd_renderer_class_pic_init(FT_Library library) argument
79 return ft_smooth_renderer_class_pic_init(library);
81 void ft_smooth_lcd_renderer_class_pic_free(FT_Library library) argument
85 ft_smooth_lcdv_renderer_class_pic_init(FT_Library library) argument
89 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
296 FT_Done_Library( FT_Library library ); variable
351 FT_Add_Default_Modules( FT_Library library ); variable
434 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.c426 FT_Library library = FT_FACE_LIBRARY( face ); local
435 FT_Module sfnt = FT_Get_Module( library, "sfnt" );
634 sfnt = FT_Get_Module( driver->library, "sfnt" );
H A Dcffobjs.c65 module = FT_Get_Module( size->root.face->driver->root.library,
360 module = FT_Get_Module( slot->face->driver->root.library,
412 FT_Library library = cffface->driver->root.library; local
424 library, "sfnt" );
431 library, "pshinter" );
482 /* support will be added later to a layout library on top of */
512 error = cff_font_load( library, stream, face_index, cff, pure_cff );
H A Dcffparse.c44 FT_Library library)
51 parser->library = library;
630 void FT_Destroy_Class_cff_field_handlers(FT_Library library, CFF_Field_Handler* clazz) argument
632 FT_Memory memory = library->memory;
637 FT_Error FT_Create_Class_cff_field_handlers(FT_Library library, CFF_Field_Handler** output_class) argument
641 FT_Memory memory = library->memory;
719 FT_Library library = parser->library; local
720 FT_UNUSED(library);
41 cff_parser_init( CFF_Parser parser, FT_UInt code, void* object, FT_Library library) argument
[all...]
/external/opencore/oscl/oscl/oscllib/src/
H A Doscl_shared_library.cpp84 // First look for debug version of the library ending with _debug
100 // Open the library
107 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
119 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", aPath.get_cstr(), delta));
133 // Open the library
140 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
154 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
168 // Open the library
175 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
190 (0, "OsclSharedLibrary - Loading library
424 void* library = dlopen(alib.get_cstr(), RTLD_NOW); local
[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.cpp278 // If the runtime Freetype library doesn't support LCD mode, we disable
980 FT_Library library; local
981 if (FT_Init_FreeType(&library)) {
1008 if (FT_Open_Face(library, &args, 0, &face)) {
1009 FT_Done_FreeType(library);
1025 FT_Done_FreeType(library);

Completed in 401 milliseconds

12