Searched defs:library (Results 26 - 50 of 65) sorted by relevance

123

/external/freetype/src/truetype/
H A Dttdriver.c405 FT_Library library; local
411 /* FT_TT_SERVICES_GET derefers `library' in PIC mode */
415 library = driver->library;
416 if ( !library )
427 library = driver->library;
428 if ( !library )
433 sfntd = FT_Get_Module( library, "sfnt" );
H A Dttobjs.c491 FT_Library library; local
498 library = ttface->driver->root.library;
500 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
614 ( library->debug_hooks[FT_DEBUG_HOOK_UNPATENTED_HINTING] != NULL );
982 FT_Library library = face->root.driver->root.library; local
986 library->debug_hooks[FT_DEBUG_HOOK_TRUETYPE];
/external/chromium/chrome/browser/chromeos/login/
H A Dupdate_screen.cc75 void UpdateScreen::UpdateStatusChanged(UpdateLibrary* library) { argument
76 UpdateStatusOperation status = library->status().status;
91 << library->status().new_version;
95 << library->status().new_version;
109 << library->status().new_version;
113 << library->status().new_version;
119 library->status().download_progress * kDownloadProgressIncrement);
H A Dlogin_utils.cc476 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
479 library->current_input_method(),
H A Dscreen_locker.cc119 chromeos::InputMethodLibrary* library = local
122 saved_previous_input_method_id_ = library->previous_input_method().id;
123 saved_current_input_method_id_ = library->current_input_method().id;
125 library->GetActiveInputMethods());
152 library->SetEnableAutoImeShutdown(false);
153 library->SetImeConfig(
163 chromeos::InputMethodLibrary* library = local
169 library->SetEnableAutoImeShutdown(true);
170 library->SetImeConfig(
176 library
[all...]
/external/chromium/net/http/
H A Dhttp_auth_sspi_win.cc6 // http://msdn.microsoft.com/en-us/library/aa918273.aspx
49 int AcquireExplicitCredentials(SSPILibrary* library, argument
70 SECURITY_STATUS status = library->AcquireCredentialsHandle(
84 int AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package, argument
92 SECURITY_STATUS status = library->AcquireCredentialsHandle(
174 // http://msdn.microsoft.com/en-us/library/aa375416(VS.85).aspx
187 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library, argument
191 : library_(library),
410 int DetermineMaxTokenLength(SSPILibrary* library, argument
413 DCHECK(library);
[all...]
H A Dhttp_auth_gssapi_posix.cc20 // These are defined for the GSSAPI library:
452 // TODO(asanka): Move library loading to a separate thread.
457 // Only return this library if we can bind the functions we need.
463 LOG(WARNING) << "Unable to find a compatible GSSAPI library";
653 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library, argument
658 library_(library),
659 scoped_sec_context_(library),
/external/freetype/src/base/
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 Dftobjs.c127 FT_Stream_New( FT_Library library,
138 if ( !library )
144 memory = library->memory;
244 slot->library = driver->root.library;
570 FT_Library library; local
586 library = driver->root.library;
587 hinter = library->auto_hinter;
1199 FT_New_Face( FT_Library library,
1295 new_memory_stream( FT_Library library, FT_Byte* base, FT_ULong size, FT_Stream_CloseFunc close, FT_Stream *astream ) argument
1536 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
1679 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
1747 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) argument
1804 IsMacBinary( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface ) argument
1854 load_face_in_embedded_rfork( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
1951 load_mac_face( FT_Library library, FT_Stream stream, FT_Long face_index, FT_Face *aface, const FT_Open_Args *args ) argument
3833 FT_Library library = FT_FACE_LIBRARY( face ); local
3858 FT_Library library = module->library; local
3906 FT_Library library = module->library; local
4057 FT_Library library; local
4102 FT_Library library = module->library; local
4284 FT_Get_Module_Interface( FT_Library library, const char* mod_name ) argument
4317 FT_Library library = module->library; local
4415 FT_Library library = NULL; local
4470 FT_Library_Version( FT_Library library, FT_Int *amajor, FT_Int *aminor, FT_Int *apatch ) argument
4613 FT_Set_Debug_Hook( FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook ) 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;
2264 FT_Library library = stroker->library; local
2340 FT_Library library = stroker->library; local
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c409 FT_Library library = FT_FACE_LIBRARY( face ); local
418 FT_Module sfnt = FT_Get_Module( library, "sfnt" );
602 FT_Library library; local
607 /* FT_CFF_SERVICES_GET derefers `library' in PIC mode */
611 library = driver->library;
612 if ( !library )
624 library = driver->library;
625 if ( !library )
[all...]
H A Dcffobjs.c63 module = FT_Get_Module( size->root.face->driver->root.library,
358 module = FT_Get_Module( slot->face->driver->root.library,
491 FT_Library library = cffface->driver->root.library; local
495 library, "sfnt" );
506 library, "pshinter" );
559 /* support will be added later to a layout library on top of */
589 error = cff_font_load( library, stream, face_index, cff, pure_cff );
H A Dcffparse.c42 FT_Library library)
49 parser->library = library;
718 FT_Destroy_Class_cff_field_handlers( FT_Library library, argument
721 FT_Memory memory = library->memory;
730 FT_Create_Class_cff_field_handlers( FT_Library library, argument
735 FT_Memory memory = library->memory;
874 FT_Library library = parser->library; local
875 FT_UNUSED( library );
39 cff_parser_init( CFF_Parser parser, FT_UInt code, void* object, FT_Library library) argument
[all...]
/external/freetype/src/psnames/
H A Dpsmodule.c566 /* FT_PSCMAPS_SERVICES_GET derefers `library' in PIC mode */
568 FT_Library library; local
573 library = module->library;
574 if ( !library )
/external/freetype/src/sfnt/
H A Dsfobjs.c444 FT_Library library = face->root.driver->root.library; local
456 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
/external/freetype/src/smooth/
H A Dftsmooth.c34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
199 if ( slot->library->lcd_filter_func )
201 FT_Int extra = slot->library->lcd_extra;
291 if ( slot->library->lcd_filter_func )
292 slot->library->lcd_filter_func( bitmap, mode, slot->library );
/external/harfbuzz/contrib/
H A Dharfbuzz-unicode.c274 HB_Library_Resolve(const char *library, int version, const char *symbol) { argument
/external/replicaisland/src/com/replica/replicaisland/
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/webkit/Source/WebCore/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp75 HMODULE library = LoadLibrary(TEXT("d3d9.dll")); local
76 if (!library) {
81 FreeLibrary(library);
83 library = LoadLibrary(TEXT("QuartzCore_debug.dll"));
85 library = LoadLibrary(TEXT("QuartzCore.dll"));
87 if (!library) {
92 FreeLibrary(library);
/external/chromium/chrome/browser/chromeos/cros/
H A Dcryptohome_library.cc16 // This class handles the interaction with the ChromeOS cryptohome library APIs.
216 CryptohomeLibraryImpl* library = local
218 library->Dispatch(event);
H A Dinput_method_library.cc718 InputMethodLibraryImpl* library) {
719 if (library->ibus_daemon_process_handle_ != base::kNullProcessHandle &&
720 base::GetProcId(library->ibus_daemon_process_handle_) == pid) {
721 library->ibus_daemon_process_handle_ = base::kNullProcessHandle;
725 library->MaybeLaunchInputMethodDaemon();
716 OnImeShutdown(GPid pid, gint status, InputMethodLibraryImpl* library) argument
/external/chromium/chrome/browser/chromeos/input_method/
H A Dinput_method_util.cc52 chromeos::InputMethodLibrary* library = local
55 library->GetSupportedInputMethods());
73 library->GetKeyboardOverlayId(input_method.id);
97 library->GetKeyboardOverlayId(input_method.id);
691 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
692 library->SetImeConfig(language_prefs::kGeneralSectionName,
697 library->ChangeInputMethod(initial_input_method_id);
/external/chromium/chrome/browser/chromeos/status/
H A Dinput_method_menu.cc147 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
148 library->AddObserver(this); // FirstObserverIsAdded() might be called back.
304 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
305 const ImePropertyList& property_list = library->current_ime_properties();
306 const std::string& input_method_id = library->current_input_method().id;
419 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
420 const InputMethodDescriptor& input_method = library->current_input_method();
421 size_t num_active_input_methods = library->GetNumActiveInputMethods();
436 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
440 library
[all...]
/external/freetype/include/freetype/internal/
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. */
435 /* library :: A handle to the parent library object. */
442 FT_Library library; member in struct:FT_ModuleRec_
451 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
487 /* library :: A handle to the library objec
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h321 /* A handle to a FreeType library instance. Each `library' is */
475 /* @FT_Open_Face), the library looks for a Unicode charmap within */
1389 /* library or any of its drivers. It can be used by */
1447 /* library :: A handle to the FreeType library instance */
1459 /* FreeType library or any of its drivers. It */
1607 FT_Library library; member in struct:FT_GlyphSlotRec_
1657 /* Initialize a new FreeType library object. The set of modules */
1661 /* alibrary :: A handle to a new library objec
1694 FT_Done_FreeType( FT_Library library ); variable
[all...]

Completed in 297 milliseconds

123