/external/qemu/ |
H A D | dynlink.h | 36 * 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 D | ftapi.c | 44 FT_New_Memory_Stream( FT_Library library, argument 49 FT_UNUSED( library );
|
H A D | ftsynth.c | 86 FT_Library library = slot->library; local 135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
|
H A D | ftglyph.c | 26 /* 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 D | ftrfork.c | 50 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 D | ftobjs.c | 129 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 D | rastpic.c | 30 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 D | ftrend1.c | 33 FT_Library library = FT_MODULE_LIBRARY( render ); local 37 library->raster_pool, 38 library->raster_pool_size );
|
/external/freetype/include/freetype/internal/ |
H A D | ftpic.h | 51 ft_pic_container_init( FT_Library library ); variable 56 ft_pic_container_destroy( FT_Library library ); variable
|
H A D | ftobjs.h | 226 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 D | ftspic.c | 30 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 D | ftsmooth.c | 34 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 D | FontCustomPlatformData.cpp | 4 * 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 D | ttobjs.c | 210 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 D | ftglyph.h | 27 /* 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 D | ftmodapi.h | 182 /* 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 D | cffparse.h | 39 FT_Library library; member in struct:CFF_ParserRec_ 57 FT_Library library);
|
H A D | cffdrivr.c | 426 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 D | cffobjs.c | 65 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 D | cffparse.c | 44 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 D | oscl_shared_library.cpp | 84 // 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 D | sfobjs.c | 430 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 D | WKCACFLayerRenderer.cpp | 107 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 D | giomodule.c | 5 * 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 D | SkFontHost_FreeType.cpp | 278 // 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);
|