Searched refs:library (Results 1 - 25 of 897) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dl.c58 util_dl_get_proc_address(struct util_dl_library *library, argument
62 return (util_dl_proc) pointer_to_func(dlsym((void *)library, procname));
64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname);
72 util_dl_close(struct util_dl_library *library) argument
75 dlclose((void *)library);
77 FreeLibrary((HMODULE)library);
79 (void)library;
H A Du_dl.h58 * Open a library dynamically.
65 * Lookup a function in a library.
68 util_dl_get_proc_address(struct util_dl_library *library,
73 * Close a library.
76 util_dl_close(struct util_dl_library *library);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dl.c58 util_dl_get_proc_address(struct util_dl_library *library, argument
62 return (util_dl_proc) pointer_to_func(dlsym((void *)library, procname));
64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname);
72 util_dl_close(struct util_dl_library *library) argument
75 dlclose((void *)library);
77 FreeLibrary((HMODULE)library);
79 (void)library;
H A Du_dl.h58 * Open a library dynamically.
65 * Lookup a function in a library.
68 util_dl_get_proc_address(struct util_dl_library *library,
73 * Close a library.
76 util_dl_close(struct util_dl_library *library);
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftmodapi.h255 * Add a new module to a given library instance.
258 * library ::
259 * A handle to the library object.
273 FT_Add_Module( FT_Library library,
286 * library ::
287 * A handle to the library object.
300 FT_Get_Module( FT_Library library,
310 * Remove a given module from a library instance.
313 * library ::
314 * A handle to a library objec
[all...]
H A Dftbitmap.h94 * library ::
95 * A handle to a library object.
112 FT_Bitmap_Copy( FT_Library library,
128 * library ::
129 * A handle to a library object.
157 FT_Bitmap_Embolden( FT_Library library,
174 * library ::
175 * A handle to a library object.
197 * The `library` argument is taken to have access to FreeType's memory
204 FT_Bitmap_Convert( FT_Library library,
[all...]
H A Dftlcdfil.h184 * library ::
185 * A handle to the target library instance.
205 * not defined in your build of the library.
211 FT_Library_SetLcdFilter( FT_Library library,
225 * library ::
226 * A handle to the target library instance.
238 * not defined in your build of the library.
247 FT_Library_SetLcdFilterWeights( FT_Library library,
279 * library ::
280 * A handle to the target library instanc
[all...]
H A Dftmac.h76 * library ::
77 * A handle to the library resource.
99 * error = FT_New_Face_From_FOND( library, fond, 0, &face );
103 FT_New_Face_From_FOND( FT_Library library,
213 * library ::
214 * A handle to the library resource.
235 FT_New_Face_From_FSSpec( FT_Library library,
252 * library ::
253 * A handle to the library resource.
274 FT_New_Face_From_FSRef( FT_Library library,
[all...]
H A Dftoutln.h137 * library ::
138 * A handle to the library object from where the outline is allocated.
140 * **freed**, when destroying the library, by @FT_Done_FreeType.
158 * The reason why this function takes a `library` parameter is simply to
159 * use the library's memory allocator.
162 FT_Outline_New( FT_Library library,
177 * library ::
178 * A handle of the library object used to allocate the outline.
191 FT_Outline_Done( FT_Library library,
431 * library
[all...]
/xsrc/external/mit/libepoxy/dist/test/
H A Ddlwrap.h36 /* Perform a dlopen on the libfips library itself.
39 * library itself, (and not in any other library). This function
56 #define DEFER_TO_GL(library, func, name, args) \
58 void *lib = dlwrap_real_dlopen(library, RTLD_LAZY | RTLD_LOCAL); \
/xsrc/external/mit/freetype/dist/src/base/
H A 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 );
H A Dftinit.c25 * fresh new library object. The set is taken from the header file
31 * builds a library out of it, then calls FT_Default_Drivers().
80 FT_Add_Default_Modules( FT_Library library ) argument
91 /* test for valid `library' delayed to FT_Add_Module() */
94 error = FT_Add_Module( library, *cur );
112 FT_Set_Default_Properties( FT_Library library ) argument
175 ft_property_string_set( library,
188 FT_Set_Default_Properties( FT_Library library ) argument
190 FT_UNUSED( library );
217 /* build a library ou
235 FT_Done_FreeType(FT_Library library) argument
[all...]
H A Dftglyph.c26 * handy for many other simple uses of the library.
65 FT_Library library = FT_GLYPH( glyph )->library; local in function:ft_bitmap_glyph_init
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
98 FT_Library library = bitmap_source->library; local in function:ft_bitmap_glyph_copy
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
114 FT_Library library = FT_GLYPH( glyph )->library; local in function:ft_bitmap_glyph_done
117 FT_Bitmap_Done( library,
165 FT_Library library = FT_GLYPH( glyph )->library; local in function:FT_DEFINE_GLYPH
209 FT_Library library = FT_GLYPH( source )->library; local in function:ft_outline_glyph_copy
363 FT_New_Glyph(FT_Library library,FT_Glyph_Format format,FT_Glyph * aglyph) argument
548 FT_Library library; local in function:FT_Glyph_To_Bitmap
[all...]
H A Dftrfork.c50 FT_Raccess_Get_HeaderInfo( FT_Library library, argument
62 FT_UNUSED( library );
184 FT_Raccess_Get_DataOffsets( FT_Library library, argument
196 FT_Memory memory = library->memory;
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,
449 FT_Raccess_Guess(FT_Library library,FT_Stream stream,char * base_name,char ** new_names,FT_Long * offsets,FT_Error * errors) argument
482 raccess_get_rule_type_from_rule_index(FT_Library library,FT_UInt rule_index) argument
498 ft_raccess_rule_by_darwin_vfs(FT_Library library,FT_UInt rule_index) argument
515 raccess_guess_apple_double(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
537 raccess_guess_apple_single(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
559 raccess_guess_darwin_ufs_export(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
589 raccess_guess_darwin_hfsplus(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
625 raccess_guess_darwin_newvfs(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
661 raccess_guess_vfat(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
688 raccess_guess_linux_cap(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
714 raccess_guess_linux_double(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
745 raccess_guess_linux_netatalk(FT_Library library,FT_Stream stream,char * base_file_name,char ** result_file_name,FT_Long * result_offset) argument
777 raccess_guess_apple_generic(FT_Library library,FT_Stream stream,char * base_file_name,FT_Int32 magic,FT_Long * result_offset) argument
843 raccess_guess_linux_double_from_file_name(FT_Library library,char * file_name,FT_Long * result_offset) argument
916 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 Dftlcdfil.c52 lcd_weights = slot->library->lcd_weights;
53 lcd_filter_func = slot->library->lcd_filter_func;
290 FT_Library_SetLcdFilterWeights( FT_Library library, argument
293 if ( !library )
299 ft_memcpy( library->lcd_weights, weights, FT_LCD_FILTER_FIVE_TAPS );
300 library->lcd_filter_func = ft_lcd_filter_fir;
309 FT_Library_SetLcdFilter( FT_Library library, argument
318 if ( !library )
324 library->lcd_filter_func = NULL;
328 ft_memcpy( library
359 FT_Library_SetLcdGeometry(FT_Library library,FT_Vector * sub) argument
396 FT_Library_SetLcdFilterWeights(FT_Library library,unsigned char * weights) argument
407 FT_Library_SetLcdFilter(FT_Library library,FT_LcdFilter filter) argument
420 FT_Library_SetLcdGeometry(FT_Library library,FT_Vector sub[3]) argument
[all...]
H A Dftsynth.c91 FT_Library library; local in function:FT_GlyphSlot_Embolden
100 library = slot->library;
139 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
/xsrc/external/mit/libXi/dist/specs/
H A DMakefile.am8 chapters = library.xml encoding.xml
/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_afm.c75 parse_afm( FT_Library library, argument
84 psaux = (PSAux_Service)FT_Get_Module_Interface( library, "psaux" );
93 library->memory,
113 FT_Library library; local in function:main
122 error = FT_Init_FreeType( &library );
130 stream.memory = library->memory;
133 error = parse_afm( library, &stream, &fi );
137 FT_Memory memory = library->memory;
153 FT_Done_FreeType( library );
/xsrc/external/mit/libXcursor/dist/src/
H A DMakefile.am3 libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c
18 # Shared library version info. This is not the same as the package version
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftrfork.h53 (*ft_raccess_guess_func)( FT_Library library,
107 * library ::
108 * A FreeType library instance.
134 FT_Raccess_Guess( FT_Library library,
154 * library ::
155 * A FreeType library instance.
174 FT_Raccess_Get_HeaderInfo( FT_Library library,
192 * library ::
193 * A FreeType library instance.
230 FT_Raccess_Get_DataOffsets( FT_Library library,
[all...]
/xsrc/external/mit/libxshmfence/dist/
H A DREADME.md4 This library offers a CPU-based synchronization primitive compatible
10 1) On Linux, the library uses futexes
12 2) On other systems, the library uses posix mutexes and condition
/xsrc/external/mit/libXext/dist/
H A DREADME.md1 libXext - library for common extensions to the X11 protocol
4 libXext is the historical libX11-based catchall library for the X11
7 No new extensions should be added to this library - it is now instead
9 without breaking compatibility of this core library.
/xsrc/external/mit/libXdamage/dist/
H A DREADME.md1 libXdamage - X Damage Extension library
4 This package contains the library for the X Damage extension.
/xsrc/external/mit/libXrandr/dist/
H A DREADME.md1 libXrandr - X Resize, Rotate and Reflection extension library
4 libXrandr is the libX11-based library for the X Resize, Rotate and
/xsrc/external/mit/libFS/dist/
H A DREADME.md1 libFS - X Font Service client library
4 This library is used by clients of X Font Servers (xfs), such as

Completed in 21 milliseconds

1234567891011>>