HomeSort by: relevance | last modified time | path
    Searched refs:library (Results 1 - 25 of 408) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_dl.c 58 util_dl_get_proc_address(struct util_dl_library *library,
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)
75 dlclose((void *)library);
77 FreeLibrary((HMODULE)library);
79 (void)library;
u_dl.h 58 * 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.old/dist/src/gallium/auxiliary/util/
u_dl.c 58 util_dl_get_proc_address(struct util_dl_library *library,
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)
75 dlclose((void *)library);
77 FreeLibrary((HMODULE)library);
79 (void)library;
u_dl.h 58 * 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/
ftmodapi.h 255 * 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 object
500 FT_Set_Default_Properties( FT_Library library ); variable
528 FT_Reference_Library( FT_Library library ); variable
592 FT_Done_Library( FT_Library library ); variable
696 FT_Add_Default_Modules( FT_Library library ); variable
774 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
    [all...]
ftbitmap.h 94 * 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...]
ftlcdfil.h 184 * 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 instance
    [all...]
ftmac.h 76 * 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...]
ftoutln.h 137 * 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...]
ftglyph.h 27 * for many other simple uses of the library.
83 * Glyph objects are not owned by the library. You must thus release
100 * library ::
101 * A handle to the FreeType library object.
114 FT_Library library; member in struct:FT_GlyphRec_
235 * library ::
236 * A handle to the FreeType library object.
252 FT_New_Glyph( FT_Library library,
  /xsrc/external/mit/libepoxy/dist/test/
dlwrap.h 36 /* 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/
ftbase.h 43 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 );
ftinit.c 25 * 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 )
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 )
175 ft_property_string_set( library,
188 FT_Set_Default_Properties( FT_Library library )
190 FT_UNUSED( library );
217 /* build a library out of it, then fill it with the set of *
    [all...]
ftglyph.c 26 * handy for many other simple uses of the library.
65 FT_Library library = FT_GLYPH( glyph )->library; local
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
98 FT_Library library = bitmap_source->library; local
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
114 FT_Library library = FT_GLYPH( glyph )->library; local
117 FT_Bitmap_Done( library, &glyph->bitmap )
165 FT_Library library = FT_GLYPH( glyph )->library; local
209 FT_Library library = FT_GLYPH( source )->library; local
548 FT_Library library; local
    [all...]
ftrfork.c 50 FT_Raccess_Get_HeaderInfo( FT_Library library,
62 FT_UNUSED( library );
184 FT_Raccess_Get_DataOffsets( FT_Library library,
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,
    [all...]
ftlcdfil.c 52 lcd_weights = slot->library->lcd_weights;
53 lcd_filter_func = slot->library->lcd_filter_func;
290 FT_Library_SetLcdFilterWeights( FT_Library library,
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,
318 if ( !library )
324 library->lcd_filter_func = NULL;
328 ft_memcpy( library->lcd_weights
    [all...]
ftsynth.c 91 FT_Library library; local
100 library = slot->library;
139 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
ftobjs.c 101 ft_open_face_internal( FT_Library library,
189 FT_Stream_New( FT_Library library,
200 if ( !library )
206 memory = library->memory;
306 slot->library = driver->root.library;
803 FT_Library library; local
819 library = driver->root.library;
820 hinter = library->auto_hinter
4372 FT_Library library = FT_FACE_LIBRARY( face ); local
4397 FT_Library library = module->library; local
4445 FT_Library library; local
4799 FT_Library library; local
4845 FT_Library library = module->library; local
5045 FT_Library library = module->library; local
5288 FT_Library library = NULL; local
    [all...]
ftmac.c 700 FT_New_Face_From_LWFN( FT_Library library,
716 error = read_lwfn( library->memory, res, &pfb_data, &pfb_size );
721 return open_face_from_buffer( library,
732 FT_New_Face_From_SFNT( FT_Library library,
741 FT_Memory memory = library->memory;
776 if ( !open_face_PS_from_sfnt_stream( library,
791 error = open_face_from_buffer( library,
804 FT_New_Face_From_Suitcase( FT_Library library,
837 error = FT_New_Face_From_FOND( library, fond, face_index, aface );
852 FT_New_Face_From_FOND( FT_Library library,
    [all...]
  /xsrc/external/mit/freetype/dist/src/tools/
test_afm.c 75 parse_afm( FT_Library library,
84 psaux = (PSAux_Service)FT_Get_Module_Interface( library, "psaux" );
93 library->memory,
113 FT_Library library; local
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/freetype/dist/include/freetype/internal/
ftrfork.h 53 (*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/fontconfig/dist/doc/
fcinit.fncs 45 @PURPOSE@ initialize fontconfig library
56 @PURPOSE@ finalize fontconfig library
67 @PURPOSE@ library version number
69 Returns the version number of the library.
75 @PURPOSE@ re-initialize library
  /xsrc/external/mit/freetype/dist/builds/cmake/
testbuild.sh 29 # that builds the library.
99 FT_Library library;
110 error = FT_Init_FreeType(&library);
114 FT_Library_Version(library, &major, &minor, &patch);
122 error = FT_Done_FreeType(library);
  /xsrc/external/mit/freetype/dist/
meson_options.txt 35 description: 'Use Harfbuzz library to improve auto-hinting.'
42 description: 'Use Brotli library to support decompressing WOFF2 fonts.')
  /xsrc/external/mit/freetype/dist/src/cff/
cffparse.h 53 FT_Library library; member in struct:CFF_ParserRec_
83 FT_Library library,

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>