Searched defs:library (Results 1 - 25 of 160) sorted by last modified time

1234567

/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_win.cc28 static HMODULE library = NULL; member in namespace:webrtc
44 if (!library)
47 library = LoadLibrary(TEXT("Kernel32.dll"));
48 if (library)
55 library,
59 library,
63 library,
67 library,
H A Drw_lock_win.cc22 static HMODULE library = NULL; member in namespace:webrtc
50 if(!library)
53 library = LoadLibrary(TEXT("Kernel32.dll"));
54 if(library)
61 library,
66 library,
70 library,
74 library,
78 library,
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp144 //The FreeType library is already loaded, so symbols are available in process.
755 // If the runtime Freetype library doesn't support LCD mode, we disable
1570 FT_Bitmap_Embolden(glyph->library, &glyph->bitmap, kBitmapEmboldenStrength, 0);
1726 FT_Library library; local
1727 if (FT_Init_FreeType(&library)) {
1753 if (FT_Open_Face(library, &args, 0, &face)) {
1754 FT_Done_FreeType(library);
1777 FT_Done_FreeType(library);
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java36 public DebugSystem(TextureLibrary library) { argument
38 if (library != null) {
39 mRedBoxTexture = library.allocateTexture(R.drawable.debug_box_red);
40 mBlueBoxTexture = library.allocateTexture(R.drawable.debug_box_blue);
41 mOutlineBoxTexture = library.allocateTexture(R.drawable.debug_box_outline);
42 mRedCircleTexture = library.allocateTexture(R.drawable.debug_circle_red);
43 mBlueCircleTexture = library.allocateTexture(R.drawable.debug_circle_blue);
44 mOutlineCircleTexture = library.allocateTexture(R.drawable.debug_circle_outline);
H A DGLSurfaceView.java498 public void flushTextures(TextureLibrary library) { argument
499 mGLThread.flushTextures(library);
502 public void loadTextures(TextureLibrary library) { argument
503 mGLThread.loadTextures(library);
506 public void flushBuffers(BufferLibrary library) { argument
507 mGLThread.flushBuffers(library);
510 public void loadBuffers(BufferLibrary library) { argument
511 mGLThread.loadBuffers(library);
685 void loadTextures(GL10 gl, TextureLibrary library); argument
686 void flushTextures(GL10 gl, TextureLibrary library); argument
687 loadBuffers(GL10 gl, BufferLibrary library) argument
688 flushBuffers(GL10 gl, BufferLibrary library) argument
1406 loadTextures(TextureLibrary library) argument
1415 flushTextures(TextureLibrary library) argument
1424 loadBuffers(BufferLibrary library) argument
1433 flushBuffers(BufferLibrary library) argument
[all...]
H A DGameRenderer.java142 public void loadTextures(GL10 gl, TextureLibrary library) { argument
144 library.loadAll(mContext, gl);
149 public void flushTextures(GL10 gl, TextureLibrary library) { argument
151 library.deleteAll(gl);
156 public void loadBuffers(GL10 gl, BufferLibrary library) { argument
158 library.generateHardwareBuffers(gl);
163 public void flushBuffers(GL10 gl, BufferLibrary library) { argument
165 library.releaseHardwareBuffers(gl);
/external/qemu/include/android/
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/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h325 /* A handle to a FreeType library instance. Each `library' is */
481 /* @FT_Open_Face), the library looks for a Unicode charmap within */
1402 /* library or any of its drivers. It can be used by */
1460 /* library :: A handle to the FreeType library instance */
1472 /* FreeType library or any of its drivers. It */
1620 FT_Library library; member in struct:FT_GlyphSlotRec_
1670 /* Initialize a new FreeType library object. The set of modules */
1674 /* alibrary :: A handle to a new library objec
1710 FT_Done_FreeType( FT_Library library ); variable
[all...]
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.h209 /* Add a new module to a given library instance. */
212 /* library :: A handle to the library object. */
225 FT_Add_Module( FT_Library library,
238 /* library :: A handle to the library object. */
250 FT_Get_Module( FT_Library library,
260 /* Remove a given module from a library instance. */
263 /* library :: A handle to a library objec
434 FT_Reference_Library( FT_Library library ); variable
492 FT_Done_Library( FT_Library library ); variable
547 FT_Add_Default_Modules( FT_Library library ); variable
630 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h246 FT_Init_Class_ ## class_( FT_Library library, \
262 FT_Init_Class_ ## class_( FT_Library library, \
265 FT_UNUSED( library ); \
345 /* library. */
465 /* library :: A handle to the parent library object. */
472 FT_Library library; member in struct:FT_ModuleRec_
481 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
517 /* library :: A handle to the library objec
[all...]
H A Dftpic.h55 ft_pic_container_init( FT_Library library ); variable
60 ft_pic_container_destroy( FT_Library library ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h325 /* A handle to a FreeType library instance. Each `library' is */
481 /* @FT_Open_Face), the library looks for a Unicode charmap within */
1402 /* library or any of its drivers. It can be used by */
1460 /* library :: A handle to the FreeType library instance */
1472 /* FreeType library or any of its drivers. It */
1620 FT_Library library; member in struct:FT_GlyphSlotRec_
1670 /* Initialize a new FreeType library object. The set of modules */
1674 /* alibrary :: A handle to a new library objec
1710 FT_Done_FreeType( FT_Library library ); variable
[all...]
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.h209 /* Add a new module to a given library instance. */
212 /* library :: A handle to the library object. */
225 FT_Add_Module( FT_Library library,
238 /* library :: A handle to the library object. */
250 FT_Get_Module( FT_Library library,
260 /* Remove a given module from a library instance. */
263 /* library :: A handle to a library objec
434 FT_Reference_Library( FT_Library library ); variable
492 FT_Done_Library( FT_Library library ); variable
547 FT_Add_Default_Modules( FT_Library library ); variable
630 FT_Get_TrueType_Engine_Type( FT_Library library ); variable
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h246 FT_Init_Class_ ## class_( FT_Library library, \
262 FT_Init_Class_ ## class_( FT_Library library, \
265 FT_UNUSED( library ); \
345 /* library. */
465 /* library :: A handle to the parent library object. */
472 FT_Library library; member in struct:FT_ModuleRec_
481 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
517 /* library :: A handle to the library objec
[all...]
H A Dftpic.h55 ft_pic_container_init( FT_Library library ); variable
60 ft_pic_container_destroy( FT_Library library ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftapi.c44 FT_New_Memory_Stream( FT_Library library, argument
49 FT_UNUSED( library );
H A Dftmac.c693 FT_New_Face_From_LWFN( FT_Library library, argument
709 error = read_lwfn( library->memory, res, &pfb_data, &pfb_size );
714 return open_face_from_buffer( library,
725 FT_New_Face_From_SFNT( FT_Library library, argument
734 FT_Memory memory = library->memory;
764 if ( !open_face_PS_from_sfnt_stream( library,
779 error = open_face_from_buffer( library,
792 FT_New_Face_From_Suitcase( FT_Library library, argument
825 error = FT_New_Face_From_FOND( library, fond, face_index, aface );
840 FT_New_Face_From_FOND( FT_Library library,
912 FT_New_Face_From_Resource( FT_Library library, const UInt8* pathname, FT_Long face_index, FT_Face* aface ) argument
[all...]
H A Dftobjs.c154 FT_Stream_New( FT_Library library,
165 if ( !library )
171 memory = library->memory;
271 slot->library = driver->root.library;
597 FT_Library library; local
613 library = driver->root.library;
614 hinter = library->auto_hinter;
1226 FT_New_Face( FT_Library library,
1322 new_memory_stream( FT_Library library, FT_Byte* base, FT_ULong size, FT_Stream_CloseFunc close, FT_Stream *astream ) argument
1563 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
1706 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
1774 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1831 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1881 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
1978 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
3863 FT_Library library = FT_FACE_LIBRARY( face ); local
3888 FT_Library library = module->library; local
3936 FT_Library library = module->library; local
4127 FT_Library library; local
4171 FT_Library library = module->library; local
4354 FT_Get_Module_Interface( FT_Library library, const char* mod_name ) argument
4386 FT_Library library = module->library; local
4455 ft_property_do( FT_Library library, const FT_String* module_name, const FT_String* property_name, void* value, FT_Bool set ) argument
4595 FT_Library library = NULL; local
4650 FT_Library_Version( FT_Library library, FT_Int *amajor, FT_Int *aminor, FT_Int *apatch ) argument
4793 FT_Set_Debug_Hook( FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook ) argument
[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_apple_double( FT_Library library,
264 raccess_guess_apple_single( FT_Library library,
271 raccess_guess_darwin_ufs_export( FT_Library library,
278 raccess_guess_darwin_newvfs( FT_Library library,
285 raccess_guess_darwin_hfsplus( FT_Library library,
292 raccess_guess_vfat( FT_Library library,
358 FT_Raccess_Guess( FT_Library library, FT_Stream stream, char* base_name, char **new_names, FT_Long *offsets, FT_Error *errors ) argument
391 raccess_get_rule_type_from_rule_index( FT_Library library, FT_UInt rule_index ) argument
424 raccess_guess_apple_double( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
446 raccess_guess_apple_single( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
468 raccess_guess_darwin_ufs_export( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
498 raccess_guess_darwin_hfsplus( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
534 raccess_guess_darwin_newvfs( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
570 raccess_guess_vfat( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
597 raccess_guess_linux_cap( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
623 raccess_guess_linux_double( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
654 raccess_guess_linux_netatalk( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) argument
686 raccess_guess_apple_generic( FT_Library library, FT_Stream stream, char *base_file_name, FT_Int32 magic, FT_Long *result_offset ) argument
752 raccess_guess_linux_double_from_file_name( FT_Library library, char *file_name, FT_Long *result_offset ) argument
823 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 Dftstroke.c781 FT_Library library; member in struct:FT_StrokerRec_
789 FT_Stroker_New( FT_Library library,
797 if ( !library )
800 memory = library->memory;
804 stroker->library = library;
862 FT_Memory memory = stroker->library->memory;
868 stroker->library = NULL;
2263 FT_Library library = stroker->library; local
2339 FT_Library library = stroker->library; local
[all...]
H A Dftsynth.c87 FT_Library library = slot->library; local
131 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
H A Dfxft_ftglyph.c27 /* 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,
163 FT_Library library = FT_GLYPH( glyph )->library; local
205 FT_Library library = FT_GLYPH( source )->library; local
281 ft_new_glyph( FT_Library library, const FT_Glyph_Class* clazz, FT_Glyph* aglyph ) argument
358 FT_Library library; local
520 FT_Library library; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c416 FT_Library library = FT_FACE_LIBRARY( face ); local
425 FT_Module sfnt = FT_Get_Module( library, "sfnt" );
703 FT_Library library; local
708 /* CFF_SERVICES_GET derefers `library' in PIC mode */
712 library = driver->library;
713 if ( !library )
725 library = driver->library;
726 if ( !library )
[all...]

Completed in 1505 milliseconds

1234567