Searched refs:library (Results 76 - 100 of 339) sorted by relevance

1234567891011>>

/external/freetype/include/freetype/internal/services/
H A Dsvpsinfo.h88 FT_Init_Class_ ## class_( FT_Library library, \
91 FT_UNUSED( library ); \
H A Dsvpscmap.h151 FT_Init_Class_ ## class_( FT_Library library, \
154 FT_UNUSED( library ); \
/external/freetype/src/base/
H A Dftapi.c44 FT_New_Memory_Stream( FT_Library library, argument
49 FT_UNUSED( library );
H A Dftbitmap.c41 FT_Bitmap_Copy( FT_Library library,
45 FT_Memory memory = library->memory;
214 FT_Bitmap_Embolden( FT_Library library,
225 if ( !library )
259 error = FT_Bitmap_Convert( library, bitmap, &tmp, align );
263 FT_Bitmap_Done( library, bitmap );
282 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
375 FT_Bitmap_Convert( FT_Library library,
384 if ( !library )
387 memory = library
[all...]
/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" );
/external/libpng/scripts/
H A Dlibpng-config.in36 --libdir print path to directory containing library
37 --libs print library linking information
/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/svox/pico/
H A DAndroid.mk2 # This makefile builds both an activity and a shared library.
/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...]
/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 Dupdate_screen.h32 virtual void UpdateStatusChanged(UpdateLibrary* library);
/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/webkit/Source/WebCore/plugins/qt/
H A DPluginPackageQt.cpp124 QLibrary library(QLatin1String("libgtk-x11-2.0.so.0"));
125 if (library.load()) {
127 gtk_init_check_ptr gtkInitCheck = (gtk_init_check_ptr)library.resolve("gtk_init_check");
/external/antlr/
H A DAndroid.mk21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
27 # Also build a host-side library
/external/dbus/dbus/
H A Ddbus-sockets-win.h51 #error This does not look like Win32 and the Microsoft C library
/external/freetype/src/autofit/
H A Dafmodule.c44 return af_loader_init( module->loader, module->root.library->memory );
/external/freetype/src/cff/
H A Dcffload.h63 cff_font_load( FT_Library library,
/external/guava/
H A DAndroid.mk25 # Include this library in the build server's output directory
28 # Also build a host-side library
/external/icu4c/samples/ufortune/
H A Dfortunedefs.mk6 # dll - will create a dynamically linked library
8 # proper library installation)
/external/jsr305/
H A DAndroid.mk24 # Include this library in the build server's output directory
27 # Also build a host side library
/external/junit/
H A DCommon.mk7 # List of source to build into the core-junit library
22 # List of source to build into the android.test.runner library
/external/libxslt/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).
/external/mdnsresponder/mDNSPosix/
H A DMakefile33 # This Makefile builds an mDNSResponder daemon and a libdns_sd.so shared library
250 # libdns_sd target builds the client library
252 @echo "Client library done"
/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/
H A Dftrender.h169 /* library :: A handle to the library object. */
184 FT_Get_Renderer( FT_Library library,
197 /* library :: A handle to the library object. */
224 FT_Set_Renderer( FT_Library library,

Completed in 680 milliseconds

1234567891011>>